diff --git a/actions/apitimelinehome.php b/actions/apitimelinehome.php index 56f0e66d04..22c6cc5f94 100644 --- a/actions/apitimelinehome.php +++ b/actions/apitimelinehome.php @@ -192,7 +192,13 @@ class ApiTimelineHomeAction extends ApiBareAuthAction { $notices = array(); - $stream = new InboxNoticeStream($this->user); + $profile = null; + + if (isset($this->auth_user)) { + $profile = $this->auth_user->getProfile(); + } + + $stream = new InboxNoticeStream($this->user, $profile); $notice = $stream->getNotices(($this->page-1) * $this->count, $this->count, diff --git a/lib/noticelistitem.php b/lib/noticelistitem.php index d045f00342..08053bceb6 100644 --- a/lib/noticelistitem.php +++ b/lib/noticelistitem.php @@ -272,7 +272,7 @@ class NoticeListItem extends Widget $groups = $this->getGroups(); $user = common_current_user(); - + $streamNicknames = !empty($user) && $user->streamNicknames(); foreach ($groups as $group) { @@ -297,7 +297,7 @@ class NoticeListItem extends Widget $replies = $this->getReplyProfiles(); $user = common_current_user(); - + $streamNicknames = !empty($user) && $user->streamNicknames(); foreach ($replies as $reply) { @@ -620,7 +620,7 @@ class NoticeListItem extends Widget // TRANS: Addition in notice list item if notice was repeated. Followed by a span with a nickname. $this->out->raw(_('Repeated by')); - $this->out->raw(_(' ')); + $this->out->raw(' '); $this->out->elementStart('a', $attrs); $this->out->element('span', 'fn nickname', $repeater->nickname); diff --git a/locale/ar/LC_MESSAGES/statusnet.po b/locale/ar/LC_MESSAGES/statusnet.po index 0a986e02d3..f0d02fb184 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:28+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-core\n" @@ -8629,9 +8629,6 @@ msgstr "في السياق" msgid "Repeated by" msgstr "كرره" -msgid " " -msgstr " " - #. TRANS: Link title in notice list item to reply to a notice. msgid "Reply to this notice." msgstr "رُد على هذا الإشعار." @@ -9680,3 +9677,7 @@ msgstr "" #, php-format msgid "Getting backup from file '%s'." msgstr "" + +# +#~ msgid " " +#~ msgstr " " diff --git a/locale/be-tarask/LC_MESSAGES/statusnet.po b/locale/be-tarask/LC_MESSAGES/statusnet.po index 50ff7aea12..0ca16a8baf 100644 --- a/locale/be-tarask/LC_MESSAGES/statusnet.po +++ b/locale/be-tarask/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬) +# Translation of StatusNet - Core to Belarusian (Taraškievica orthography) (‪беларуская (тарашкевіца)‬) # Exported from translatewiki.net # # Author: EugeneZelenko @@ -12,14 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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: 2012-04-22 22:02:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-core\n" @@ -8603,9 +8603,6 @@ msgstr "" msgid "Repeated by" msgstr "" -msgid " " -msgstr "" - #. TRANS: Link title in notice list item to reply to a notice. #, fuzzy msgid "Reply to this notice." diff --git a/locale/bg/LC_MESSAGES/statusnet.po b/locale/bg/LC_MESSAGES/statusnet.po index 07898902f1..4389673acc 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:36+0000\n" "Language-Team: Bulgarian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: bg\n" "X-Message-Group: #out-statusnet-core\n" @@ -8743,9 +8743,6 @@ msgstr "в контекст" msgid "Repeated by" msgstr "Повторено от" -msgid " " -msgstr "" - #. TRANS: Link title in notice list item to reply to a notice. #, fuzzy msgid "Reply to this notice." diff --git a/locale/br/LC_MESSAGES/statusnet.po b/locale/br/LC_MESSAGES/statusnet.po index 35e6ac9646..11ce7f1a0c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:38+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-core\n" @@ -8646,10 +8646,6 @@ msgstr "en amdro" msgid "Repeated by" msgstr "Adkemeret gant" -#, fuzzy -msgid " " -msgstr ", " - #. TRANS: Link title in notice list item to reply to a notice. #, fuzzy msgid "Reply to this notice." @@ -9664,3 +9660,7 @@ msgstr "XML direizh, mankout a ra ar wrizienn XRD." #, php-format msgid "Getting backup from file '%s'." msgstr "" + +#, fuzzy +#~ msgid " " +#~ msgstr ", " diff --git a/locale/ca/LC_MESSAGES/statusnet.po b/locale/ca/LC_MESSAGES/statusnet.po index 4d8e9baf79..9d07e7e6d2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:40+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-core\n" @@ -8710,9 +8710,6 @@ msgstr "en context" msgid "Repeated by" msgstr "Repetit per" -msgid " " -msgstr " " - #. TRANS: Link title in notice list item to reply to a notice. msgid "Reply to this notice." msgstr "Respon a aquest avís." @@ -9717,3 +9714,7 @@ msgstr "L'XML no és vàlid, hi manca l'arrel XRD." #, php-format msgid "Getting backup from file '%s'." msgstr "Es recupera la còpia de seguretat del fitxer '%s'." + +# +#~ msgid " " +#~ msgstr " " diff --git a/locale/cs/LC_MESSAGES/statusnet.po b/locale/cs/LC_MESSAGES/statusnet.po index 8956618ed1..5bd73f4425 100644 --- a/locale/cs/LC_MESSAGES/statusnet.po +++ b/locale/cs/LC_MESSAGES/statusnet.po @@ -16,12 +16,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:42+0000\n" "Language-Team: Czech \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: cs\n" "X-Message-Group: #out-statusnet-core\n" @@ -8983,9 +8983,6 @@ msgstr "v kontextu" msgid "Repeated by" msgstr "Opakováno" -msgid " " -msgstr "" - #. TRANS: Link title in notice list item to reply to a notice. #, fuzzy msgid "Reply to this notice." diff --git a/locale/de/LC_MESSAGES/statusnet.po b/locale/de/LC_MESSAGES/statusnet.po index 25835db42e..61f5ff7c8b 100644 --- a/locale/de/LC_MESSAGES/statusnet.po +++ b/locale/de/LC_MESSAGES/statusnet.po @@ -21,6 +21,7 @@ # Author: Michael # Author: Michi # Author: Od1n +# Author: PtM # Author: Purodha # Author: Quedel # Author: Sebastian Wallroth @@ -36,12 +37,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:44+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-core\n" @@ -5903,17 +5904,17 @@ msgstr "Dies sind die Leute, deren Nachrichten %s liest." #. 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 "" -"Du folgst momentan niemandes Nachrichten, versuche Personen zu abonnieren, " -"die Du kennst. Versuche es mit [Personensuche](%%action.peoplesearch%%), um " -"nach Mitglieder in Gruppen zu suchen, die Dich interessieren und besuche " -"unsere [Beliebte Benutzer](%%action.featured%%)-Seite." +"Du folgst momentan niemandes Nachrichten, du kannst ja dir bekannte Personen " +"abonnieren. Versuche es mit der [Personensuche](%%action.peoplesearch%%), " +"suche Mitglieder in Gruppen, die Dich interessieren, und besuche unsere " +"[Beliebte-Benutzer](%%action.featured%%)-Seite." #. 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. @@ -5974,9 +5975,8 @@ msgid "You cannot tag this user." msgstr "Du kannst diesem Benutzer keine Nachricht schicken." #. TRANS: Title for list form when not on a profile page. -#, fuzzy msgid "List a profile" -msgstr "Profil anzeigen" +msgstr "Profil auflisten" #. TRANS: Title for list form when on a profile page. #. TRANS: %s is a profile nickname. @@ -5995,9 +5995,8 @@ msgid "User profile" msgstr "Benutzerprofil" #. TRANS: Fieldset legend for list form. -#, fuzzy msgid "List user" -msgstr "Benutzer anzeigen" +msgstr "Benutzer auflisten" #. TRANS: Field label on list form. msgctxt "LABEL" @@ -6005,13 +6004,12 @@ msgid "Lists" msgstr "Listen" #. TRANS: Field title on list form. -#, fuzzy msgid "" "Lists for this user (letters, numbers, -, ., and _), comma- or space- " "separated." msgstr "" "Listen für diesen Benutzer (Buchstaben, Zahlen, -, ., und _) sind durch " -"Kommas oder Leerzeichen getrennt" +"Kommas oder Leerzeichen getrennt." #. TRANS: Title for personal tag cloud section. msgctxt "TITLE" @@ -6257,7 +6255,6 @@ msgstr "" "entweder Version 3 der Lizenz, oder (nach Ihrer Wahl) jede höhere Version." #. 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 " @@ -6335,7 +6332,7 @@ msgstr[1] "%1$d Bytes" #. 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." @@ -6343,13 +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] "" -"Keine Datei darf größer als %1$d Byte sein und die Datei die du verschicken " -"wolltest war %2$s Bytes groß. Versuche bitte eine kleinere Version " -"hochzuladen." +"Keine Datei darf größer als %1$d Byte sein und die Datei, die du verschickt " +"hast, war %2$s Bytes groß. Versuche bitte eine kleinere Version hochzuladen." msgstr[1] "" -"Keine Datei darf größer als %1$d Bytes sein und die Datei die du verschicken " -"wolltest war %2$s Bytes groß. Versuche bitte eine kleinere Version " -"hochzuladen." +"Keine Datei darf größer als %1$d Bytes sein und die Datei, die du verschickt " +"hast, war %2$s Bytes groß. Versuche bitte eine kleinere Version hochzuladen." #. TRANS: Message given if an upload would exceed user quota. #. TRANS: %d (number) is the user quota in bytes and is used for plural. @@ -6588,7 +6583,7 @@ 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. -#, 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." @@ -6597,14 +6592,12 @@ msgstr "" "zulässige Anzahl ist. Entferne zuerst andere Personen." #. TRANS: Exception thrown when inserting a list subscription in the database fails. -#, fuzzy msgid "Adding list subscription failed." -msgstr "Konnte Abonnement nicht löschen." +msgstr "Neues Listenabonnement gescheitert." #. TRANS: Exception thrown when deleting a list subscription from the database fails. -#, fuzzy msgid "Removing list subscription failed." -msgstr "Konnte Abonnement nicht löschen." +msgstr "Konnte Listen-Abonnement nicht entfernen." #. TRANS: Exception thrown when a right for a non-existing user profile is checked. msgid "Missing profile." @@ -6868,9 +6861,8 @@ msgid "Cannot force subscription for untrusted user." msgstr "Abonnement für nicht vertrauten Benutzer kann nicht forciert werden." #. TRANS: Client exception thrown when trying to force a remote user to subscribe. -#, fuzzy msgid "Cannot force remote user to subscribe." -msgstr "Kann entfernten Benutzer nicht forciert abonnieren." +msgstr "Kann entfernten Benutzer nicht zum Abonnement forcieren." #. TRANS: Client exception thrown when trying to subscribe to an unknown profile. msgid "Unknown profile." @@ -7031,9 +7023,8 @@ msgid "License" msgstr "Lizenz" #. TRANS: Menu item title in administrator navigation panel. -#, fuzzy msgid "Plugins configuration" -msgstr "Pfadkonfiguration" +msgstr "Plugin-Konfiguration" #. TRANS: Menu item in administrator navigation panel. msgctxt "MENU" @@ -7147,19 +7138,16 @@ msgstr "" "Schreibzugriff" #. TRANS: Submit button title. -#, fuzzy msgid "Cancel application changes." -msgstr "Verbundene Programme" +msgstr "Anwendungsänderungen abbrechen" #. TRANS: Submit button title. -#, fuzzy msgid "Save application changes." -msgstr "Neues Programm" +msgstr "Anwendungsänderungen speichern" #. TRANS: Name for an anonymous application in application list. -#, fuzzy msgid "Unknown application" -msgstr "Unbekannter Befehl" +msgstr "Unbekannte Anwendung" #. 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. @@ -7207,20 +7195,19 @@ msgid "Author element must contain a name element." msgstr "Das „author“-Element muss ein „name“-Element enthalten." #. TRANS: Server exception thrown when using the method setActivitySubject() in the class Atom10Feed. -#, fuzzy msgid "Do not use this method!" -msgstr "Diese Gruppe nicht löschen" +msgstr "Diese Methode nicht verwenden!" #. 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 "Antworten an %1$s auf %2$s!" +msgstr "Timeline zu Personen in Liste %1$s von %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 "Aktualisierungen von %1$s auf %2$s!" +msgstr "Aktualisierungen von %1$ss Liste %2$s auf %3$s!" #. TRANS: Title. msgid "Notices where this attachment appears" @@ -7252,10 +7239,9 @@ msgid "Cancel join request" msgstr "Beitrittsgesuch abbrechen" #. TRANS: Button text for form action to cancel a subscription request. -#, fuzzy msgctxt "BUTTON" msgid "Cancel subscription request" -msgstr "Alle Abonnements" +msgstr "Abonnementanforderung abbrechen" #. TRANS: Title for command results. msgid "Command results" @@ -7324,9 +7310,8 @@ msgstr "" "Mitteilungen: %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 "Konnte keinen Favoriten erstellen." +msgstr "Konnte keinen Favoriten erstellen: Bereits favorisiert." #. TRANS: Text shown when a notice has been marked as favourite successfully. msgid "Notice marked as fave." @@ -7353,11 +7338,11 @@ msgstr "Fehler beim Taggen von %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 wurde getaggt als %2$s" +msgstr[1] "%1$s wurde getaggt als %2$s" #. TRANS: Separator for list of tags. #. TRANS: Separator in list of user names like "Jim, Bob, Mary". @@ -7573,10 +7558,9 @@ msgstr[0] "Du bist Mitglied dieser Gruppe:" msgstr[1] "Du bist Mitglied dieser Gruppen:" #. TRANS: Header line of help text for commands. -#, fuzzy msgctxt "COMMANDHELP" msgid "Commands:" -msgstr "Befehl-Ergebnisse" +msgstr "Befehle:" #. TRANS: Help message for IM/SMS command "on". msgctxt "COMMANDHELP" @@ -7594,10 +7578,9 @@ msgid "show this help" msgstr "diese Hilfe anzeigen" #. TRANS: Help message for IM/SMS command "follow ". -#, fuzzy msgctxt "COMMANDHELP" msgid "subscribe to user" -msgstr "Abonniere diesen Benutzer" +msgstr "Benutzer abonnieren" #. TRANS: Help message for IM/SMS command "groups". msgctxt "COMMANDHELP" @@ -7610,10 +7593,9 @@ msgid "tag a user" msgstr "Benutzer taggen" #. TRANS: Help message for IM/SMS command "untag". -#, fuzzy msgctxt "COMMANDHELP" msgid "untag a user" -msgstr "Benutzer taggen" +msgstr "Benutzer enttaggen" #. TRANS: Help message for IM/SMS command "subscriptions". msgctxt "COMMANDHELP" @@ -7626,16 +7608,14 @@ msgid "list the people that follow you" msgstr "Personen auflisten, die dir folgen" #. TRANS: Help message for IM/SMS command "leave ". -#, fuzzy msgctxt "COMMANDHELP" msgid "unsubscribe from user" -msgstr "Abonnement von diesem Benutzer abbestellen" +msgstr "Benutzer-Abonnement abbestellen" #. TRANS: Help message for IM/SMS command "d ". -#, fuzzy msgctxt "COMMANDHELP" msgid "direct message to user" -msgstr "Direkte Nachrichten an %s" +msgstr "direkte Nachricht an Benutzer" #. TRANS: Help message for IM/SMS command "get ". msgctxt "COMMANDHELP" @@ -7643,10 +7623,9 @@ msgid "get last notice from user" msgstr "letzte Nachricht des Benutzers aufrufen" #. TRANS: Help message for IM/SMS command "whois ". -#, fuzzy msgctxt "COMMANDHELP" msgid "get profile info on user" -msgstr "Entferntes Profil ist keine Gruppe!" +msgstr "Benutzer-Profil erhalten" #. TRANS: Help message for IM/SMS command "lose ". msgctxt "COMMANDHELP" @@ -7669,10 +7648,9 @@ msgid "repeat a notice with a given id" msgstr "Nachricht mit der gegebenen ID wiederholen" #. TRANS: Help message for IM/SMS command "repeat ". -#, fuzzy msgctxt "COMMANDHELP" msgid "repeat the last notice from user" -msgstr "Diese Nachricht wiederholen" +msgstr "letzte Nachricht des Benutzers wiederholen" #. TRANS: Help message for IM/SMS command "reply #". msgctxt "COMMANDHELP" @@ -7680,10 +7658,9 @@ msgid "reply to notice with a given id" msgstr "auf eine Nachricht mit der gegebenen ID antworten" #. TRANS: Help message for IM/SMS command "reply ". -#, fuzzy msgctxt "COMMANDHELP" msgid "reply to the last notice from user" -msgstr "Auf diese Nachricht antworten" +msgstr "auf letzte Nachricht des Nutzers antworten" #. TRANS: Help message for IM/SMS command "join ". msgctxt "COMMANDHELP" @@ -7793,39 +7770,35 @@ msgid "Delete this user" msgstr "Diesen Benutzer löschen" #. TRANS: Exception. %s is an ID. -#, fuzzy, php-format +#, php-format msgid "Unable to find services for %s." -msgstr "Kann Zugang dieses Programm nicht entfernen: %s." +msgstr "Kann Dienste für %s nicht finden." #. TRANS: Form legend for removing the favourite status for a favourite notice. msgid "Disfavor this notice" msgstr "Aus Favoriten entfernen" #. TRANS: Button text for removing the favourite status for a favourite notice. -#, fuzzy msgctxt "BUTTON" msgid "Disfavor favorite" msgstr "Aus Favoriten entfernen" #. TRANS: Button title for removing the favourite status for a favourite notice. -#, fuzzy msgid "Remove this notice from your list of favorite notices." -msgstr "Konnte Favoriten nicht abrufen." +msgstr "Diese Nachricht aus deiner Liste der Lieblingsnachrichten entfernen." #. TRANS: Form legend for adding the favourite status to a notice. msgid "Favor this notice" msgstr "Zu den Favoriten hinzufügen" #. TRANS: Button text for adding the favourite status to a notice. -#, fuzzy msgctxt "BUTTON" msgid "Favor" msgstr "Zu Favoriten hinzufügen" #. TRANS: Button title for adding the favourite status to a notice. -#, fuzzy msgid "Add this notice to your list of favorite notices." -msgstr "Konnte Favoriten nicht abrufen." +msgstr "Diese Nachricht zu deiner Liste der Lieblingsnachrichten hinzufügen." #. TRANS: Feed type name. msgid "RSS 1.0" @@ -7845,7 +7818,7 @@ msgstr "FOAF" #. TRANS: Feed type name. See http://activitystrea.ms/ msgid "Activity Streams" -msgstr "" +msgstr "Activity Streams" #. TRANS: Client exception thrown when an imported feed does not have an author. msgid "No author in the feed." @@ -7905,7 +7878,6 @@ 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 "" @@ -8147,9 +8119,8 @@ msgid "Leave" msgstr "Verlassen" #. TRANS: Link title for seeing all lists. -#, fuzzy msgid "See all lists you have created." -msgstr "Registrierte Programme" +msgstr "Alle Listen, die du erstellt hast" #. TRANS: Menu item for logging in to the StatusNet site. #. TRANS: Menu item in primary navigation panel. @@ -8553,7 +8524,7 @@ msgstr "Sorry, keine eingehenden E-Mails gestattet." #. 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 "Nachrichten-Typ „%s“ wird nicht unterstützt." @@ -8567,7 +8538,6 @@ msgid "Make Admin" msgstr "Zum Admin ernennen" #. TRANS: Submit button title. -#, fuzzy msgctxt "TOOLTIP" msgid "Make this user an admin." msgstr "Diesen Benutzer zum Admin ernennen" @@ -8620,9 +8590,8 @@ msgid "Select recipient:" msgstr "Empfänger auswählen" #. 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 "Nicht abonniert!" +msgstr "Keine gegenseitigen Abonnenten." #. TRANS: Dropdown label in direct notice form. msgid "To" @@ -8672,14 +8641,12 @@ msgid "Cannot get author for activity." msgstr "Für diese Aktivität ist kein Autor verfügbar." #. TRANS: Client exception thrown when ... -#, fuzzy msgid "Bookmark not posted to this group." -msgstr "Du darfst diese Gruppe nicht löschen." +msgstr "Lesezeichen an diese Gruppe nicht gepostet." #. TRANS: Client exception when ... -#, fuzzy msgid "Object not posted to this user." -msgstr "Diesen Benutzer nicht löschen" +msgstr "Objekt an diesen Benutzer nicht gepostet." #. 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." @@ -8780,9 +8747,6 @@ msgstr "im Zusammenhang" msgid "Repeated by" msgstr "Wiederholt von" -msgid " " -msgstr " " - #. TRANS: Link title in notice list item to reply to a notice. msgid "Reply to this notice." msgstr "Auf diese Nachricht antworten." @@ -8817,27 +8781,21 @@ msgid "Send a nudge to this user." msgstr "Sende diesem Benutzer einen Stups." #. TRANS: Server exception thrown in oEmbed action if no API endpoint is available. -#, fuzzy msgid "No oEmbed API endpoint available." -msgstr "IM ist nicht verfügbar." +msgstr "Kein oEmbed-API-Endpunkt verfügbar." #. TRANS: Field label for list. -#, fuzzy msgctxt "LABEL" msgid "List" -msgstr "Links" +msgstr "Liste" #. TRANS: Field title for list. -#, fuzzy msgid "Change the list (letters, numbers, -, ., and _ are allowed)." -msgstr "" -"Tags dieses Benutzers (Buchstaben, Nummer, -, ., und _), durch Komma oder " -"Leerzeichen getrennt" +msgstr "Liste ändern (Buchstaben, Zahlen, -, ., und _ sind erlaubt)." #. TRANS: Field title for description of list. -#, fuzzy msgid "Describe the list or topic." -msgstr "Beschreibe die Gruppe oder das Thema" +msgstr "Beschreibe die Liste oder das Thema" #. TRANS: Field title for description of list. #. TRANS: %d is the maximum number of characters for the description. @@ -8895,14 +8853,13 @@ msgstr "Bearbeiten" #. 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 "Gruppe %s bearbeiten" +msgstr "Liste %s bearbeiten" #. TRANS: Title for link to edit list settings. -#, fuzzy msgid "Edit list settings." -msgstr "Profil-Einstellungen ändern" +msgstr "Listen-Einstellungen ändern." #. TRANS: Text for link to edit list settings. msgid "Edit" @@ -8914,31 +8871,30 @@ msgid "Private" msgstr "Privat" #. TRANS: Menu item in the group navigation page. -#, fuzzy msgctxt "MENU" msgid "List Subscriptions" -msgstr "Abonnements" +msgstr "Listen-Abonnements" #. 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 abboniert." +msgstr "Von %s abonnierte Listen." #. 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 "Aktualisierungen mit „%s“" +msgstr "Listen mit „%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 "Aktualisierungen mit „%s“" +msgstr "Listen mit „%s“." #. TRANS: Menu item in the group navigation page. #. TRANS: %s is a user nickname. @@ -8949,22 +8905,20 @@ msgstr "Listen von %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 "Listen von %s." #. TRANS: Label in lists widget. -#, fuzzy msgctxt "LABEL" msgid "Your lists" -msgstr "Beliebte Nachrichten" +msgstr "Deine Listen" #. TRANS: Fieldset legend in lists widget. -#, fuzzy msgctxt "LEGEND" msgid "Edit lists" -msgstr "Ungültiger Personen-Tag: „%s“." +msgstr "Listen bearbeiten" #. TRANS: Label in self tags widget. msgctxt "LABEL" @@ -8972,31 +8926,29 @@ msgid "Tags" msgstr "Tags" #. TRANS: Title for section contaning lists with the most subscribers. -#, fuzzy msgid "Popular lists" -msgstr "Beliebte Nachrichten" +msgstr "Beliebte Listen" #. 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 Abonnenten, Seite %2$d" +msgstr "Gelistet: %1$d Abonnenten: %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 "API-Methode nicht gefunden." +msgstr "Listen mit dir" #. 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 "Aktualisierungen mit „%s“" +msgstr "Listen mit „%s“" #. TRANS: Title for page that displays lists a user has subscribed to. -#, fuzzy msgid "List subscriptions" -msgstr "%s Abonnements" +msgstr "Listen-Abonnements" #. TRANS: Menu item in personal group navigation menu. #. TRANS: Menu item in settings navigation panel. @@ -9070,9 +9022,8 @@ msgid "Admin" msgstr "Admin" #. TRANS: Menu item title in primary navigation panel. -#, fuzzy msgid "Site configuration." -msgstr "Benutzereinstellung" +msgstr "Site-Konfiguration." #. TRANS: Menu item in primary navigation panel. msgctxt "MENU" @@ -9088,7 +9039,7 @@ msgid "Login to the site." msgstr "Auf der Seite anmelden." msgid "This profile has been silenced by site moderators" -msgstr "" +msgstr "Dieses Profil wurde von Website-Moderatoren verstummt" #. TRANS: H2 text for user subscription statistics. msgid "Following" @@ -9120,9 +9071,8 @@ msgid "Groups" msgstr "Gruppen" #. TRANS: H2 text for user list membership statistics. -#, fuzzy msgid "Lists" -msgstr "Limit" +msgstr "Listen" #. TRANS: Server error displayed when using an unimplemented method. msgid "Unimplemented method." @@ -9142,10 +9092,9 @@ msgid "Recent tags" msgstr "Aktuelle Tags" #. TRANS: Menu item in search group navigation panel. -#, fuzzy msgctxt "MENU" msgid "Featured" -msgstr "Beliebte Benutzer" +msgstr "Präsentiert" #. TRANS: Menu item in search group navigation panel. msgctxt "MENU" @@ -9365,7 +9314,7 @@ msgstr "Alte Schule" #. TRANS: Menu item title in settings navigation panel. msgid "UI tweaks for old-school users" -msgstr "" +msgstr "UI-Tweaks für Old-School-User" #. TRANS: Title of form to silence a user. msgctxt "TITLE" @@ -9390,9 +9339,8 @@ msgid "" msgstr "Konnte kein Profil und Anwendung für das Anfrage-Token finden." #. TRANS: Exception thrown when no access token can be issued. -#, fuzzy msgid "Could not issue access token." -msgstr "Konnte Nachricht nicht einfügen." +msgstr "Zugangs-Token konnte nicht ausgestellt werden." #. TRANS: Exception thrown when a database error occurs. msgid "Database error inserting OAuth application user." @@ -9417,15 +9365,15 @@ msgstr "Abonnements" #. 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 "Leute, die „%s“ abonniert hat" #. 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 "Leute, die „%s“ abonniert haben" +msgstr "Leute, die „%s“ abonniert haben." #. TRANS: Menu item in local navigation menu. #. TRANS: %d is the number of pending subscription requests. @@ -9441,15 +9389,15 @@ msgstr "Ausstehende Abonnementanforderungen annehmen." #. 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 "Gruppen, in denen „%s“ Mitglied ist" +msgstr "Gruppen, in denen „%s“ Mitglied ist." #. 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 "Leute, die „%s“ abonniert haben" +msgstr "Listen-Abonnements von %s ." #. TRANS: Menu item in local navigation menu. msgctxt "MENU" @@ -9458,9 +9406,9 @@ msgstr "Einladen" #. 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 "Lade Freunde und Kollegen ein, dir auf „%s“ zu folgen" +msgstr "Lade Freunde und Kollegen ein, sich dir auf „%s“ anzuschließen." #. TRANS: Form of form to subscribe to a user. msgid "Subscribe to this user" @@ -9508,7 +9456,6 @@ msgid "Failed saving theme." msgstr "Speicherung des Themes fehlgeschlagen." #. TRANS: Server exception thrown when an uploaded theme has an incorrect structure. -#, fuzzy msgid "Invalid theme: Bad directory structure." msgstr "Ungültiger Theme: schlechte Ordner-Struktur." @@ -9526,9 +9473,8 @@ msgstr[1] "" "sein." #. TRANS: Server exception thrown when an uploaded theme is incomplete. -#, fuzzy msgid "Invalid theme archive: Missing file css/display.css" -msgstr "Ungültigges Theme-Archiv: fehlende Datei css/display.css" +msgstr "Ungültiges Theme-Archiv: fehlende Datei css/display.css" #. TRANS: Server exception thrown when an uploaded theme has an incorrect file or folder name. msgid "" @@ -9544,9 +9490,9 @@ msgstr "Theme enthält unsichere Dateierweiterungen; könnte unsicher sein." #. 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 "Das Theme enthält Dateien des Types „.%s“, die nicht erlaubt sind." +msgstr "Das Theme enthält Dateien des Typs „.%s“, was nicht erlaubt ist." #. TRANS: Server exception thrown when an uploaded compressed theme cannot be opened. msgid "Error opening theme archive." @@ -9578,10 +9524,9 @@ msgid "%1$s and %2$s" msgstr "%1$s und %2$s" #. TRANS: List message for notice favoured by logged in user. -#, fuzzy msgctxt "FAVELIST" msgid "You like this." -msgstr "Beliebte Nachrichten" +msgstr "Du magst das." #. 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. @@ -9602,10 +9547,9 @@ msgstr[0] "%%s gefällt das." msgstr[1] "%%s gefällt das." #. TRANS: List message for notice repeated by logged in user. -#, fuzzy msgctxt "REPEATLIST" msgid "You repeated this." -msgstr "Nachricht bereits wiederholt" +msgstr "Du hast dies wiederholt." #. 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. @@ -9613,58 +9557,55 @@ msgstr "Nachricht bereits wiederholt" #, php-format msgid "%%s and %d other repeated this." msgid_plural "%%s and %d others repeated this." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%%s und %d andere wiederholten dies." +msgstr[1] "%%s und %d andere wiederholten dies." #. 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] "Antworten an %s" -msgstr[1] "Antworten an %s" +msgstr[0] "%%s wiederholte dies." +msgstr[1] "%%s wiederholte dies." #. TRANS: Form legend. -#, fuzzy, php-format +#, php-format msgid "Search and list people" -msgstr "Website durchsuchen" +msgstr "Personen suchen und auflisten" #. TRANS: Dropdown option for searching in profiles. msgid "Everything" msgstr "Alles" #. TRANS: Dropdown option for searching in profiles. -#, fuzzy msgid "Fullname" -msgstr "Nachname" +msgstr "Voller Name" #. TRANS: Dropdown option for searching in profiles. msgid "URI (Remote users)" msgstr "URI (Entfernt liegende Benutzer)" #. TRANS: Dropdown field label. -#, fuzzy msgctxt "LABEL" msgid "Search in" -msgstr "Website durchsuchen" +msgstr "Suche in" #. TRANS: Dropdown field title. -#, fuzzy msgid "Choose a field to search." -msgstr "Wähle ein Tag, um die Liste einzuschränken" +msgstr "Wähle ein zu durchsuchendes Feld." #. 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 "Entferne %1$s aus der Liste %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 "Füge %1$s zur Liste %2$s hinzu" #. TRANS: Title for top posters section. msgid "Top posters" @@ -9691,9 +9632,9 @@ msgid "Private?" msgstr "Privat?" #. 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 "Unbekanntes Verb: „%s“" +msgstr "Unbekannter Wert: „%s“." #. TRANS: Title for the form to unblock a user. msgctxt "TITLE" @@ -9701,10 +9642,9 @@ msgid "Unblock" msgstr "Freigeben" #. TRANS: Title for unsandbox form. -#, fuzzy msgctxt "TITLE" msgid "Unsandbox" -msgstr "Von Spielwiese freigeben" +msgstr "Isolierung aufheben" #. TRANS: Description for unsandbox form. msgid "Unsandbox this user" @@ -9724,15 +9664,13 @@ msgstr "Abonnement von diesem Benutzer abbestellen" #. TRANS: Button text on unsubscribe form. #. TRANS: Button text for unsubscribing from a list. -#, fuzzy msgctxt "BUTTON" msgid "Unsubscribe" msgstr "Abbestellen" #. TRANS: Button title on unsubscribe form. -#, fuzzy msgid "Unsubscribe from this user." -msgstr "Abonnement von diesem Benutzer abbestellen" +msgstr "Benutzer-Abonnement abbestellen" #. 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). @@ -9741,9 +9679,8 @@ msgid "User %1$s (%2$d) has no profile record." msgstr "Benutzer „%1$s“ (%2$d) hat kein Profil." #. TRANS: Authorisation exception thrown when a user a not allowed to login. -#, fuzzy msgid "Not allowed to log in." -msgstr "Nicht angemeldet." +msgstr "Anmelden nicht gestattet." #. TRANS: Used in notices to indicate when the notice was made compared to now. msgid "a few seconds ago" @@ -9815,3 +9752,7 @@ msgstr "Ungültiges XML, XRD-Root fehlt." #, php-format msgid "Getting backup from file '%s'." msgstr "Hole Backup von der Datei „%s“." + +# +#~ msgid " " +#~ msgstr " " diff --git a/locale/en_GB/LC_MESSAGES/statusnet.po b/locale/en_GB/LC_MESSAGES/statusnet.po index 8d4440823a..61334b5503 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:46+0000\n" "Language-Team: British English \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: en-gb\n" "X-Message-Group: #out-statusnet-core\n" @@ -8781,9 +8781,6 @@ msgstr "in context" msgid "Repeated by" msgstr "Repeated by" -msgid " " -msgstr "" - #. TRANS: Link title in notice list item to reply to a notice. #, fuzzy msgid "Reply to this notice." diff --git a/locale/eo/LC_MESSAGES/statusnet.po b/locale/eo/LC_MESSAGES/statusnet.po index 70495f5860..0a193fb8cc 100644 --- a/locale/eo/LC_MESSAGES/statusnet.po +++ b/locale/eo/LC_MESSAGES/statusnet.po @@ -18,12 +18,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:50+0000\n" "Language-Team: Esperanto \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eo\n" "X-Message-Group: #out-statusnet-core\n" @@ -8849,9 +8849,6 @@ msgstr "kuntekste" msgid "Repeated by" msgstr "Ripetita de" -msgid " " -msgstr "" - #. TRANS: Link title in notice list item to reply to a notice. #, fuzzy msgid "Reply to this notice." diff --git a/locale/es/LC_MESSAGES/statusnet.po b/locale/es/LC_MESSAGES/statusnet.po index f10a246e62..850710f510 100644 --- a/locale/es/LC_MESSAGES/statusnet.po +++ b/locale/es/LC_MESSAGES/statusnet.po @@ -27,12 +27,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:52+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-core\n" @@ -8712,9 +8712,6 @@ msgstr "en contexto" msgid "Repeated by" msgstr "Repetido por" -msgid " " -msgstr " " - #. TRANS: Link title in notice list item to reply to a notice. msgid "Reply to this notice." msgstr "Responder a este mensaje." @@ -9723,3 +9720,7 @@ msgstr "XML no válido, falta de raíz XRD." #, php-format msgid "Getting backup from file '%s'." msgstr "Obtener copia de seguridad del archivo ' %s '." + +# +#~ msgid " " +#~ msgstr " " diff --git a/locale/eu/LC_MESSAGES/statusnet.po b/locale/eu/LC_MESSAGES/statusnet.po index ccc09c3006..aa94615cbb 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:54+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-04-22 22:02:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-core\n" @@ -8687,9 +8687,6 @@ msgstr "testuinguruan" msgid "Repeated by" msgstr "Errepikatzailea" -msgid " " -msgstr " " - #. TRANS: Link title in notice list item to reply to a notice. msgid "Reply to this notice." msgstr "Erantzun ohar honi." @@ -9696,3 +9693,7 @@ msgstr "XML baliogabea, XRD erroa falta da." #, php-format msgid "Getting backup from file '%s'." msgstr "'%s'-ren babeskopia eskuratzen." + +# +#~ msgid " " +#~ msgstr " " diff --git a/locale/fa/LC_MESSAGES/statusnet.po b/locale/fa/LC_MESSAGES/statusnet.po index 36062e568e..430b543b0b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:57+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-POT-Import-Date: 2012-04-22 22:02:21+0000\n" @@ -8922,9 +8922,6 @@ msgstr "در زمینه" msgid "Repeated by" msgstr "تکرار از" -msgid " " -msgstr "" - #. TRANS: Link title in notice list item to reply to a notice. #, fuzzy msgid "Reply to this notice." diff --git a/locale/fi/LC_MESSAGES/statusnet.po b/locale/fi/LC_MESSAGES/statusnet.po index 5c9b72c7ea..016b533358 100644 --- a/locale/fi/LC_MESSAGES/statusnet.po +++ b/locale/fi/LC_MESSAGES/statusnet.po @@ -19,12 +19,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:59+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-core\n" @@ -8707,9 +8707,6 @@ msgstr "Ei sisältöä!" msgid "Repeated by" msgstr "Luotu" -msgid " " -msgstr "" - #. TRANS: Link title in notice list item to reply to a notice. #, fuzzy msgid "Reply to this notice." diff --git a/locale/fr/LC_MESSAGES/statusnet.po b/locale/fr/LC_MESSAGES/statusnet.po index fd4eed3d3a..7d0b9868ce 100644 --- a/locale/fr/LC_MESSAGES/statusnet.po +++ b/locale/fr/LC_MESSAGES/statusnet.po @@ -35,12 +35,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:00+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-core\n" @@ -8799,9 +8799,6 @@ msgstr "dans le contexte" msgid "Repeated by" msgstr "Repris par" -msgid " " -msgstr " " - #. TRANS: Link title in notice list item to reply to a notice. msgid "Reply to this notice." msgstr "Répondre à cet avis." @@ -9816,3 +9813,7 @@ msgstr "XML invalide, racine XRD manquante." #, php-format msgid "Getting backup from file '%s'." msgstr "Obtention de la sauvegarde depuis le fichier « %s »." + +# +#~ msgid " " +#~ msgstr " " diff --git a/locale/fur/LC_MESSAGES/statusnet.po b/locale/fur/LC_MESSAGES/statusnet.po index 5b190995d8..8bf37ba868 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:02+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-04-22 22:02:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fur\n" "X-Message-Group: #out-statusnet-core\n" @@ -8426,9 +8426,6 @@ msgstr "intune tabaiade" msgid "Repeated by" msgstr "Ripetût di" -msgid " " -msgstr " " - #. TRANS: Link title in notice list item to reply to a notice. msgid "Reply to this notice." msgstr "Rispuint a chest avîs." @@ -9417,3 +9414,7 @@ msgstr "" #, php-format msgid "Getting backup from file '%s'." msgstr "" + +# +#~ msgid " " +#~ msgstr " " diff --git a/locale/gl/LC_MESSAGES/statusnet.po b/locale/gl/LC_MESSAGES/statusnet.po index a89ddc287f..232e94e88c 100644 --- a/locale/gl/LC_MESSAGES/statusnet.po +++ b/locale/gl/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Galician (Galego) +# Translation of StatusNet - Core to Galician (galego) # Exported from translatewiki.net # # Author: Brion @@ -12,12 +12,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:04+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-core\n" @@ -8711,9 +8711,6 @@ msgstr "no contexto" msgid "Repeated by" msgstr "Repetida por" -msgid " " -msgstr " " - #. TRANS: Link title in notice list item to reply to a notice. msgid "Reply to this notice." msgstr "Responder a esta nota." @@ -9724,3 +9721,7 @@ msgstr "XML inválido, falta a raíz XRD." #, php-format msgid "Getting backup from file '%s'." msgstr "Obtendo a copia de seguridade desde o ficheiro \"%s\"." + +# +#~ msgid " " +#~ msgstr " " diff --git a/locale/he/LC_MESSAGES/statusnet.po b/locale/he/LC_MESSAGES/statusnet.po index 987e41aeb6..416fb38dd2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:57+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:06+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-core\n" @@ -8279,9 +8279,6 @@ msgstr "בהקשר" msgid "Repeated by" msgstr "הודהד על־ידי" -msgid " " -msgstr "" - #. TRANS: Link title in notice list item to reply to a notice. msgid "Reply to this notice." msgstr "להגיב לעדכון הזה।" diff --git a/locale/hsb/LC_MESSAGES/statusnet.po b/locale/hsb/LC_MESSAGES/statusnet.po index b58b002756..5ab2c20f69 100644 --- a/locale/hsb/LC_MESSAGES/statusnet.po +++ b/locale/hsb/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Upper Sorbian (Hornjoserbsce) +# Translation of StatusNet - Core to Upper Sorbian (hornjoserbsce) # Exported from translatewiki.net # # Author: Brion @@ -12,12 +12,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:59+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: hsb\n" "X-Message-Group: #out-statusnet-core\n" @@ -8379,9 +8379,6 @@ msgstr "w konteksće" msgid "Repeated by" msgstr "Wospjetowany wot" -msgid " " -msgstr " " - #. TRANS: Link title in notice list item to reply to a notice. msgid "Reply to this notice." msgstr "Na tutu zdźělenku wotmołwić." @@ -9391,3 +9388,7 @@ msgstr "Njepłaćiwy XML, korjeń XRD faluje." #, php-format msgid "Getting backup from file '%s'." msgstr "Wobstaruje so zawěsćenje z dataje \"%s\"-" + +# +#~ msgid " " +#~ msgstr " " diff --git a/locale/hu/LC_MESSAGES/statusnet.po b/locale/hu/LC_MESSAGES/statusnet.po index 6e7f4e1e71..0008489bc7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:02+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:10+0000\n" "Language-Team: Hungarian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-04-22 22:02:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: hu\n" "X-Message-Group: #out-statusnet-core\n" @@ -8699,10 +8699,6 @@ msgstr "előzmény" msgid "Repeated by" msgstr "Megismételte:" -#, fuzzy -msgid " " -msgstr ", " - #. TRANS: Link title in notice list item to reply to a notice. #, fuzzy msgid "Reply to this notice." @@ -9745,3 +9741,7 @@ msgstr "Érvénytelen XML, hiányzó XRD gyökér." #, php-format msgid "Getting backup from file '%s'." msgstr "" + +#, fuzzy +#~ msgid " " +#~ msgstr ", " diff --git a/locale/ia/LC_MESSAGES/statusnet.po b/locale/ia/LC_MESSAGES/statusnet.po index 848c671a26..9138f9c400 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:04+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:11+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-core\n" @@ -8668,9 +8668,6 @@ msgstr "in contexto" msgid "Repeated by" msgstr "Repetite per" -msgid " " -msgstr " " - #. TRANS: Link title in notice list item to reply to a notice. msgid "Reply to this notice." msgstr "Responder a iste nota." @@ -9685,3 +9682,7 @@ msgstr "XML invalide, radice XRD mancante." #, php-format msgid "Getting backup from file '%s'." msgstr "Obtene copia de reserva ex file '%s'." + +# +#~ msgid " " +#~ msgstr " " diff --git a/locale/it/LC_MESSAGES/statusnet.po b/locale/it/LC_MESSAGES/statusnet.po index 841861c24f..6f9c3c0130 100644 --- a/locale/it/LC_MESSAGES/statusnet.po +++ b/locale/it/LC_MESSAGES/statusnet.po @@ -18,12 +18,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:13+0000\n" "Language-Team: Italian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: it\n" "X-Message-Group: #out-statusnet-core\n" @@ -547,11 +547,11 @@ msgstr "Impossibile seguire l'utente: %s è già nel tuo elenco." #. TRANS: Client error displayed when trying to unfollow a user that cannot be found. msgid "Could not unfollow user: User not found." -msgstr "Impossibile non seguire l'utente: utente non trovato." +msgstr "Impossibile smettere di seguire l'utente: utente non trovato." #. TRANS: Client error displayed when trying to unfollow self. msgid "You cannot unfollow yourself." -msgstr "Non puoi non seguirti." +msgstr "Non puoi smettere di seguirti." #. TRANS: Client error displayed when supplying invalid parameters to an API call checking if a friendship exists. msgid "Two valid IDs or nick names must be supplied." @@ -8721,9 +8721,6 @@ msgstr "in una discussione" msgid "Repeated by" msgstr "Ripetuto da" -msgid " " -msgstr " " - #. TRANS: Link title in notice list item to reply to a notice. msgid "Reply to this notice." msgstr "Rispondi a questa notizia." @@ -9732,3 +9729,7 @@ msgstr "XML non valido, radice XRD mancante." #, php-format msgid "Getting backup from file '%s'." msgstr "Ottenere il backup da file '%s'." + +# +#~ msgid " " +#~ msgstr " " diff --git a/locale/ja/LC_MESSAGES/statusnet.po b/locale/ja/LC_MESSAGES/statusnet.po index 41dc5637a1..2ba7e2c4df 100644 --- a/locale/ja/LC_MESSAGES/statusnet.po +++ b/locale/ja/LC_MESSAGES/statusnet.po @@ -17,12 +17,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:08+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:15+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-core\n" @@ -443,10 +443,9 @@ msgid "No conversation with ID %d." msgstr "ID %d の conversation はありません" #. TRANS: Title for conversion timeline. -#, fuzzy msgctxt "TITLE" msgid "Conversation" -msgstr "Conversation" +msgstr "会話" #. TRANS: Title. %s is a user nickname. #, php-format @@ -1887,7 +1886,7 @@ msgstr "つぶやき削除" #. TRANS: Message for the delete notice form. msgid "Are you sure you want to delete this notice?" -msgstr "本当にこのつぶやきを削除しますか?" +msgstr "このつぶやきを本当に削除しますか?" #. TRANS: Submit button title for 'No' when deleting a notice. msgid "Do not delete this notice." @@ -3717,7 +3716,6 @@ msgid "Directory where attachments are located." msgstr "添付ファイルが置かれているディレクトリ" #. TRANS: Fieldset legend in Paths admin panel. -#, fuzzy msgctxt "LEGEND" msgid "SSL" msgstr "SSL" @@ -8569,9 +8567,6 @@ msgstr "" msgid "Repeated by" msgstr "" -msgid " " -msgstr "" - #. TRANS: Link title in notice list item to reply to a notice. msgid "Reply to this notice." msgstr "このつぶやきに返信する。" @@ -9113,7 +9108,6 @@ msgid "Updates by instant messenger (IM)" msgstr "インスタントメッセンジャー(IM)での更新" #. TRANS: Menu item in settings navigation panel. -#, fuzzy msgctxt "MENU" msgid "SMS" msgstr "SMS" diff --git a/locale/ka/LC_MESSAGES/statusnet.po b/locale/ka/LC_MESSAGES/statusnet.po index e3c0f86edb..38eeeca2ed 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:10+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:17+0000\n" "Language-Team: Georgian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ka\n" "X-Message-Group: #out-statusnet-core\n" @@ -8872,9 +8872,6 @@ msgstr "" msgid "Repeated by" msgstr "" -msgid " " -msgstr "" - #. TRANS: Link title in notice list item to reply to a notice. #, fuzzy msgid "Reply to this notice." diff --git a/locale/ko/LC_MESSAGES/statusnet.po b/locale/ko/LC_MESSAGES/statusnet.po index f7224eb186..c57bce3ffb 100644 --- a/locale/ko/LC_MESSAGES/statusnet.po +++ b/locale/ko/LC_MESSAGES/statusnet.po @@ -12,12 +12,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:13+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:19+0000\n" "Language-Team: Korean \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ko\n" "X-Message-Group: #out-statusnet-core\n" @@ -8564,10 +8564,6 @@ msgstr "문맥" msgid "Repeated by" msgstr "반복한 사람" -#, fuzzy -msgid " " -msgstr ", " - #. TRANS: Link title in notice list item to reply to a notice. #, fuzzy msgid "Reply to this notice." @@ -9562,3 +9558,7 @@ msgstr "XML이 잘못되었습니다. XRD 루트가 없습니다." #, php-format msgid "Getting backup from file '%s'." msgstr "'%s' 파일에서 백업을 가져옵니다." + +#, fuzzy +#~ msgid " " +#~ msgstr ", " diff --git a/locale/mk/LC_MESSAGES/statusnet.po b/locale/mk/LC_MESSAGES/statusnet.po index 11d29759a4..65da520a99 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:15+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:21+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-core\n" @@ -8702,9 +8702,6 @@ msgstr "во контекст" msgid "Repeated by" msgstr "Повторено од" -msgid " " -msgstr " " - #. TRANS: Link title in notice list item to reply to a notice. msgid "Reply to this notice." msgstr "Одговори на забелешкава." @@ -9711,3 +9708,7 @@ msgstr "Неважечки XML. Нема XRD-корен." #, php-format msgid "Getting backup from file '%s'." msgstr "Земам резерва на податотеката „%s“." + +# +#~ msgid " " +#~ msgstr " " diff --git a/locale/ml/LC_MESSAGES/statusnet.po b/locale/ml/LC_MESSAGES/statusnet.po index a5c160729a..59f723b25d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:17+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:23+0000\n" "Language-Team: Malayalam \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-04-22 22:02:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ml\n" "X-Message-Group: #out-statusnet-core\n" @@ -8517,9 +8517,6 @@ msgstr "" msgid "Repeated by" msgstr "ആവർത്തിച്ചത്" -msgid " " -msgstr "" - #. TRANS: Link title in notice list item to reply to a notice. #, fuzzy msgid "Reply to this notice." diff --git a/locale/nb/LC_MESSAGES/statusnet.po b/locale/nb/LC_MESSAGES/statusnet.po index 7dc5c82148..7181d055ac 100644 --- a/locale/nb/LC_MESSAGES/statusnet.po +++ b/locale/nb/LC_MESSAGES/statusnet.po @@ -14,12 +14,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:19+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:25+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-core\n" @@ -8856,10 +8856,6 @@ msgstr "Inget innhold." msgid "Repeated by" msgstr "Repetert av" -#, fuzzy -msgid " " -msgstr ", " - #. TRANS: Link title in notice list item to reply to a notice. #, fuzzy msgid "Reply to this notice." @@ -9941,3 +9937,7 @@ msgstr "Ugyldig XML, mangler XRD-rot." #, php-format msgid "Getting backup from file '%s'." msgstr "" + +#, fuzzy +#~ msgid " " +#~ msgstr ", " diff --git a/locale/nl/LC_MESSAGES/statusnet.po b/locale/nl/LC_MESSAGES/statusnet.po index 46ac6dae50..13d772092b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:27+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-core\n" @@ -8770,9 +8770,6 @@ msgstr "in context" msgid "Repeated by" msgstr "Herhaald door" -msgid " " -msgstr " " - #. TRANS: Link title in notice list item to reply to a notice. msgid "Reply to this notice." msgstr "Op deze mededeling antwoorden." @@ -9789,3 +9786,7 @@ msgstr "Ongeldige XML. De XRD-root mist." #, php-format msgid "Getting backup from file '%s'." msgstr "De back-up wordt uit het bestand \"%s\" geladen." + +# +#~ msgid " " +#~ msgstr " " diff --git a/locale/pl/LC_MESSAGES/statusnet.po b/locale/pl/LC_MESSAGES/statusnet.po index 4e2c74b7ce..df35d0b46a 100644 --- a/locale/pl/LC_MESSAGES/statusnet.po +++ b/locale/pl/LC_MESSAGES/statusnet.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:28+0000\n" "Last-Translator: Piotr Drąg \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" @@ -23,7 +23,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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-core\n" @@ -8733,9 +8733,6 @@ msgstr "w rozmowie" msgid "Repeated by" msgstr "Powtórzone przez" -msgid " " -msgstr " " - #. TRANS: Link title in notice list item to reply to a notice. msgid "Reply to this notice." msgstr "Odpowiedz na ten wpis." @@ -9793,3 +9790,7 @@ msgstr "Nieprawidłowy kod XML, brak głównego XRD." #, php-format msgid "Getting backup from file '%s'." msgstr "Pobieranie kopii zapasowej z pliku \"%s\"." + +# +#~ msgid " " +#~ msgstr " " diff --git a/locale/pt/LC_MESSAGES/statusnet.po b/locale/pt/LC_MESSAGES/statusnet.po index c748b9d2e5..4d6bf39433 100644 --- a/locale/pt/LC_MESSAGES/statusnet.po +++ b/locale/pt/LC_MESSAGES/statusnet.po @@ -20,12 +20,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:31+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-core\n" @@ -8914,9 +8914,6 @@ msgstr "no contexto" msgid "Repeated by" msgstr "Repetida por" -msgid " " -msgstr "" - #. TRANS: Link title in notice list item to reply to a notice. #, fuzzy msgid "Reply to this notice." diff --git a/locale/pt_BR/LC_MESSAGES/statusnet.po b/locale/pt_BR/LC_MESSAGES/statusnet.po index 1b463c70b8..b2de05c0f6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:33+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-core\n" @@ -8767,9 +8767,6 @@ msgstr "no contexto" msgid "Repeated by" msgstr "Repetida por" -msgid " " -msgstr "" - #. TRANS: Link title in notice list item to reply to a notice. #, fuzzy msgid "Reply to this notice." diff --git a/locale/ru/LC_MESSAGES/statusnet.po b/locale/ru/LC_MESSAGES/statusnet.po index b11a2c16b2..b594943328 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:35+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-core\n" @@ -8750,9 +8750,6 @@ msgstr "переписка" msgid "Repeated by" msgstr "Повторено" -msgid " " -msgstr "" - #. TRANS: Link title in notice list item to reply to a notice. msgid "Reply to this notice." msgstr "Ответить на эту запись." diff --git a/locale/statusnet.pot b/locale/statusnet.pot index 9f2b09f566..ee5e0da1c1 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -10038,10 +10038,6 @@ msgstr "" msgid "Repeated by" msgstr "" -#: lib/noticelistitem.php:623 -msgid " " -msgstr "" - #. TRANS: Link title in notice list item to reply to a notice. #: lib/noticelistitem.php:650 msgid "Reply to this notice." diff --git a/locale/sv/LC_MESSAGES/statusnet.po b/locale/sv/LC_MESSAGES/statusnet.po index 9f235c4570..d5a8d6ffaf 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:37+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-core\n" @@ -8658,9 +8658,6 @@ msgstr "i sammanhang" msgid "Repeated by" msgstr "Upprepad av" -msgid " " -msgstr " " - #. TRANS: Link title in notice list item to reply to a notice. msgid "Reply to this notice." msgstr "Svara på denna notis." @@ -9665,3 +9662,7 @@ msgstr "Ogiltig XML, saknar XRD-rot." #, php-format msgid "Getting backup from file '%s'." msgstr "Hämtar säkerhetskopia från filen '%s'." + +# +#~ msgid " " +#~ msgstr " " diff --git a/locale/te/LC_MESSAGES/statusnet.po b/locale/te/LC_MESSAGES/statusnet.po index c103f6bc91..4f22a3e5bb 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:39+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: te\n" "X-Message-Group: #out-statusnet-core\n" @@ -8648,10 +8648,6 @@ msgstr "సందర్భంలో" msgid "Repeated by" msgstr "%s యొక్క పునరావృతం" -#, fuzzy -msgid " " -msgstr ", " - #. TRANS: Link title in notice list item to reply to a notice. #, fuzzy msgid "Reply to this notice." @@ -9669,3 +9665,7 @@ msgstr "" #, php-format msgid "Getting backup from file '%s'." msgstr "" + +#, fuzzy +#~ msgid " " +#~ msgstr ", " diff --git a/locale/tl/LC_MESSAGES/statusnet.po b/locale/tl/LC_MESSAGES/statusnet.po index d367c776ca..88302c7968 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:41+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-04-22 22:02:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-core\n" @@ -3996,7 +3996,7 @@ msgstr "Pumunta" #. 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-" @@ -4004,13 +4004,13 @@ msgid "" "tool. You can easily keep track of what they are doing by subscribing to the " "list's timeline." msgstr "" -"Ito ay mga talaang nilikha ni **%s**. Ang mga talaan ay kung paano mo " -"pinagpapangkat-pangkat ang magkakahalintulad na mga tao sa %%site.name%%, " -"isang palingkuran ng [maliitang pagboblog](http://en.wikipedia.org/wiki/" -"Micro-blogging) na nakabatay sa kasangkapan ng Malayang Sopwer na [StatusNet]" -"(http://status.net/). Kaya't maginhawa mong masusubaybayan ang kung ano ang " -"kanilang ginagawa sa pamamagitan ng pagpapatanggap ng mga sipi sa guhit ng " -"panahon ng tatak." +"Ito ay mga talang nilikha ni **%s**. Ang mga tala ay kung paano mo " +"pinagpapangkat-pangkat ang magkakahalintulad na mga tao sa %%%%site.name%%%" +"%, isang palingkuran ng [maliitang pagboblog] (http://en.wikipedia.org/wiki/" +"Micro-blogging) na nakabatay sa kasangkapan ng Malayang Sopwer na " +"[StatusNet] (http://status.net/). Maginhawa mong masusubaybayan ang kung " +"ano ang kanilang ginagawa sa pamamagitan ng pagpapasipi ng guhit ng panahon " +"ng tala." #. 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). @@ -4033,7 +4033,7 @@ msgstr "Mga talaang may %1$s, pahina %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-" @@ -4041,13 +4041,12 @@ msgid "" "tool. You can easily keep track of what they are doing by subscribing to the " "list's timeline." msgstr "" -"Ito ay mga talaan para sa **%s**. Ang mga talaan ay kung paano mo " -"pinagpapangkat-pangkat ang magkakahalintulad na mga tao sa %%site.name%%, " -"isang palingkuran ng [maliitang pagboblog](http://en.wikipedia.org/wiki/" -"Micro-blogging) na nakabatay sa kasangkapan ng Malayang Sopwer na [StatusNet]" -"(http://status.net/). Kaya't maginhawa mong masusubaybayan ang kung ano ang " -"kanilang ginagawa sa pamamagitan ng pagpapatanggap ng mga sipi sa guhit ng " -"panahon ng tatak." +"Ito ay mga tala para sa **%s**. Ang mga tala ay kung paano mo pinagpapangkat-" +"pangkat ang magkakahalintulad na mga tao sa %%%%site.name%%%%, isang " +"palingkuran ng [maliitang pagboblog] (http://en.wikipedia.org/wiki/Micro-" +"blogging) na nakabatay sa kasangkapan ng Malayang Sopwer na [StatusNet] " +"(http://status.net/). Maginhawa mong masusubaybayan ang kung ano ang " +"kanilang ginagawa sa pamamagitan ng pagpapasipi ng guhit ng panahon ng tala." #. 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). @@ -4280,12 +4279,11 @@ msgid "What timezone are you normally in?" msgstr "Anong sona ng oras ka pangkaraniwang nakapaloob?" #. TRANS: Checkbox label in form for profile settings. -#, fuzzy msgid "" "Automatically subscribe to whoever subscribes to me (best for non-humans)" msgstr "" -"Kusang magpasipi sa kung sino ang nagpapasipi sa akin (pinakamahusay sa mga " -"hindi tao)." +"Kusang magpasipi ng kung sino ang nagpapasipi mula sa akin (pinakamahusay " +"para sa mga hindi tao)" #. TRANS: Dropdown field label on profile settings, for what policies to apply when someone else tries to subscribe to your updates. msgid "Subscription policy" @@ -4366,9 +4364,8 @@ msgid "Beyond the page limit (%s)." msgstr "Lampas sa haggahan ng pahina (%s)." #. TRANS: Server error displayed when a public timeline cannot be retrieved. -#, fuzzy msgid "Could not retrieve public timeline." -msgstr "Hindi makuhang muli ang pangmadlang batis." +msgstr "Hindi mabawi ang pangmadlang guhit ng panahon." #. TRANS: Title for all public timeline pages but the first. #. TRANS: %d is the page number. @@ -4382,24 +4379,20 @@ msgid "Public timeline" msgstr "Pangmadlang guhit ng panahon" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (Activity Streams JSON)" -msgstr "Pasubo ng Pangmadlang Batis (Atom)" +msgstr "Pakain ng Pangmadlang Guhit ng Panahon (Mga Batis ng Gawain ng JSON)" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (RSS 1.0)" -msgstr "Pasubo ng Pangmadlang Batis (RSS 1.0)" +msgstr "Pakain ng Pangmadlang Guhit ng Panahon (RSS 1.0)" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (RSS 2.0)" -msgstr "Pasubo ng Pangmadlang Batis (RSS 2.0)" +msgstr "Pakain ng Pangmadlang Guhit ng Panahon (RSS 2.0)" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (Atom)" -msgstr "Pasubo ng Pangmadlang Batis (Atom)" +msgstr "Pakain ng Pangmadlang Guhit ng Panahon (Atom)" #. TRANS: Text displayed for public feed when there are no public notices. #, php-format @@ -4831,9 +4824,9 @@ msgstr "Mga tugon kay %1$s, pahina %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 "Pasubo ng mga tugon para sa %s (Atom)" +msgstr "Pakain ng mga tugon para sa %s (Mga Batis ng Gawain ng JSON)" #. TRANS: Link for feed with replies for a user. #. TRANS: %s is a user nickname. @@ -4961,13 +4954,12 @@ msgstr "" "mga kinalabasan." #. TRANS: Form instructions for feed restore. -#, fuzzy msgid "" "You can upload a backed-up timeline in Activity Streams format." msgstr "" -"Makapagkakarga ka ng isang pamalit na kopya ng batis na nasa anyong Mga Batis ng Gawain." +"Makapagkakarga kang paitaas ng isang may reserbang kopyang guhit ng panahon " +"na nasa anyong Mga Batis ng Gawain." #. TRANS: Title for submit button to confirm upload of a user backup file for account restore. msgid "Upload the file" @@ -5129,9 +5121,9 @@ msgid "Could not retrieve favorite notices." msgstr "Hindi makuhang muli ang kinagigiliwang mga pabatid." #. TRANS: Feed link text. %s is a username. -#, fuzzy, php-format +#, php-format msgid "Feed for favorites of %s (Activity Streams JSON)" -msgstr "Pasubo para sa mga kinagigiliwan ni %s (Atom)" +msgstr "Pakain para sa mga kinagigiliwan ni %s (Mga Batis ng Gawain ng JSON)" #. TRANS: Feed link text. %s is a username. #, php-format @@ -5198,9 +5190,9 @@ msgid "%1$s group, page %2$d" msgstr "Pangkat na %1$s, pahina %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 "Pasubong pabatid para sa pangkat na %s (Atom)" +msgstr "Pakaing pabatid para sa pangkat ng %s (Mga Batis ng Gawain ng JSON)" #. TRANS: Tooltip for feed link. %s is a group nickname. #, php-format @@ -5245,18 +5237,18 @@ 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 " "[StatusNet](http://status.net/) tool. Its members share short messages about " "their life and interests." msgstr "" -"Ang **%s** ay isang pangkat ng tagagamit sa %%%%site.name%%%%, isang " -"palingkuran ng [maliitang pagboblog](http://en.wikipedia.org/wiki/Micro-" -"blogging) na nakabatay sa kasangkapan ng Malayang Sopwer na [StatusNet]" +"Ang **%s** ay isang pangkat ng tagagamit na nasa %%%%site.name%%%%, isang " +"palingkuran ng [maliitang pagboblog] (http://en.wikipedia.org/wiki/Micro-" +"blogging) na nakabatay sa kasangkapan ng Malayang Sopwer na [StatusNet] " "(http://status.net/). Ang mga kasapi nito ay nagbabahagi ng maiikling mga " -"mensahe tungkol sa kanilang buhay at mga hilig. " +"mensaheng patungkol sa kanilang buhay at mga kahiligan." #. TRANS: Client error displayed requesting a single message that does not exist. msgid "No such message." @@ -5406,9 +5398,9 @@ msgstr "Pasubong pabatid para kay %1$s na tinatakan ng %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 "Pasubong pabatid para sa %s (Atom)" +msgstr "Pakaing pabatid para sa %s (Mga Batis ng Gawain ng JSON)" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. @@ -5478,16 +5470,16 @@ 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 "" -"Si **%s** ay may isang akawnt sa %%%%site.name%%%%, isang palingkuran ng " -"[maliitang pagboblog](http://en.wikipedia.org/wiki/Micro-blogging) na " -"nakabatay sa kasangkapan ng Malayang Sopwer na [StatusNet](http://status." -"net/). " +"Si **%s** ay mayroong isang akawnt sa %%%%site.name%%%%, isang palingkuran " +"ng [maliitang pagboblog] (http://en.wikipedia.org/wiki/Micro-blogging) na " +"nakabatay sa kasangkapan ng Malayang Sopwer na [StatusNet] (http://status." +"net/)." #. TRANS: Link to the author of a repeated notice. %s is a linked nickname. #, php-format @@ -5603,12 +5595,11 @@ msgid "Default language" msgstr "Likas na nakatakdang wika" #. TRANS: Dropdown title on site settings panel. -#, fuzzy msgid "" "The site language when autodetection from browser settings is not available." msgstr "" -"Wika ng sityo kapag hindi makuha ang kusang pagpansin mula sa mga katakdaan " -"ng pantingin-tingin" +"Ang wika ng pook kapag hindi makukuha ang kusang pagpansin mula sa mga " +"katakdaan ng pantingin-tingin." #. TRANS: Fieldset legend on site settings panel. msgctxt "LEGEND" @@ -5646,9 +5637,8 @@ msgid "SSL logo" msgstr "Logo ng SSL" #. TRANS: Button title for saving site settings. -#, fuzzy msgid "Save the site settings." -msgstr "Sagipin ang mga katakdaan ng sityo" +msgstr "Sagipin ang mga katakdaan ng pook." #. TRANS: Page title for site-wide notice tab in admin panel. msgid "Site Notice" @@ -6010,19 +6000,18 @@ msgstr "Ito ang mga taong pinakikinigan ni %s ng mga pabatid." #. 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 "" -"Hindi ka nakikinig sa ngayon sa mga pabatid ninuman, subukang magpasipi mula " +"Hindi ka nakikinig sa ngayon ng mga pabatid ninuman, subukang magpasipi mula " "sa kakilala mong mga tao. Subukan ang [paghahanap ng mga tao](%%action." -"peoplesearch%%), tumingin ng mga kasapi sa loob ng pangkat na makatatawag sa " -"iyo ng pansin at sa loob ng aming [tampok na mga tagagamit](%%action.featured" -"%%). Kung isa kang [tagagamit ng Twitter](%%action.twittersettings%%), kusa " -"kang makapagpapasipi mula sa mga taong sinusundan mo na doon." +"peoplesearch%%), tumingin ng mga kasapi sa loob ng pangkat na nakakatawag sa " +"pagpansin mo at sa loob ng aming [tampok na mga tagagamit] (%%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. @@ -6054,9 +6043,9 @@ msgstr "Mga pabatid na tinatakan ng %1$s, pahina %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 "Pasubong pabatid para sa tatak na %s (Atom)" +msgstr "Pakaing pabatid para sa tatak na %s (Mga Batis ng Gawain ng JSON)" #. TRANS: Link label for feed on "notices with tag" page. #. TRANS: %s is the tag the feed is for. @@ -6350,13 +6339,13 @@ 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 "" -"Ang sityong ito ay binubuhay ng %1$s bersyong %2$s, Karapatang-Ari 2008-2010 " -"StatusNet, Inc. at mga tagapag-ambag." +"Ang pook na ito ay binubuhay ng %1$s na may bersiyong %2$s, Karapatang-Ari " +"2008-2010 StatusNet, Inc. at mga tagapag-ambag." #. TRANS: Header for StatusNet contributors section on the version page. msgid "Contributors" @@ -6367,7 +6356,6 @@ msgid "License" msgstr "Lisensiya" #. 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 " @@ -6375,23 +6363,23 @@ msgid "" "any later version." msgstr "" "Isang malayang sopwer ang StatusNet: maaari mo itong ipamahaging muli at/o " -"baguhin sa ilalim ng mga patakaran ng Lisensyang Panlahatang-Madla ng Affero " -"ng GNU ayon sa pagkakalathala ng Pundasyon ng Malayang Sopwer, maaaring ika-" -"3 bersyon ng Lisensiya, o (ayon sa pagpili mo) anumang bersyon sa paglaon. " +"baguhin ito sa ilalim ng mga patakaran ng Lisensiyang Panlahatang-Madla ng " +"Affero ng GNU ayon sa pagkakalathala ng Pundasyon ng Malayang Sopwer, " +"maaaring ika-3 bersiyon ng Lisensiya, o (ayon sa pagpili mo) anumang " +"bersiyon pagdaka." #. 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 "" -"Ang palatuntunan ay ipinamamahagi na inaaasahang magiging magagamit ito, " -"ngunit WALANG ANUMANG PANGAKO NG KATUPARAN; na wala ring pahiwatig na " +"Ang palatuntunang ito ay ipinamamahagi na inaaasahang magiging magagamit " +"ito, ngunit WALANG ANUMANG PANGAKO NG KATUPARAN; na wala ring pahiwatig na " "pangako ng katuparan ng KAKAYAHANG MAIKALAKAL o KAANGKUPAN PAR SA ISANG " "TIYAK NA LAYUNIN. Tingnan ang Pangkalahatang Pangmadlang Lisensiya ng Affero " -"ng GNU para sa marami pang mga detalye. " +"ng GNU para sa mas marami pang mga detalye." #. 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". @@ -6453,14 +6441,14 @@ msgstr "Iniisip ni Robin na may isang bagay na hindi talaga maaaring mangyari." #, php-format msgid "%1$d byte" msgid_plural "%1$d bytes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%1$d byte" +msgstr[1] "%1$d mga byte" #. 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." @@ -6468,13 +6456,13 @@ 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] "" -"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 " -"maliit na bersyon." +"Walang talaksan ang maaaring maging mas malaki pa kaysa sa %1$d byte at ang " +"talaksang ipinadala mo ay %2$s mga byte. Subukang magkargang paitaas ng " +"isang mas maliit na bersiyon." msgstr[1] "" -"Walang talaksan na maaaring maging mas malaki pa kaysa %1$d mga byte at ang " -"talaksang nais mong ipadala ay %2$d mga byte. Subukang magkarga ng isang mas " -"maliit na bersyon." +"Walang talaksan ang maaaring maging mas malaki pa kaysa sa %1$d mga byte at " +"ang talaksang ipinadala mo ay %2$s mga byte. Subukang magkargang paitaas ng " +"isang mas maliit na bersiyon." #. TRANS: Message given if an upload would exceed user quota. #. TRANS: %d (number) is the user quota in bytes and is used for plural. @@ -6549,9 +6537,9 @@ msgid "Could not create login token for %s" msgstr "Hindi malikha ang kahalip ng paglagdang papasok para kay %s" #. TRANS: Exception thrown when a program code class (%s) cannot be instantiated. -#, fuzzy, php-format +#, php-format msgid "Cannot instantiate class %s." -msgstr "Hindi masagip ang bagong hudyat." +msgstr "Hindi mabigyang-halimbawa ang klaseng %s." #. TRANS: Exception thrown when database name or Data Source Name could not be found. msgid "No database name or DSN found anywhere." @@ -6712,14 +6700,14 @@ msgstr "" "sa umiiral na mga tatak.}}" #. 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 "" -"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 " -"sa talaan ang iba pa." +"Mayroon ka nang %1$d o mahigit pang mga tao sa loob ng talang %2$s, na " +"siyang pinakamataas na pinahihintulutang bilang. Subukang huwag na munang " +"itala ang iba pa." #. TRANS: Exception thrown when inserting a list subscription in the database fails. msgid "Adding list subscription failed." @@ -7285,14 +7273,12 @@ msgstr "" "makakabasa at makakasulat" #. TRANS: Submit button title. -#, fuzzy msgid "Cancel application changes." -msgstr "Nakaugnay na mga aplikasyon" +msgstr "Huwag ituloy ang mga pagbabago sa aplikasyon." #. TRANS: Submit button title. -#, fuzzy msgid "Save application changes." -msgstr "Bagong aplikasyon" +msgstr "Sagipin ang mga pagbabago sa aplikasyon." #. TRANS: Name for an anonymous application in application list. msgid "Unknown application" @@ -7945,9 +7931,9 @@ msgid "Disfavor favorite" msgstr "Huwag kagiliwan ang kinagigiliwan" #. TRANS: Button title for removing the favourite status for a favourite notice. -#, fuzzy msgid "Remove this notice from your list of favorite notices." -msgstr "Hindi makuhang muli ang kinagigiliwang mga pabatid." +msgstr "" +"Alisin ang pabatid na ito mula sa iyong lista ng kinagigiliwang mga pabatid." #. TRANS: Form legend for adding the favourite status to a notice. msgid "Favor this notice" @@ -7959,9 +7945,9 @@ msgid "Favor" msgstr "Kagiliwan" #. TRANS: Button title for adding the favourite status to a notice. -#, fuzzy msgid "Add this notice to your list of favorite notices." -msgstr "Hindi makuhang muli ang kinagigiliwang mga pabatid." +msgstr "" +"Idagdag ang pabatid na ito sa iyong tala ng kinagigiliwang mga pabatid." #. TRANS: Feed type name. msgid "RSS 1.0" @@ -7981,7 +7967,7 @@ msgstr "FOAF" #. TRANS: Feed type name. See http://activitystrea.ms/ msgid "Activity Streams" -msgstr "" +msgstr "Mga Daloy ng Gawain" #. TRANS: Client exception thrown when an imported feed does not have an author. msgid "No author in the feed." @@ -8023,14 +8009,12 @@ msgid "All members" msgstr "Lahat ng mga kasapi" #. TRANS: Header for mini list of users with a pending membership request on a group page (h2). -#, fuzzy msgid "Pending" -msgstr "Nakabinbin ( %d )" +msgstr "Nakabinbin" #. TRANS: Header for mini list of users that are blocked in a group page (h2). -#, fuzzy msgid "Blocked" -msgstr "Hinarang" +msgstr "Hinadlangan" #. TRANS: Title for list of group administrators on a group page. msgctxt "TITLE" @@ -8046,6 +8030,7 @@ msgstr "Hadlangan" msgctxt "TOOLTIP" msgid "Block this user so that they can no longer post messages to it." msgstr "" +"Harangin ang tagagamit upang hindi na sila makapagpaskil ng mga mensahe roon." #. TRANS: Field title on group edit form. msgid "URL of the homepage or blog of the group or topic." @@ -8136,18 +8121,17 @@ msgstr "Masisiglang mga pangkat" #. TRANS: Link description for seeing all groups. #. TRANS: Link description for seeing all lists. -#, fuzzy msgid "See all" -msgstr "Ipakitang lahat" +msgstr "Tingnang lahat" #. TRANS: Link title for seeing all groups. msgid "See all groups you belong to." -msgstr "" +msgstr "Tingnan ang lahat ng mga pangkat na kinaaaniban mo." #. TRANS: Menu item title in personal group navigation menu. #. TRANS: %s is a username. msgid "Back to top" -msgstr "" +msgstr "Magbalik sa itaas" #. TRANS: Client exception 406 msgid "This page is not available in a media type you accept" @@ -8285,9 +8269,8 @@ msgid "Leave" msgstr "Lumisan" #. TRANS: Link title for seeing all lists. -#, fuzzy msgid "See all lists you have created." -msgstr "Ang ipinatala mong mga aplikasyon" +msgstr "Tingnan ang lahat ng mga listahang nilikha mo." #. TRANS: Menu item for logging in to the StatusNet site. #. TRANS: Menu item in primary navigation panel. @@ -8621,9 +8604,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 "Si %1$s ay sumali sa iyong pangkat na %2$s na nasa %3$s." +msgstr "Sumali si %1$s sa pangkat mong %2$s na nasa %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, @@ -8715,10 +8698,9 @@ msgid "Make Admin" msgstr "Gawing Tagapangasiwa" #. TRANS: Submit button title. -#, fuzzy msgctxt "TOOLTIP" msgid "Make this user an admin." -msgstr "Gawing isang tagapangasiwa ang tagagamit na ito" +msgstr "Gawing isang tagapangasiwa ang tagagamit na ito." #. 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." @@ -8840,7 +8822,7 @@ msgstr "" #. TRANS: Link description to show more items in a list. msgid "More ▼" -msgstr "" +msgstr "Marami pa ▼" #. TRANS: Validation error in form for registration, profile and group settings, etc. msgid "Nickname cannot be empty." @@ -8929,23 +8911,17 @@ msgstr "sa loob ng diwa" msgid "Repeated by" msgstr "Unulit ni" -#, fuzzy -msgid " " -msgstr ", " - #. TRANS: Link title in notice list item to reply to a notice. -#, fuzzy msgid "Reply to this notice." -msgstr "Tumugon sa pabatid na ito" +msgstr "Tugunan ang pabatid na ito." #. TRANS: Link text in notice list item to reply to a notice. msgid "Reply" msgstr "Tumugon" #. TRANS: Link title in notice list item to delete a notice. -#, fuzzy msgid "Delete this notice from the timeline." -msgstr "Burahin ang pabatid na ito." +msgstr "Burahin ang pabatid na ito mula sa guhit ng panahon." #. TRANS: Title for repeat form status in notice list when a notice has been repeated. msgid "Notice repeated." @@ -9189,12 +9165,12 @@ msgid "Enable" msgstr "Paganahin" #. TRANS: Plugin description for a disabled plugin. -#, fuzzy msgctxt "plugin-description" msgid "" "(The plugin description is unavailable when a plugin has been disabled.)" msgstr "" -"(Hindi makukuha ang mga paglalarawan ng pampasak kapag hindi gumagana.)" +"(Hindi makuha ang mga paglalarawan ng pampasak kapag hindi gumagana ang " +"isang pampasak.)" #. TRANS: Menu item in primary navigation panel. msgctxt "MENU" @@ -9228,7 +9204,7 @@ msgid "Login to the site." msgstr "Lumagdang papasok sa sityo." msgid "This profile has been silenced by site moderators" -msgstr "" +msgstr "Pinatahimik ng mga tagapamagitan ng pook ang balangkas na ito" #. TRANS: H2 text for user subscription statistics. msgid "Following" @@ -9499,11 +9475,11 @@ msgstr "Pinapahintulutang nakaugnay na mga aplikasyon" #. TRANS: Menu item in settings navigation panel. msgctxt "MENU" msgid "Old school" -msgstr "" +msgstr "Lumang paraan" #. TRANS: Menu item title in settings navigation panel. msgid "UI tweaks for old-school users" -msgstr "" +msgstr "Mga pagpingol sa UI para sa mga tagagamit ng lumang paraan" #. TRANS: Title of form to silence a user. msgctxt "TITLE" @@ -9750,28 +9726,27 @@ msgstr[0] "Gusto ito ng %%s." msgstr[1] "Gusto ito ng %%s." #. TRANS: List message for notice repeated by logged in user. -#, fuzzy msgctxt "REPEATLIST" msgid "You repeated this." -msgstr "Inulit mo ang pabatid na ito." +msgstr "Naulit mo ito." #. 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] "Gusto ito ng %%s at %d iba pa." -msgstr[1] "Gusto ito ng %%s at %d iba pa." +msgstr[0] "Inulit ito ng %%s at %d iba pa." +msgstr[1] "Inulit ito ng %%s at %d mga iba pa." #. 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] "Gusto ito ng %%s." -msgstr[1] "Gusto ito ng %%s." +msgstr[0] "Inulit ito ng %%s." +msgstr[1] "Inulit ito ng %%s." #. TRANS: Form legend. #, php-format @@ -9873,9 +9848,8 @@ msgid "Unsubscribe" msgstr "Pahintuin na ang pagtanggap ng sipi" #. TRANS: Button title on unsubscribe form. -#, fuzzy msgid "Unsubscribe from this user." -msgstr "Huwag nang magpasipi mula sa tagagamit na ito" +msgstr "Huwag nang sumipi mula sa tagagamit na ito." #. 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/uk/LC_MESSAGES/statusnet.po b/locale/uk/LC_MESSAGES/statusnet.po index bf11df89b2..ef5bbcf51c 100644 --- a/locale/uk/LC_MESSAGES/statusnet.po +++ b/locale/uk/LC_MESSAGES/statusnet.po @@ -13,12 +13,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:42+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-core\n" @@ -8776,10 +8776,6 @@ msgstr "у контексті" msgid "Repeated by" msgstr "Повторено" -#, fuzzy -msgid " " -msgstr ", " - #. TRANS: Link title in notice list item to reply to a notice. #, fuzzy msgid "Reply to this notice." @@ -9802,3 +9798,7 @@ msgstr "Неправильний XML, корінь XRD відсутній." #, php-format msgid "Getting backup from file '%s'." msgstr "Отримання резервної копії файлу «%s»." + +#, fuzzy +#~ msgid " " +#~ msgstr ", " diff --git a/locale/zh_CN/LC_MESSAGES/statusnet.po b/locale/zh_CN/LC_MESSAGES/statusnet.po index edb9c9c46f..489528fa75 100644 --- a/locale/zh_CN/LC_MESSAGES/statusnet.po +++ b/locale/zh_CN/LC_MESSAGES/statusnet.po @@ -20,13 +20,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:44+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-core\n" @@ -8468,10 +8468,6 @@ msgstr "查看对话" msgid "Repeated by" msgstr "转发来自" -#, fuzzy -msgid " " -msgstr "、" - #. TRANS: Link title in notice list item to reply to a notice. #, fuzzy msgid "Reply to this notice." @@ -9453,3 +9449,7 @@ msgstr "不合法的XML, 缺少XRD根" #, php-format msgid "Getting backup from file '%s'." msgstr "从文件'%s'获取备份。" + +#, fuzzy +#~ msgid " " +#~ msgstr "、" diff --git a/plugins/APC/locale/APC.pot b/plugins/APC/locale/APC.pot index 1b852bfdba..f1bfc29977 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 5c2b36c2d8..7782c92362 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ast\n" "X-Message-Group: #out-statusnet-plugin-apc\n" diff --git a/plugins/APC/locale/be-tarask/LC_MESSAGES/APC.po b/plugins/APC/locale/be-tarask/LC_MESSAGES/APC.po index 6d18e9d7fe..008562f58c 100644 --- a/plugins/APC/locale/be-tarask/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/be-tarask/LC_MESSAGES/APC.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - APC to Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬) +# Translation of StatusNet - APC to Belarusian (Taraškievica orthography) (‪беларуская (тарашкевіца)‬) # Exported from translatewiki.net # # Author: EugeneZelenko @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-apc\n" diff --git a/plugins/APC/locale/br/LC_MESSAGES/APC.po b/plugins/APC/locale/br/LC_MESSAGES/APC.po index 0afc3e5b6d..f34f343150 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-apc\n" diff --git a/plugins/APC/locale/de/LC_MESSAGES/APC.po b/plugins/APC/locale/de/LC_MESSAGES/APC.po index ce704ece6e..f04f6fd7ee 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-apc\n" diff --git a/plugins/APC/locale/es/LC_MESSAGES/APC.po b/plugins/APC/locale/es/LC_MESSAGES/APC.po index 0c29e6d0b1..06292172bf 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-apc\n" diff --git a/plugins/APC/locale/eu/LC_MESSAGES/APC.po b/plugins/APC/locale/eu/LC_MESSAGES/APC.po index 5450854a6e..10ef3d5781 100644 --- a/plugins/APC/locale/eu/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/eu/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:37+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/APC/locale/fr/LC_MESSAGES/APC.po b/plugins/APC/locale/fr/LC_MESSAGES/APC.po index f56ac5929f..ae3819591c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-apc\n" diff --git a/plugins/APC/locale/gl/LC_MESSAGES/APC.po b/plugins/APC/locale/gl/LC_MESSAGES/APC.po index 9f4cf7a10e..d8181340fb 100644 --- a/plugins/APC/locale/gl/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/gl/LC_MESSAGES/APC.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - APC to Galician (Galego) +# Translation of StatusNet - APC to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-apc\n" diff --git a/plugins/APC/locale/he/LC_MESSAGES/APC.po b/plugins/APC/locale/he/LC_MESSAGES/APC.po index 6a786ed048..ed0603cc2d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-apc\n" diff --git a/plugins/APC/locale/ia/LC_MESSAGES/APC.po b/plugins/APC/locale/ia/LC_MESSAGES/APC.po index b76ccabb65..0e54c48c49 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-apc\n" diff --git a/plugins/APC/locale/id/LC_MESSAGES/APC.po b/plugins/APC/locale/id/LC_MESSAGES/APC.po index 3bc29fe392..3a03574d46 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-apc\n" diff --git a/plugins/APC/locale/it/LC_MESSAGES/APC.po b/plugins/APC/locale/it/LC_MESSAGES/APC.po index e0b63edbe6..da7bfc1c74 100644 --- a/plugins/APC/locale/it/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/it/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:38+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/APC/locale/mk/LC_MESSAGES/APC.po b/plugins/APC/locale/mk/LC_MESSAGES/APC.po index 7cae4d4bb1..a146ba75a2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-apc\n" diff --git a/plugins/APC/locale/ms/LC_MESSAGES/APC.po b/plugins/APC/locale/ms/LC_MESSAGES/APC.po index 1b64f923b8..c020f23dd3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-apc\n" diff --git a/plugins/APC/locale/nb/LC_MESSAGES/APC.po b/plugins/APC/locale/nb/LC_MESSAGES/APC.po index f70319f1cc..8196b42f82 100644 --- a/plugins/APC/locale/nb/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/nb/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-apc\n" diff --git a/plugins/APC/locale/nl/LC_MESSAGES/APC.po b/plugins/APC/locale/nl/LC_MESSAGES/APC.po index c6e7b44f55..6676ef1b03 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-apc\n" diff --git a/plugins/APC/locale/pl/LC_MESSAGES/APC.po b/plugins/APC/locale/pl/LC_MESSAGES/APC.po index 13778c6db4..4d043702e9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:18:40+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-plugin-apc\n" diff --git a/plugins/APC/locale/pt/LC_MESSAGES/APC.po b/plugins/APC/locale/pt/LC_MESSAGES/APC.po index c25582f7cc..2a639cfbe0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-apc\n" diff --git a/plugins/APC/locale/pt_BR/LC_MESSAGES/APC.po b/plugins/APC/locale/pt_BR/LC_MESSAGES/APC.po index ac81d31fc0..b029a0abee 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-apc\n" diff --git a/plugins/APC/locale/ru/LC_MESSAGES/APC.po b/plugins/APC/locale/ru/LC_MESSAGES/APC.po index 2880d28d83..3a67e1bd1a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-apc\n" diff --git a/plugins/APC/locale/tl/LC_MESSAGES/APC.po b/plugins/APC/locale/tl/LC_MESSAGES/APC.po index ca2ab542a1..2ade2232d2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-apc\n" diff --git a/plugins/APC/locale/uk/LC_MESSAGES/APC.po b/plugins/APC/locale/uk/LC_MESSAGES/APC.po index 0f9282b325..18b70e496f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-apc\n" diff --git a/plugins/APC/locale/zh_CN/LC_MESSAGES/APC.po b/plugins/APC/locale/zh_CN/LC_MESSAGES/APC.po index 7225fd71c8..34b06cdedf 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-apc\n" diff --git a/plugins/AccountManager/locale/AccountManager.pot b/plugins/AccountManager/locale/AccountManager.pot index d69b0eb4b1..dd2bb7c82d 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 b68fa79029..ab82ab4561 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:26+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: af\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" diff --git a/plugins/AccountManager/locale/ast/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ast/LC_MESSAGES/AccountManager.po index 0d94fcc93a..a442a9c9cb 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:26+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ast\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" diff --git a/plugins/AccountManager/locale/ca/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ca/LC_MESSAGES/AccountManager.po index 9da422876f..93609dd463 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" diff --git a/plugins/AccountManager/locale/de/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/de/LC_MESSAGES/AccountManager.po index cfa7f42b2a..0bfac88e02 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" diff --git a/plugins/AccountManager/locale/es/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/es/LC_MESSAGES/AccountManager.po index 06a6d432fa..952c7cbfb1 100644 --- a/plugins/AccountManager/locale/es/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/es/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" diff --git a/plugins/AccountManager/locale/eu/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/eu/LC_MESSAGES/AccountManager.po index 1be4406054..64b000eb3c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" diff --git a/plugins/AccountManager/locale/fi/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/fi/LC_MESSAGES/AccountManager.po index d45578164c..abcb7fa70b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" diff --git a/plugins/AccountManager/locale/fr/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/fr/LC_MESSAGES/AccountManager.po index 8b2cac73f8..15091263dc 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" diff --git a/plugins/AccountManager/locale/gl/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/gl/LC_MESSAGES/AccountManager.po index 849464c140..994bf0b42c 100644 --- a/plugins/AccountManager/locale/gl/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/gl/LC_MESSAGES/AccountManager.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AccountManager to Galician (Galego) +# Translation of StatusNet - AccountManager to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" diff --git a/plugins/AccountManager/locale/he/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/he/LC_MESSAGES/AccountManager.po index 5645d0b30d..4a1873e655 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" diff --git a/plugins/AccountManager/locale/ia/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ia/LC_MESSAGES/AccountManager.po index 8d0b298def..92b300937b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" diff --git a/plugins/AccountManager/locale/it/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/it/LC_MESSAGES/AccountManager.po index ec24362386..2bfbb992e0 100644 --- a/plugins/AccountManager/locale/it/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/it/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:27+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/AccountManager/locale/ja/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ja/LC_MESSAGES/AccountManager.po index 09a135789d..6309e10561 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:27+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" diff --git a/plugins/AccountManager/locale/mk/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/mk/LC_MESSAGES/AccountManager.po index 87e3d3656b..6c3a28a6f3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" diff --git a/plugins/AccountManager/locale/ms/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ms/LC_MESSAGES/AccountManager.po index c2e411e193..1a0e037f67 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" diff --git a/plugins/AccountManager/locale/nl/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/nl/LC_MESSAGES/AccountManager.po index 89b7460179..71c41faae5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" diff --git a/plugins/AccountManager/locale/pl/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/pl/LC_MESSAGES/AccountManager.po index 8069522d3a..0a0d58318e 100644 --- a/plugins/AccountManager/locale/pl/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/pl/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:28+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " "(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" diff --git a/plugins/AccountManager/locale/pt/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/pt/LC_MESSAGES/AccountManager.po index b0ac6c040a..a4a4d9c79b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" diff --git a/plugins/AccountManager/locale/ru/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ru/LC_MESSAGES/AccountManager.po index dc12173b6f..e0a963f862 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" diff --git a/plugins/AccountManager/locale/tl/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/tl/LC_MESSAGES/AccountManager.po index cf41c7488b..c190cef4f2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" diff --git a/plugins/AccountManager/locale/uk/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/uk/LC_MESSAGES/AccountManager.po index 2d06ba248d..a70bf28a2e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" diff --git a/plugins/Activity/locale/Activity.pot b/plugins/Activity/locale/Activity.pot index c71f1e4634..c48c24d4d4 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 2250b84a30..24fc8b18ad 100644 --- a/plugins/Activity/locale/ar/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/ar/LC_MESSAGES/Activity.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:28+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-30 18:15:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-activity\n" diff --git a/plugins/Activity/locale/ca/LC_MESSAGES/Activity.po b/plugins/Activity/locale/ca/LC_MESSAGES/Activity.po index 7386a6563a..f0c5db72c6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:28+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-30 18:15:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-activity\n" diff --git a/plugins/Activity/locale/de/LC_MESSAGES/Activity.po b/plugins/Activity/locale/de/LC_MESSAGES/Activity.po index 8e4f5a23bb..c67061a893 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:29+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-30 18:15:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-activity\n" diff --git a/plugins/Activity/locale/es/LC_MESSAGES/Activity.po b/plugins/Activity/locale/es/LC_MESSAGES/Activity.po index 84ac7d9590..9c96fb9d55 100644 --- a/plugins/Activity/locale/es/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/es/LC_MESSAGES/Activity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:29+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-30 18:15:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-activity\n" diff --git a/plugins/Activity/locale/eu/LC_MESSAGES/Activity.po b/plugins/Activity/locale/eu/LC_MESSAGES/Activity.po index c26856e728..d2ac432c2b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:29+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-30 18:15:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-activity\n" diff --git a/plugins/Activity/locale/fr/LC_MESSAGES/Activity.po b/plugins/Activity/locale/fr/LC_MESSAGES/Activity.po index ae941e5e86..50d5b95284 100644 --- a/plugins/Activity/locale/fr/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/fr/LC_MESSAGES/Activity.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:29+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. TRANS: Text for "joined list" item in activity plugin. diff --git a/plugins/Activity/locale/gl/LC_MESSAGES/Activity.po b/plugins/Activity/locale/gl/LC_MESSAGES/Activity.po index ed51c9870c..11f3c9f46d 100644 --- a/plugins/Activity/locale/gl/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/gl/LC_MESSAGES/Activity.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Activity to Galician (Galego) +# Translation of StatusNet - Activity to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:29+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-30 18:15:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-activity\n" diff --git a/plugins/Activity/locale/ia/LC_MESSAGES/Activity.po b/plugins/Activity/locale/ia/LC_MESSAGES/Activity.po index 47c8d27f3f..2de08a4ce2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:29+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-30 18:15:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-activity\n" diff --git a/plugins/Activity/locale/it/LC_MESSAGES/Activity.po b/plugins/Activity/locale/it/LC_MESSAGES/Activity.po index 88f6dcf386..98664c5d46 100644 --- a/plugins/Activity/locale/it/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/it/LC_MESSAGES/Activity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:29+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Text for "joined list" item in activity plugin. diff --git a/plugins/Activity/locale/lt/LC_MESSAGES/Activity.po b/plugins/Activity/locale/lt/LC_MESSAGES/Activity.po index 52f0d79309..7cdad0c43f 100644 --- a/plugins/Activity/locale/lt/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/lt/LC_MESSAGES/Activity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:29+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-30 18:15:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: lt\n" "X-Message-Group: #out-statusnet-plugin-activity\n" diff --git a/plugins/Activity/locale/mk/LC_MESSAGES/Activity.po b/plugins/Activity/locale/mk/LC_MESSAGES/Activity.po index 92bca3e052..d00560de16 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:29+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-30 18:15:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-activity\n" diff --git a/plugins/Activity/locale/nl/LC_MESSAGES/Activity.po b/plugins/Activity/locale/nl/LC_MESSAGES/Activity.po index 214ec6b798..b724afa46e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:29+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-30 18:15:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-activity\n" diff --git a/plugins/Activity/locale/pl/LC_MESSAGES/Activity.po b/plugins/Activity/locale/pl/LC_MESSAGES/Activity.po index c66853d96b..e1c9e7e9bc 100644 --- a/plugins/Activity/locale/pl/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/pl/LC_MESSAGES/Activity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:30+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " "(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" diff --git a/plugins/Activity/locale/ru/LC_MESSAGES/Activity.po b/plugins/Activity/locale/ru/LC_MESSAGES/Activity.po index 502ce5fd0f..59377cb696 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:30+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-30 18:15:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-activity\n" diff --git a/plugins/Activity/locale/tl/LC_MESSAGES/Activity.po b/plugins/Activity/locale/tl/LC_MESSAGES/Activity.po new file mode 100644 index 0000000000..31be464cba --- /dev/null +++ b/plugins/Activity/locale/tl/LC_MESSAGES/Activity.po @@ -0,0 +1,121 @@ +# Translation of StatusNet - Activity to Tagalog (Tagalog) +# Exported from translatewiki.net +# +# Author: AnakngAraw +# -- +# 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-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:30+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 (233fc08); Translate 2012-06-21\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 "" +"Sumali si %2$s sa pangkat na %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 "" +"Nagsimulang sundan ni %2$s si %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 "Nagsimulang sundan ni %1$s (%2$s) si %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 "" +"Huminto si %2$s sa pagsunod kay %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 "Huminto si %1$s (%2$s) sa pagsunod kay %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 "" +"Nagustuhan ni %2$s ang pagsasapanahon " +"ni %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 "Nagustuhan ni %1$s (%2$s) ang katayuan ni %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 "" +"Huminto sa paggusto si %2$s kay %4$s's " +"update." + +#. 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 "Huminto si %1$s (%2$s) sa paggusto ng katayuan ni %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 "Sumali si %1$s (%2$s) sa pangkat na %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 "" +"Umalis si %2$s mula sa pangkat na %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 "Umalis si %1$s (%2$s) mula sa pangkat na %3$s (%4$s)." + +#. TRANS: Plugin description. +msgid "Emits notices when social activities happen." +msgstr "Nagbubuga ng mga pabatid kapag nagaganap ang mga gawaing panlipunan." diff --git a/plugins/ActivitySpam/locale/ActivitySpam.pot b/plugins/ActivitySpam/locale/ActivitySpam.pot index bb68f4ba1d..e5030f3849 100644 --- a/plugins/ActivitySpam/locale/ActivitySpam.pot +++ b/plugins/ActivitySpam/locale/ActivitySpam.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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/ActivitySpam/locale/de/LC_MESSAGES/ActivitySpam.po b/plugins/ActivitySpam/locale/de/LC_MESSAGES/ActivitySpam.po new file mode 100644 index 0000000000..055ae2c0aa --- /dev/null +++ b/plugins/ActivitySpam/locale/de/LC_MESSAGES/ActivitySpam.po @@ -0,0 +1,26 @@ +# Translation of StatusNet - ActivitySpam to German (Deutsch) +# Exported from translatewiki.net +# +# Author: PtM +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - ActivitySpam\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:30+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-06-18 00:06:35+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "MENU" +msgid "Spam" +msgstr "Spam" + +msgid "Test notices against the Activity Spam service." +msgstr "Nachrichten am Activity-Spam-Service testen" diff --git a/plugins/ActivitySpam/locale/es/LC_MESSAGES/ActivitySpam.po b/plugins/ActivitySpam/locale/es/LC_MESSAGES/ActivitySpam.po new file mode 100644 index 0000000000..cdc0b05a6f --- /dev/null +++ b/plugins/ActivitySpam/locale/es/LC_MESSAGES/ActivitySpam.po @@ -0,0 +1,26 @@ +# Translation of StatusNet - ActivitySpam 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 - ActivitySpam\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:30+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-06-18 00:06:35+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "MENU" +msgid "Spam" +msgstr "Spam" + +msgid "Test notices against the Activity Spam service." +msgstr "Probar los avisos contra el servicio de actividad de spam." diff --git a/plugins/ActivitySpam/locale/fr/LC_MESSAGES/ActivitySpam.po b/plugins/ActivitySpam/locale/fr/LC_MESSAGES/ActivitySpam.po new file mode 100644 index 0000000000..c72ff453db --- /dev/null +++ b/plugins/ActivitySpam/locale/fr/LC_MESSAGES/ActivitySpam.po @@ -0,0 +1,26 @@ +# Translation of StatusNet - ActivitySpam to French (français) +# Exported from translatewiki.net +# +# Author: Gomoko +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - ActivitySpam\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:30+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-06-18 00:06:35+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgctxt "MENU" +msgid "Spam" +msgstr "Courrier polluant" + +msgid "Test notices against the Activity Spam service." +msgstr "Avis de test à l'encontre du service d'activité du courrier polluant." diff --git a/plugins/ActivitySpam/locale/gl/LC_MESSAGES/ActivitySpam.po b/plugins/ActivitySpam/locale/gl/LC_MESSAGES/ActivitySpam.po new file mode 100644 index 0000000000..ebc137ad68 --- /dev/null +++ b/plugins/ActivitySpam/locale/gl/LC_MESSAGES/ActivitySpam.po @@ -0,0 +1,26 @@ +# Translation of StatusNet - ActivitySpam 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 - ActivitySpam\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:30+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-06-18 00:06:35+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "MENU" +msgid "Spam" +msgstr "Spam" + +msgid "Test notices against the Activity Spam service." +msgstr "Probar os avisos co servizo de actividade de spam." diff --git a/plugins/ActivitySpam/locale/ia/LC_MESSAGES/ActivitySpam.po b/plugins/ActivitySpam/locale/ia/LC_MESSAGES/ActivitySpam.po new file mode 100644 index 0000000000..aa0f94c09a --- /dev/null +++ b/plugins/ActivitySpam/locale/ia/LC_MESSAGES/ActivitySpam.po @@ -0,0 +1,26 @@ +# Translation of StatusNet - ActivitySpam to Interlingua (interlingua) +# Exported from translatewiki.net +# +# Author: McDutchie +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - ActivitySpam\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:30+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-06-18 00:06:35+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "MENU" +msgid "Spam" +msgstr "Spam" + +msgid "Test notices against the Activity Spam service." +msgstr "Testar avisos contra le servicio Activity Spam." diff --git a/plugins/ActivitySpam/locale/it/LC_MESSAGES/ActivitySpam.po b/plugins/ActivitySpam/locale/it/LC_MESSAGES/ActivitySpam.po new file mode 100644 index 0000000000..606421a140 --- /dev/null +++ b/plugins/ActivitySpam/locale/it/LC_MESSAGES/ActivitySpam.po @@ -0,0 +1,27 @@ +# Translation of StatusNet - ActivitySpam to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# Author: Ximo17 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - ActivitySpam\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:30+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-06-18 00:06:35+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "MENU" +msgid "Spam" +msgstr "Spam" + +msgid "Test notices against the Activity Spam service." +msgstr "Avvisi di prova contro il servizio Spam Activity." diff --git a/plugins/ActivitySpam/locale/mk/LC_MESSAGES/ActivitySpam.po b/plugins/ActivitySpam/locale/mk/LC_MESSAGES/ActivitySpam.po new file mode 100644 index 0000000000..06b684c814 --- /dev/null +++ b/plugins/ActivitySpam/locale/mk/LC_MESSAGES/ActivitySpam.po @@ -0,0 +1,26 @@ +# Translation of StatusNet - ActivitySpam to Macedonian (македонски) +# Exported from translatewiki.net +# +# Author: Bjankuloski06 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - ActivitySpam\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:30+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-06-18 00:06:35+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" + +msgctxt "MENU" +msgid "Spam" +msgstr "Спам" + +msgid "Test notices against the Activity Spam service." +msgstr "Испробување на забелешките со Службата за спам во активностите." diff --git a/plugins/ActivitySpam/locale/nl/LC_MESSAGES/ActivitySpam.po b/plugins/ActivitySpam/locale/nl/LC_MESSAGES/ActivitySpam.po new file mode 100644 index 0000000000..b254086edf --- /dev/null +++ b/plugins/ActivitySpam/locale/nl/LC_MESSAGES/ActivitySpam.po @@ -0,0 +1,26 @@ +# Translation of StatusNet - ActivitySpam to Dutch (Nederlands) +# Exported from translatewiki.net +# +# Author: Siebrand +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - ActivitySpam\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:30+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-06-18 00:06:35+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "MENU" +msgid "Spam" +msgstr "Spam" + +msgid "Test notices against the Activity Spam service." +msgstr "Mededelingen testen tegen de dienst Activity Spam." diff --git a/plugins/ActivitySpam/locale/tl/LC_MESSAGES/ActivitySpam.po b/plugins/ActivitySpam/locale/tl/LC_MESSAGES/ActivitySpam.po new file mode 100644 index 0000000000..3b40b180e6 --- /dev/null +++ b/plugins/ActivitySpam/locale/tl/LC_MESSAGES/ActivitySpam.po @@ -0,0 +1,26 @@ +# Translation of StatusNet - ActivitySpam to Tagalog (Tagalog) +# Exported from translatewiki.net +# +# Author: AnakngAraw +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - ActivitySpam\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:30+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-06-18 00:06:35+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "MENU" +msgid "Spam" +msgstr "Manlulusob" + +msgid "Test notices against the Activity Spam service." +msgstr "Mga pabatid na pangsubok laban sa palingkuran ng Gawain ng Manlulusob." diff --git a/plugins/Adsense/locale/Adsense.pot b/plugins/Adsense/locale/Adsense.pot index 7bf4c0b515..059633a21f 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 4fad0f659b..7e25c7e38f 100644 --- a/plugins/Adsense/locale/be-tarask/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/be-tarask/LC_MESSAGES/Adsense.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Adsense to Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬) +# Translation of StatusNet - Adsense to Belarusian (Taraškievica orthography) (‪беларуская (тарашкевіца)‬) # Exported from translatewiki.net # # Author: EugeneZelenko @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/br/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/br/LC_MESSAGES/Adsense.po index 8e3350ceab..f26af607c5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/ca/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ca/LC_MESSAGES/Adsense.po index 05b91d4540..602471f357 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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 10:22:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/de/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/de/LC_MESSAGES/Adsense.po index 1ed4449fcf..446abce765 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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 10:22:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/es/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/es/LC_MESSAGES/Adsense.po index a4d33d80f1..20f3e6e92c 100644 --- a/plugins/Adsense/locale/es/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/es/LC_MESSAGES/Adsense.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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 10:22:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/eu/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/eu/LC_MESSAGES/Adsense.po index 2ee3081433..883700a089 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:22:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/fr/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/fr/LC_MESSAGES/Adsense.po index 649e9a7c74..5b7e4c5e98 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/gl/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/gl/LC_MESSAGES/Adsense.po index db79293f77..a054ca872d 100644 --- a/plugins/Adsense/locale/gl/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/gl/LC_MESSAGES/Adsense.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Adsense to Galician (Galego) +# Translation of StatusNet - Adsense to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/ia/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ia/LC_MESSAGES/Adsense.po index 06ae536a09..a0f7d9efaa 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/it/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/it/LC_MESSAGES/Adsense.po index 58a791b82f..97187bd245 100644 --- a/plugins/Adsense/locale/it/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/it/LC_MESSAGES/Adsense.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:32+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: it\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/ja/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ja/LC_MESSAGES/Adsense.po index 9f0c6a12c5..f8e243f74b 100644 --- a/plugins/Adsense/locale/ja/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/ja/LC_MESSAGES/Adsense.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:32+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=1; plural=0;\n" #. TRANS: Menu item title/tooltip diff --git a/plugins/Adsense/locale/ka/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ka/LC_MESSAGES/Adsense.po index c23a4b11d0..38fa7a54ad 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:32+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ka\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/lt/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/lt/LC_MESSAGES/Adsense.po index c3b7e71b8c..eb6c6b1abc 100644 --- a/plugins/Adsense/locale/lt/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/lt/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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 10:22:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: lt\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/mk/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/mk/LC_MESSAGES/Adsense.po index 1ed49670b3..4fd523f69c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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 10:22:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/ms/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ms/LC_MESSAGES/Adsense.po index 3d9b1b5c7b..bf7e0ce03d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po index e10a1f5ab8..3a6b923780 100644 --- a/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/nl/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/nl/LC_MESSAGES/Adsense.po index 2d19302823..f08fe0504e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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 10:22:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/pt/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/pt/LC_MESSAGES/Adsense.po index 3490061a72..0d8b9cd40f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/pt_BR/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/pt_BR/LC_MESSAGES/Adsense.po index 389c708aa4..658e7f0440 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/ru/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ru/LC_MESSAGES/Adsense.po index 724fd2c1e8..f25d75269d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/sv/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/sv/LC_MESSAGES/Adsense.po index b9545465ca..e670f59f6a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/tl/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/tl/LC_MESSAGES/Adsense.po index 2d37351201..e153c2b8c6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/uk/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/uk/LC_MESSAGES/Adsense.po index 5ccfab73d8..f2b4f9d802 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Adsense/locale/zh_CN/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/zh_CN/LC_MESSAGES/Adsense.po index f0542ee9a2..7fae863229 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" diff --git a/plugins/Aim/locale/Aim.pot b/plugins/Aim/locale/Aim.pot index e531976b1f..323e95c5c7 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 d9f847ef3c..b634420e27 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:33+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: af\n" "X-Message-Group: #out-statusnet-plugin-aim\n" diff --git a/plugins/Aim/locale/ca/LC_MESSAGES/Aim.po b/plugins/Aim/locale/ca/LC_MESSAGES/Aim.po index 4a13edbf6a..ff774deaf8 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:18:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-aim\n" diff --git a/plugins/Aim/locale/de/LC_MESSAGES/Aim.po b/plugins/Aim/locale/de/LC_MESSAGES/Aim.po index a51a2495ac..5beba69dbf 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-aim\n" diff --git a/plugins/Aim/locale/es/LC_MESSAGES/Aim.po b/plugins/Aim/locale/es/LC_MESSAGES/Aim.po index c78c4abb29..6eaa92141d 100644 --- a/plugins/Aim/locale/es/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/es/LC_MESSAGES/Aim.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-aim\n" diff --git a/plugins/Aim/locale/eu/LC_MESSAGES/Aim.po b/plugins/Aim/locale/eu/LC_MESSAGES/Aim.po index df38fa67b1..874f0d9599 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-aim\n" diff --git a/plugins/Aim/locale/fi/LC_MESSAGES/Aim.po b/plugins/Aim/locale/fi/LC_MESSAGES/Aim.po index 90bdf83de6..e9ef6a7485 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-aim\n" diff --git a/plugins/Aim/locale/fr/LC_MESSAGES/Aim.po b/plugins/Aim/locale/fr/LC_MESSAGES/Aim.po index f7821648ef..8a20feca26 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-aim\n" diff --git a/plugins/Aim/locale/gl/LC_MESSAGES/Aim.po b/plugins/Aim/locale/gl/LC_MESSAGES/Aim.po index 37a6428848..0f9e3f6d02 100644 --- a/plugins/Aim/locale/gl/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/gl/LC_MESSAGES/Aim.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Aim to Galician (Galego) +# Translation of StatusNet - Aim to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-aim\n" diff --git a/plugins/Aim/locale/ia/LC_MESSAGES/Aim.po b/plugins/Aim/locale/ia/LC_MESSAGES/Aim.po index cd3749be06..bc198b8186 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:18:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-aim\n" diff --git a/plugins/Aim/locale/it/LC_MESSAGES/Aim.po b/plugins/Aim/locale/it/LC_MESSAGES/Aim.po index 132595497d..b48753fcf6 100644 --- a/plugins/Aim/locale/it/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/it/LC_MESSAGES/Aim.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:34+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: No idea what the use case for this message is. diff --git a/plugins/Aim/locale/mk/LC_MESSAGES/Aim.po b/plugins/Aim/locale/mk/LC_MESSAGES/Aim.po index a998c18452..cefdc673d1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:18:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-aim\n" diff --git a/plugins/Aim/locale/ms/LC_MESSAGES/Aim.po b/plugins/Aim/locale/ms/LC_MESSAGES/Aim.po index 64d75261ed..d15de49735 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:34+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-aim\n" diff --git a/plugins/Aim/locale/nl/LC_MESSAGES/Aim.po b/plugins/Aim/locale/nl/LC_MESSAGES/Aim.po index bc8831b732..6869d795e2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:18:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-aim\n" diff --git a/plugins/Aim/locale/pl/LC_MESSAGES/Aim.po b/plugins/Aim/locale/pl/LC_MESSAGES/Aim.po index ec66ad1ebf..56a4cea1b3 100644 --- a/plugins/Aim/locale/pl/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/pl/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:34+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " "(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" diff --git a/plugins/Aim/locale/pt/LC_MESSAGES/Aim.po b/plugins/Aim/locale/pt/LC_MESSAGES/Aim.po index bd455149c5..82fedba464 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-aim\n" diff --git a/plugins/Aim/locale/sv/LC_MESSAGES/Aim.po b/plugins/Aim/locale/sv/LC_MESSAGES/Aim.po index d9c9b09e36..ac000fb8e7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-aim\n" diff --git a/plugins/Aim/locale/tl/LC_MESSAGES/Aim.po b/plugins/Aim/locale/tl/LC_MESSAGES/Aim.po index 6888820042..f8c6c1d1fa 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-aim\n" diff --git a/plugins/Aim/locale/uk/LC_MESSAGES/Aim.po b/plugins/Aim/locale/uk/LC_MESSAGES/Aim.po index a6908d30a4..2acc6ae8d3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-aim\n" diff --git a/plugins/AnonymousFave/locale/AnonymousFave.pot b/plugins/AnonymousFave/locale/AnonymousFave.pot index 3d3173c909..68951da17e 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 46585f3a5b..59804ce285 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" diff --git a/plugins/AnonymousFave/locale/be-tarask/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/be-tarask/LC_MESSAGES/AnonymousFave.po index 435b9eac67..c6bd81bb67 100644 --- a/plugins/AnonymousFave/locale/be-tarask/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/be-tarask/LC_MESSAGES/AnonymousFave.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AnonymousFave to Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬) +# Translation of StatusNet - AnonymousFave to Belarusian (Taraškievica orthography) (‪беларуская (тарашкевіца)‬) # Exported from translatewiki.net # # Author: EugeneZelenko @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" diff --git a/plugins/AnonymousFave/locale/br/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/br/LC_MESSAGES/AnonymousFave.po index 3d1dfd546c..6c77de00e9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" diff --git a/plugins/AnonymousFave/locale/ca/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/ca/LC_MESSAGES/AnonymousFave.po index 28237a1f42..310a509615 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" diff --git a/plugins/AnonymousFave/locale/de/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/de/LC_MESSAGES/AnonymousFave.po index d51520a3cf..82a8586250 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" diff --git a/plugins/AnonymousFave/locale/es/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/es/LC_MESSAGES/AnonymousFave.po index 3059c03633..5b70d5f048 100644 --- a/plugins/AnonymousFave/locale/es/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/es/LC_MESSAGES/AnonymousFave.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" diff --git a/plugins/AnonymousFave/locale/eu/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/eu/LC_MESSAGES/AnonymousFave.po index 634ceb7841..2de9cb2484 100644 --- a/plugins/AnonymousFave/locale/eu/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/eu/LC_MESSAGES/AnonymousFave.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:36+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Server exception. diff --git a/plugins/AnonymousFave/locale/fr/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/fr/LC_MESSAGES/AnonymousFave.po index e5e3d983cf..773cf37099 100644 --- a/plugins/AnonymousFave/locale/fr/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/fr/LC_MESSAGES/AnonymousFave.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" diff --git a/plugins/AnonymousFave/locale/gl/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/gl/LC_MESSAGES/AnonymousFave.po index c037ffc8f6..7b71a1902e 100644 --- a/plugins/AnonymousFave/locale/gl/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/gl/LC_MESSAGES/AnonymousFave.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AnonymousFave to Galician (Galego) +# Translation of StatusNet - AnonymousFave to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" diff --git a/plugins/AnonymousFave/locale/ia/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/ia/LC_MESSAGES/AnonymousFave.po index bbb4f8cef2..0b2ed0f494 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" diff --git a/plugins/AnonymousFave/locale/it/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/it/LC_MESSAGES/AnonymousFave.po index 5202b59cde..3e7368c6be 100644 --- a/plugins/AnonymousFave/locale/it/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/it/LC_MESSAGES/AnonymousFave.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:36+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Server exception. diff --git a/plugins/AnonymousFave/locale/mk/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/mk/LC_MESSAGES/AnonymousFave.po index d14aab6d62..c84e94f0cc 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" diff --git a/plugins/AnonymousFave/locale/nl/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/nl/LC_MESSAGES/AnonymousFave.po index 73743181d8..03f8b34074 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" diff --git a/plugins/AnonymousFave/locale/pt/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/pt/LC_MESSAGES/AnonymousFave.po index c5fb4ea6a1..4e150fcde2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" diff --git a/plugins/AnonymousFave/locale/tl/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/tl/LC_MESSAGES/AnonymousFave.po index f54cdea777..d3a994017c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" diff --git a/plugins/AnonymousFave/locale/uk/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/uk/LC_MESSAGES/AnonymousFave.po index bce587f806..1a641242af 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" diff --git a/plugins/ApiLogger/locale/ApiLogger.pot b/plugins/ApiLogger/locale/ApiLogger.pot index cdee005655..7eedfd70fc 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 9c23214966..2240c1324d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ast\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" diff --git a/plugins/ApiLogger/locale/de/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/de/LC_MESSAGES/ApiLogger.po index 8f2f80e63b..0462f241c5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" diff --git a/plugins/ApiLogger/locale/es/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/es/LC_MESSAGES/ApiLogger.po index c7b0b4242e..bfb7e7d390 100644 --- a/plugins/ApiLogger/locale/es/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/es/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:18:40+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" diff --git a/plugins/ApiLogger/locale/eu/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/eu/LC_MESSAGES/ApiLogger.po index dac92464aa..48e1949ec3 100644 --- a/plugins/ApiLogger/locale/eu/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/eu/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:40+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/ApiLogger/locale/fr/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/fr/LC_MESSAGES/ApiLogger.po index 3ef4d83509..1bbf0683e0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" diff --git a/plugins/ApiLogger/locale/gl/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/gl/LC_MESSAGES/ApiLogger.po index 1c89abfa70..42e52d5056 100644 --- a/plugins/ApiLogger/locale/gl/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/gl/LC_MESSAGES/ApiLogger.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ApiLogger to Galician (Galego) +# Translation of StatusNet - ApiLogger to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:18:40+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" diff --git a/plugins/ApiLogger/locale/he/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/he/LC_MESSAGES/ApiLogger.po index acc245fd41..1f6a468625 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" diff --git a/plugins/ApiLogger/locale/ia/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/ia/LC_MESSAGES/ApiLogger.po index 9612f5fecf..0f4cac2d1f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" diff --git a/plugins/ApiLogger/locale/it/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/it/LC_MESSAGES/ApiLogger.po index 581dbd0005..c140fd5968 100644 --- a/plugins/ApiLogger/locale/it/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/it/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:40+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/ApiLogger/locale/ksh/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/ksh/LC_MESSAGES/ApiLogger.po index 153f86e40a..1b85cc96a7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:40+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ksh\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" diff --git a/plugins/ApiLogger/locale/mk/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/mk/LC_MESSAGES/ApiLogger.po index 5791bcf7e6..44e651e7c6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" diff --git a/plugins/ApiLogger/locale/ms/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/ms/LC_MESSAGES/ApiLogger.po index 2e4558110a..68f6222d0e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" diff --git a/plugins/ApiLogger/locale/nl/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/nl/LC_MESSAGES/ApiLogger.po index 5d11f16c84..81555d25a7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" diff --git a/plugins/ApiLogger/locale/pl/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/pl/LC_MESSAGES/ApiLogger.po index c8a32ccd16..62cedbdfac 100644 --- a/plugins/ApiLogger/locale/pl/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/pl/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:40+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " "(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" diff --git a/plugins/ApiLogger/locale/pt/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/pt/LC_MESSAGES/ApiLogger.po index 0adf51671a..9a2ed49aaa 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" diff --git a/plugins/ApiLogger/locale/tl/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/tl/LC_MESSAGES/ApiLogger.po index 36c05cf991..0c29c9b2bf 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" diff --git a/plugins/ApiLogger/locale/uk/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/uk/LC_MESSAGES/ApiLogger.po index 92140f34b0..936715d027 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" diff --git a/plugins/AutoSandbox/locale/AutoSandbox.pot b/plugins/AutoSandbox/locale/AutoSandbox.pot index 2303228f44..487b923632 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 6ab8f4aa00..f46e6fb7ef 100644 --- a/plugins/AutoSandbox/locale/be-tarask/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/be-tarask/LC_MESSAGES/AutoSandbox.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AutoSandbox to Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬) +# Translation of StatusNet - AutoSandbox to Belarusian (Taraškievica orthography) (‪беларуская (тарашкевіца)‬) # Exported from translatewiki.net # # Author: EugeneZelenko @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" diff --git a/plugins/AutoSandbox/locale/br/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/br/LC_MESSAGES/AutoSandbox.po index 5c2e2ff875..2e20f529bd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" diff --git a/plugins/AutoSandbox/locale/de/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/de/LC_MESSAGES/AutoSandbox.po index d9d2f78075..4f217cd931 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" diff --git a/plugins/AutoSandbox/locale/es/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/es/LC_MESSAGES/AutoSandbox.po index 264cc1e9fa..2075d53b89 100644 --- a/plugins/AutoSandbox/locale/es/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/es/LC_MESSAGES/AutoSandbox.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" diff --git a/plugins/AutoSandbox/locale/eu/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/eu/LC_MESSAGES/AutoSandbox.po index af45d1d52b..a7e73b2cab 100644 --- a/plugins/AutoSandbox/locale/eu/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/eu/LC_MESSAGES/AutoSandbox.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:43+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/AutoSandbox/locale/fr/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/fr/LC_MESSAGES/AutoSandbox.po index 67ceb0ef41..a04621ebe8 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" diff --git a/plugins/AutoSandbox/locale/gl/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/gl/LC_MESSAGES/AutoSandbox.po index 58df95cc6f..a856cccb70 100644 --- a/plugins/AutoSandbox/locale/gl/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/gl/LC_MESSAGES/AutoSandbox.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AutoSandbox to Galician (Galego) +# Translation of StatusNet - AutoSandbox to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" diff --git a/plugins/AutoSandbox/locale/ia/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/ia/LC_MESSAGES/AutoSandbox.po index dbbca8b373..d2d9ae935e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" diff --git a/plugins/AutoSandbox/locale/it/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/it/LC_MESSAGES/AutoSandbox.po index e6c35b5a94..978317b9f5 100644 --- a/plugins/AutoSandbox/locale/it/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/it/LC_MESSAGES/AutoSandbox.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:44+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/AutoSandbox/locale/mk/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/mk/LC_MESSAGES/AutoSandbox.po index 90bec6ff07..031885ae08 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" diff --git a/plugins/AutoSandbox/locale/nl/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/nl/LC_MESSAGES/AutoSandbox.po index 679c4e7a04..73e857a1fd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" diff --git a/plugins/AutoSandbox/locale/pl/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/pl/LC_MESSAGES/AutoSandbox.po index 66b3677130..145cc3f98e 100644 --- a/plugins/AutoSandbox/locale/pl/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/pl/LC_MESSAGES/AutoSandbox.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:44+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " "(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" diff --git a/plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po index 3d338e0872..de3d10314f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" diff --git a/plugins/AutoSandbox/locale/tl/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/tl/LC_MESSAGES/AutoSandbox.po index 5015d8fa51..fff03024f7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" diff --git a/plugins/AutoSandbox/locale/uk/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/uk/LC_MESSAGES/AutoSandbox.po index b67b19d42e..bb8fe21253 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" diff --git a/plugins/AutoSandbox/locale/zh_CN/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/zh_CN/LC_MESSAGES/AutoSandbox.po index 068c37e199..c5fa7e3417 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" diff --git a/plugins/Autocomplete/locale/Autocomplete.pot b/plugins/Autocomplete/locale/Autocomplete.pot index e3704edc2a..05d82d75db 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 cf0ed42b8d..a09cacd8c9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" diff --git a/plugins/Autocomplete/locale/ast/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/ast/LC_MESSAGES/Autocomplete.po index 9dea1ff3fe..674d031a60 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:41+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ast\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" diff --git a/plugins/Autocomplete/locale/ca/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/ca/LC_MESSAGES/Autocomplete.po index ec745bffd6..9d17a77fac 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" diff --git a/plugins/Autocomplete/locale/de/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/de/LC_MESSAGES/Autocomplete.po index 516afa1e18..7f73f6ea83 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:45+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" diff --git a/plugins/Autocomplete/locale/es/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/es/LC_MESSAGES/Autocomplete.po index d2726851bb..209d00c6eb 100644 --- a/plugins/Autocomplete/locale/es/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/es/LC_MESSAGES/Autocomplete.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:45+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" diff --git a/plugins/Autocomplete/locale/eu/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/eu/LC_MESSAGES/Autocomplete.po index 87ad8b5878..e6966c5b65 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" diff --git a/plugins/Autocomplete/locale/fr/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/fr/LC_MESSAGES/Autocomplete.po index 11d7ff1dc0..3b34521a57 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:45+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" diff --git a/plugins/Autocomplete/locale/gl/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/gl/LC_MESSAGES/Autocomplete.po index 3201489efc..16e8c625b3 100644 --- a/plugins/Autocomplete/locale/gl/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/gl/LC_MESSAGES/Autocomplete.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Autocomplete to Galician (Galego) +# Translation of StatusNet - Autocomplete to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:45+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" diff --git a/plugins/Autocomplete/locale/he/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/he/LC_MESSAGES/Autocomplete.po index f338a7c8b0..1733e05da2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:45+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" diff --git a/plugins/Autocomplete/locale/ia/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/ia/LC_MESSAGES/Autocomplete.po index e8f537994e..934da304d0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:45+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" diff --git a/plugins/Autocomplete/locale/it/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/it/LC_MESSAGES/Autocomplete.po index 937d92b9cb..fef70104f0 100644 --- a/plugins/Autocomplete/locale/it/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/it/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:45+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/Autocomplete/locale/lt/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/lt/LC_MESSAGES/Autocomplete.po index 93b9ea27af..22ff414f0a 100644 --- a/plugins/Autocomplete/locale/lt/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/lt/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:42+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: lt\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" diff --git a/plugins/Autocomplete/locale/mk/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/mk/LC_MESSAGES/Autocomplete.po index ee925059d0..7ce15c09d6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:45+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" diff --git a/plugins/Autocomplete/locale/ms/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/ms/LC_MESSAGES/Autocomplete.po index 55823b9e4c..0ea3b3c645 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:42+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" diff --git a/plugins/Autocomplete/locale/nl/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/nl/LC_MESSAGES/Autocomplete.po index 04686fbafb..3a9421fb26 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:45+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" diff --git a/plugins/Autocomplete/locale/pl/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/pl/LC_MESSAGES/Autocomplete.po index ed3ab7f90e..170e92f85f 100644 --- a/plugins/Autocomplete/locale/pl/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/pl/LC_MESSAGES/Autocomplete.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:45+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" diff --git a/plugins/Autocomplete/locale/sv/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/sv/LC_MESSAGES/Autocomplete.po index 2b9e34b65f..f31db9b598 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:45+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" diff --git a/plugins/Autocomplete/locale/tl/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/tl/LC_MESSAGES/Autocomplete.po index d8758ed05d..f9cdc1ac80 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:45+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" diff --git a/plugins/Autocomplete/locale/uk/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/uk/LC_MESSAGES/Autocomplete.po index 87b3491e8b..5d10d12b4e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:45+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" diff --git a/plugins/Awesomeness/locale/Awesomeness.pot b/plugins/Awesomeness/locale/Awesomeness.pot index 406d9e699a..28cb119331 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 b19ea4b4b2..e9f7a2e23a 100644 --- a/plugins/Awesomeness/locale/be-tarask/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/be-tarask/LC_MESSAGES/Awesomeness.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Awesomeness to Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬) +# Translation of StatusNet - Awesomeness to Belarusian (Taraškievica orthography) (‪беларуская (тарашкевіца)‬) # Exported from translatewiki.net # # Author: EugeneZelenko @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" diff --git a/plugins/Awesomeness/locale/de/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/de/LC_MESSAGES/Awesomeness.po index 62ecbb0bf3..da6d046a3f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" diff --git a/plugins/Awesomeness/locale/es/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/es/LC_MESSAGES/Awesomeness.po index a5f6d2a225..6c10d39507 100644 --- a/plugins/Awesomeness/locale/es/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/es/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" diff --git a/plugins/Awesomeness/locale/eu/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/eu/LC_MESSAGES/Awesomeness.po index 2f7ab6776f..1322f06bda 100644 --- a/plugins/Awesomeness/locale/eu/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/eu/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:45+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description for a sample plugin. diff --git a/plugins/Awesomeness/locale/fi/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/fi/LC_MESSAGES/Awesomeness.po index c698179ae4..822976a6a5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:45+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" diff --git a/plugins/Awesomeness/locale/fr/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/fr/LC_MESSAGES/Awesomeness.po index d804c4017b..2ec09648d9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" diff --git a/plugins/Awesomeness/locale/gl/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/gl/LC_MESSAGES/Awesomeness.po index 75ae41e57e..fcc72fba2b 100644 --- a/plugins/Awesomeness/locale/gl/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/gl/LC_MESSAGES/Awesomeness.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Awesomeness to Galician (Galego) +# Translation of StatusNet - Awesomeness to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" diff --git a/plugins/Awesomeness/locale/he/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/he/LC_MESSAGES/Awesomeness.po index 8cf9bc188d..d0c205363c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" diff --git a/plugins/Awesomeness/locale/ia/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/ia/LC_MESSAGES/Awesomeness.po index c6c11661ab..e4bab60c08 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" diff --git a/plugins/Awesomeness/locale/it/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/it/LC_MESSAGES/Awesomeness.po index fed01e38f8..d58c9dafa7 100644 --- a/plugins/Awesomeness/locale/it/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/it/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:45+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description for a sample plugin. diff --git a/plugins/Awesomeness/locale/mk/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/mk/LC_MESSAGES/Awesomeness.po index 7a5e5df678..ac835a0757 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" diff --git a/plugins/Awesomeness/locale/nl/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/nl/LC_MESSAGES/Awesomeness.po index a81618a8a7..f1bf702db1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" diff --git a/plugins/Awesomeness/locale/pl/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/pl/LC_MESSAGES/Awesomeness.po index 3250bc9172..e1994fbb9f 100644 --- a/plugins/Awesomeness/locale/pl/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/pl/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:46+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " "(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" diff --git a/plugins/Awesomeness/locale/pt/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/pt/LC_MESSAGES/Awesomeness.po index a2fc840831..db8dee9d08 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" diff --git a/plugins/Awesomeness/locale/ru/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/ru/LC_MESSAGES/Awesomeness.po index 5ae1977b72..c404729b37 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" diff --git a/plugins/Awesomeness/locale/tl/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/tl/LC_MESSAGES/Awesomeness.po index 9a456d3295..05d44576fb 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" diff --git a/plugins/Awesomeness/locale/uk/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/uk/LC_MESSAGES/Awesomeness.po index adcbdfc098..b40e0141ff 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" diff --git a/plugins/BitlyUrl/locale/BitlyUrl.pot b/plugins/BitlyUrl/locale/BitlyUrl.pot index 59e8721726..253c30e497 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 edea24130c..98918dddb6 100644 --- a/plugins/BitlyUrl/locale/be-tarask/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/be-tarask/LC_MESSAGES/BitlyUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BitlyUrl to Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬) +# Translation of StatusNet - BitlyUrl to Belarusian (Taraškievica orthography) (‪беларуская (тарашкевіца)‬) # Exported from translatewiki.net # # Author: EugeneZelenko @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" diff --git a/plugins/BitlyUrl/locale/ca/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/ca/LC_MESSAGES/BitlyUrl.po index 3fdd42e9ea..56e51b17b2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" diff --git a/plugins/BitlyUrl/locale/de/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/de/LC_MESSAGES/BitlyUrl.po index e59005d11b..634f581cf4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" diff --git a/plugins/BitlyUrl/locale/es/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/es/LC_MESSAGES/BitlyUrl.po index b39feb7d8f..3cf0bad24f 100644 --- a/plugins/BitlyUrl/locale/es/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/es/LC_MESSAGES/BitlyUrl.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" diff --git a/plugins/BitlyUrl/locale/eu/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/eu/LC_MESSAGES/BitlyUrl.po index 54423d7258..40bea6dc84 100644 --- a/plugins/BitlyUrl/locale/eu/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/eu/LC_MESSAGES/BitlyUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:47+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Title of administration panel. diff --git a/plugins/BitlyUrl/locale/fr/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/fr/LC_MESSAGES/BitlyUrl.po index 4d2357da9e..e439defec8 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" diff --git a/plugins/BitlyUrl/locale/fur/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/fur/LC_MESSAGES/BitlyUrl.po index aa6ef880a1..e6e4711d02 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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 13:48:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fur\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" diff --git a/plugins/BitlyUrl/locale/gl/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/gl/LC_MESSAGES/BitlyUrl.po index e0d98335c3..6e91e8b2e3 100644 --- a/plugins/BitlyUrl/locale/gl/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/gl/LC_MESSAGES/BitlyUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BitlyUrl to Galician (Galego) +# Translation of StatusNet - BitlyUrl to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" diff --git a/plugins/BitlyUrl/locale/ia/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/ia/LC_MESSAGES/BitlyUrl.po index 19d2a66580..7a3ed57d3e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" diff --git a/plugins/BitlyUrl/locale/it/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/it/LC_MESSAGES/BitlyUrl.po index 3f16f99e26..b567712c08 100644 --- a/plugins/BitlyUrl/locale/it/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/it/LC_MESSAGES/BitlyUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:47+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Title of administration panel. diff --git a/plugins/BitlyUrl/locale/mk/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/mk/LC_MESSAGES/BitlyUrl.po index 67fb65f0d1..1ed592b3e7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" diff --git a/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po index 1917007f61..de9250eb3e 100644 --- a/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" diff --git a/plugins/BitlyUrl/locale/nl/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/nl/LC_MESSAGES/BitlyUrl.po index 4bd680211d..ec67ae6a6d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" diff --git a/plugins/BitlyUrl/locale/ru/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/ru/LC_MESSAGES/BitlyUrl.po index 98fbd9f3a7..9527b085b0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" diff --git a/plugins/BitlyUrl/locale/sv/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/sv/LC_MESSAGES/BitlyUrl.po index 6321b4d137..78f1d14ad8 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" diff --git a/plugins/BitlyUrl/locale/tl/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/tl/LC_MESSAGES/BitlyUrl.po index bbe5afacef..b9763d0bff 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" diff --git a/plugins/BitlyUrl/locale/uk/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/uk/LC_MESSAGES/BitlyUrl.po index f8916e5664..6adb4c883b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" diff --git a/plugins/Blacklist/locale/Blacklist.pot b/plugins/Blacklist/locale/Blacklist.pot index f1296d2404..5067ce90d4 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 3a1a8afe35..f5a134b132 100644 --- a/plugins/Blacklist/locale/be-tarask/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/be-tarask/LC_MESSAGES/Blacklist.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Blacklist to Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬) +# Translation of StatusNet - Blacklist to Belarusian (Taraškievica orthography) (‪беларуская (тарашкевіца)‬) # Exported from translatewiki.net # # Author: EugeneZelenko @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:48+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: 2012-03-01 18:55:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" diff --git a/plugins/Blacklist/locale/ca/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/ca/LC_MESSAGES/Blacklist.po index 7a9942be1b..36c0cd6b85 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:48+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-03-01 18:55:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" diff --git a/plugins/Blacklist/locale/de/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/de/LC_MESSAGES/Blacklist.po index a90c3c79b8..70b89d13e2 100644 --- a/plugins/Blacklist/locale/de/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/de/LC_MESSAGES/Blacklist.po @@ -3,6 +3,7 @@ # # Author: Giftpflanze # Author: MF-Warburg +# Author: PtM # Author: The Evil IP address # -- # This file is distributed under the same license as the StatusNet package. @@ -11,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:49+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-03-01 18:55:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" @@ -83,7 +84,7 @@ 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. -#, fuzzy, php-format +#, php-format msgid "Notices from nickname \"%s\" are disallowed." msgstr "Beiträge vom Benutzernamen „%s“ sind nicht erlaubt." diff --git a/plugins/Blacklist/locale/es/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/es/LC_MESSAGES/Blacklist.po index 3793728de0..2491a9b4a9 100644 --- a/plugins/Blacklist/locale/es/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/es/LC_MESSAGES/Blacklist.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:49+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-03-01 18:55:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" diff --git a/plugins/Blacklist/locale/eu/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/eu/LC_MESSAGES/Blacklist.po index dac6e0c46c..6903fcd244 100644 --- a/plugins/Blacklist/locale/eu/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/eu/LC_MESSAGES/Blacklist.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:49+0000\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-03-01 18:55:46+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Exception thrown if the Blacklist plugin configuration is incorrect. diff --git a/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po index a056577491..8f98242ebc 100644 --- a/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:49+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-03-01 18:55:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" diff --git a/plugins/Blacklist/locale/gl/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/gl/LC_MESSAGES/Blacklist.po index 5a65f12fad..4ac3b456ad 100644 --- a/plugins/Blacklist/locale/gl/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/gl/LC_MESSAGES/Blacklist.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Blacklist to Galician (Galego) +# Translation of StatusNet - Blacklist to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:49+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-03-01 18:55:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" diff --git a/plugins/Blacklist/locale/ia/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/ia/LC_MESSAGES/Blacklist.po index e6d1908356..e225498c41 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:49+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-03-01 18:55:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" diff --git a/plugins/Blacklist/locale/it/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/it/LC_MESSAGES/Blacklist.po index 11a32821d2..29bccd5609 100644 --- a/plugins/Blacklist/locale/it/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/it/LC_MESSAGES/Blacklist.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:49+0000\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-03-01 18:55:46+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Exception thrown if the Blacklist plugin configuration is incorrect. diff --git a/plugins/Blacklist/locale/mk/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/mk/LC_MESSAGES/Blacklist.po index 4fbc34bf19..e64228ec21 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:50+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-03-01 18:55:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" diff --git a/plugins/Blacklist/locale/nl/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/nl/LC_MESSAGES/Blacklist.po index 9375bd8079..9b2bddead7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:50+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-03-01 18:55:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" diff --git a/plugins/Blacklist/locale/ru/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/ru/LC_MESSAGES/Blacklist.po index a115356b30..4c12d881f8 100644 --- a/plugins/Blacklist/locale/ru/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/ru/LC_MESSAGES/Blacklist.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:50+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-03-01 18:55:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" diff --git a/plugins/Blacklist/locale/sv/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/sv/LC_MESSAGES/Blacklist.po index ab6044d9ca..2cabb3fdb1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:50+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-03-01 18:55:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" diff --git a/plugins/Blacklist/locale/tl/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/tl/LC_MESSAGES/Blacklist.po index b2d6dd5d29..8e2156cba6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:50+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-03-01 18:55:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" @@ -83,9 +83,10 @@ 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. -#, fuzzy, php-format +#, php-format msgid "Notices from nickname \"%s\" are disallowed." -msgstr "Hindi pinapayagan ang mga pabatid mula sa palayaw na \"%s\"." +msgstr "" +"Hindi pinapahintulutan ang mga pabatid na nagmumula sa palayaw na \"%s\"." #. 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/uk/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/uk/LC_MESSAGES/Blacklist.po index 428313cb8e..1667273a39 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:50+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-03-01 18:55:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" diff --git a/plugins/Blacklist/locale/zh_CN/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/zh_CN/LC_MESSAGES/Blacklist.po index 51a614569c..ac2835adff 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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: 2012-03-01 18:55:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" diff --git a/plugins/BlankAd/locale/BlankAd.pot b/plugins/BlankAd/locale/BlankAd.pot index 949daa2c24..88aead89fb 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 d69c709c46..fd55a4b932 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ast\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" diff --git a/plugins/BlankAd/locale/be-tarask/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/be-tarask/LC_MESSAGES/BlankAd.po index 62f2e77118..e529fa8b2a 100644 --- a/plugins/BlankAd/locale/be-tarask/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/be-tarask/LC_MESSAGES/BlankAd.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlankAd to Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬) +# Translation of StatusNet - BlankAd to Belarusian (Taraškievica orthography) (‪беларуская (тарашкевіца)‬) # Exported from translatewiki.net # # Author: EugeneZelenko @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" diff --git a/plugins/BlankAd/locale/br/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/br/LC_MESSAGES/BlankAd.po index 283cbc12db..4f875d53bd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" diff --git a/plugins/BlankAd/locale/de/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/de/LC_MESSAGES/BlankAd.po index 6e5b675c74..be90d8d6c1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" diff --git a/plugins/BlankAd/locale/es/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/es/LC_MESSAGES/BlankAd.po index 8a142d4d1e..ab96b1c22b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" diff --git a/plugins/BlankAd/locale/eu/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/eu/LC_MESSAGES/BlankAd.po index de52a474f8..fa577f0a53 100644 --- a/plugins/BlankAd/locale/eu/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/eu/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:51+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/BlankAd/locale/fi/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/fi/LC_MESSAGES/BlankAd.po index a3826d02b4..9558fb2f8b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:51+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" diff --git a/plugins/BlankAd/locale/fr/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/fr/LC_MESSAGES/BlankAd.po index 2481bf2900..ce14d5cc70 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" diff --git a/plugins/BlankAd/locale/gl/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/gl/LC_MESSAGES/BlankAd.po index 1bdf172073..c149c77891 100644 --- a/plugins/BlankAd/locale/gl/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/gl/LC_MESSAGES/BlankAd.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlankAd to Galician (Galego) +# Translation of StatusNet - BlankAd to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" diff --git a/plugins/BlankAd/locale/he/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/he/LC_MESSAGES/BlankAd.po index db59f61d62..2a59af8861 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" diff --git a/plugins/BlankAd/locale/ia/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/ia/LC_MESSAGES/BlankAd.po index b06bc3eb31..66ea2f981a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" diff --git a/plugins/BlankAd/locale/it/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/it/LC_MESSAGES/BlankAd.po index accd77687b..5ed34d084b 100644 --- a/plugins/BlankAd/locale/it/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/it/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:52+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/BlankAd/locale/mk/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/mk/LC_MESSAGES/BlankAd.po index 5586007f3e..ab3741a61b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" diff --git a/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po index f06e1a1c3e..705619520f 100644 --- a/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" diff --git a/plugins/BlankAd/locale/nl/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/nl/LC_MESSAGES/BlankAd.po index bca281a3d6..dc9397533e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" diff --git a/plugins/BlankAd/locale/pt/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/pt/LC_MESSAGES/BlankAd.po index a7cc19593b..d0e3e64d50 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" diff --git a/plugins/BlankAd/locale/ru/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/ru/LC_MESSAGES/BlankAd.po index 0db77cbd91..8cea34abfa 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" diff --git a/plugins/BlankAd/locale/sv/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/sv/LC_MESSAGES/BlankAd.po index b4541d0bc2..b850a57a03 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:49+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" diff --git a/plugins/BlankAd/locale/tl/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/tl/LC_MESSAGES/BlankAd.po index ce922591f6..a15ba93cf5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" diff --git a/plugins/BlankAd/locale/uk/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/uk/LC_MESSAGES/BlankAd.po index 97594e93d7..a81fd3f8c2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" diff --git a/plugins/BlankAd/locale/zh_CN/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/zh_CN/LC_MESSAGES/BlankAd.po index 63b9e0648d..7ba1600b06 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" diff --git a/plugins/Blog/locale/Blog.pot b/plugins/Blog/locale/Blog.pot index f21dbe34a9..a6f308317f 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 98e33490fc..da9cdcd423 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:52+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-blog\n" diff --git a/plugins/Blog/locale/br/LC_MESSAGES/Blog.po b/plugins/Blog/locale/br/LC_MESSAGES/Blog.po index 6d392e92cf..6035f20577 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:53+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-blog\n" diff --git a/plugins/Blog/locale/ca/LC_MESSAGES/Blog.po b/plugins/Blog/locale/ca/LC_MESSAGES/Blog.po index 3b3cbb8f02..169702e951 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:53+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-blog\n" diff --git a/plugins/Blog/locale/de/LC_MESSAGES/Blog.po b/plugins/Blog/locale/de/LC_MESSAGES/Blog.po index 4a0298caca..4e9fc24053 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:53+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-blog\n" diff --git a/plugins/Blog/locale/es/LC_MESSAGES/Blog.po b/plugins/Blog/locale/es/LC_MESSAGES/Blog.po index 423eb45c03..92269f0e2f 100644 --- a/plugins/Blog/locale/es/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/es/LC_MESSAGES/Blog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:53+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-blog\n" diff --git a/plugins/Blog/locale/eu/LC_MESSAGES/Blog.po b/plugins/Blog/locale/eu/LC_MESSAGES/Blog.po index 7436850587..fc0479b9bf 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:53+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-blog\n" diff --git a/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po b/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po index 838d275fa2..51d31c1cb2 100644 --- a/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:53+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-blog\n" diff --git a/plugins/Blog/locale/gl/LC_MESSAGES/Blog.po b/plugins/Blog/locale/gl/LC_MESSAGES/Blog.po index 8df3359042..6c870e324e 100644 --- a/plugins/Blog/locale/gl/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/gl/LC_MESSAGES/Blog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Blog to Galician (Galego) +# Translation of StatusNet - Blog to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:53+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-blog\n" diff --git a/plugins/Blog/locale/ia/LC_MESSAGES/Blog.po b/plugins/Blog/locale/ia/LC_MESSAGES/Blog.po index a83fcc3641..f2aa789cfd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:53+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-blog\n" diff --git a/plugins/Blog/locale/it/LC_MESSAGES/Blog.po b/plugins/Blog/locale/it/LC_MESSAGES/Blog.po index 8349bc1f3c..a39b43dcff 100644 --- a/plugins/Blog/locale/it/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/it/LC_MESSAGES/Blog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:54+0000\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Client exception thrown when trying to post a blog entry while not logged in. diff --git a/plugins/Blog/locale/lt/LC_MESSAGES/Blog.po b/plugins/Blog/locale/lt/LC_MESSAGES/Blog.po index 4fd8fc4899..a9ddfd53dc 100644 --- a/plugins/Blog/locale/lt/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/lt/LC_MESSAGES/Blog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:54+0000\n" "Language-Team: Lithuanian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: lt\n" "X-Message-Group: #out-statusnet-plugin-blog\n" diff --git a/plugins/Blog/locale/mk/LC_MESSAGES/Blog.po b/plugins/Blog/locale/mk/LC_MESSAGES/Blog.po index 76e0337737..21e0623605 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:54+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-blog\n" diff --git a/plugins/Blog/locale/nl/LC_MESSAGES/Blog.po b/plugins/Blog/locale/nl/LC_MESSAGES/Blog.po index 9a4064d5cd..7849e07582 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:54+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-blog\n" diff --git a/plugins/Blog/locale/tl/LC_MESSAGES/Blog.po b/plugins/Blog/locale/tl/LC_MESSAGES/Blog.po new file mode 100644 index 0000000000..9fc21eed56 --- /dev/null +++ b/plugins/Blog/locale/tl/LC_MESSAGES/Blog.po @@ -0,0 +1,94 @@ +# Translation of StatusNet - Blog to Tagalog (Tagalog) +# Exported from translatewiki.net +# +# Author: AnakngAraw +# -- +# 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: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:54+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\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 "Kailangang nakalagda upang makapagpaskil ng isang pagpapasok ng blog." + +#. TRANS: Client exception thrown when trying to post a blog entry without providing a title. +msgid "Title required." +msgstr "Kailangan ang pamagat." + +#. TRANS: Client exception thrown when trying to post a blog entry without providing content. +msgid "Content required." +msgstr "Kailangang may nilalaman." + +#. TRANS: Page title after sending a notice. +msgid "Blog entry saved" +msgstr "Nasagip ang pagpapasok ng blog" + +#. TRANS: Plugin description. +msgid "Let users write and share long-form texts." +msgstr "" +"Payagan ang mga tagagamit na makapagsulat at magsalo ng mga tekstong " +"mahahaba." + +#. 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 "Masyadong maraming mga bagay ng gawain." + +#. TRANS: Exception thrown when blog plugin comes across a non-blog entry type object. +msgid "Wrong type for object." +msgstr "Maling uri para sa bagay." + +#. TRANS: Exception thrown when blog plugin comes across a undefined verb. +msgid "Unknown verb for blog entries." +msgstr "Hindi nalalamang pandiwa para sa mga pagpapasok ng blog." + +#. TRANS: Exception thrown when requesting a non-existing blog entry for notice. +#, php-format +msgid "No blog entry for notice %s." +msgstr "Walang pagpapasok ng blog para sa pabatid na %s." + +#. TRANS: Client exception thrown when referring to a non-existing blog entry. +msgid "No such entry." +msgstr "Walang ganyang pagpapasok." + +#. TRANS: Title for a blog entry without a title. +msgid "Untitled" +msgstr "Walang pamagat" + +#. TRANS: Field label on blog entry form. +msgctxt "LABEL" +msgid "Title" +msgstr "Pamagat" + +#. TRANS: Field title on blog entry form. +msgid "Title of the blog entry." +msgstr "Pamagat ng pagpapasok ng blog." + +#. TRANS: Field label on blog entry form. +msgctxt "LABEL" +msgid "Text" +msgstr "Teksto" + +#. TRANS: Field title on blog entry form. +msgid "Text of the blog entry." +msgstr "Pamagat ng pagpapasok ng blog." + +#. TRANS: Button text to save a blog entry. +msgctxt "BUTTON" +msgid "Save" +msgstr "Sagipin" diff --git a/plugins/Blog/locale/tr/LC_MESSAGES/Blog.po b/plugins/Blog/locale/tr/LC_MESSAGES/Blog.po index ecf4073e97..c15fff1086 100644 --- a/plugins/Blog/locale/tr/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/tr/LC_MESSAGES/Blog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:54+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tr\n" "X-Message-Group: #out-statusnet-plugin-blog\n" diff --git a/plugins/BlogspamNet/locale/BlogspamNet.pot b/plugins/BlogspamNet/locale/BlogspamNet.pot index 95f91fef48..25f1710495 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 a41d2698d9..419326db8a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:54+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-30 18:14:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" diff --git a/plugins/BlogspamNet/locale/es/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/es/LC_MESSAGES/BlogspamNet.po index a61bc47cff..713b6a2ef6 100644 --- a/plugins/BlogspamNet/locale/es/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/es/LC_MESSAGES/BlogspamNet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:54+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-30 18:14:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" diff --git a/plugins/BlogspamNet/locale/eu/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/eu/LC_MESSAGES/BlogspamNet.po index 4cb3d84f60..67f0790e03 100644 --- a/plugins/BlogspamNet/locale/eu/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/eu/LC_MESSAGES/BlogspamNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:54+0000\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-30 18:14:59+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Server exception thrown when blogspam.net returns error status. diff --git a/plugins/BlogspamNet/locale/fr/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/fr/LC_MESSAGES/BlogspamNet.po index 8cdedee913..f2a3373472 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:54+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-30 18:14:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" diff --git a/plugins/BlogspamNet/locale/gl/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/gl/LC_MESSAGES/BlogspamNet.po index d3a77ea5e6..e2c4bcd962 100644 --- a/plugins/BlogspamNet/locale/gl/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/gl/LC_MESSAGES/BlogspamNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlogspamNet to Galician (Galego) +# Translation of StatusNet - BlogspamNet to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:55+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-30 18:14:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" diff --git a/plugins/BlogspamNet/locale/ia/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/ia/LC_MESSAGES/BlogspamNet.po index f3150f63aa..763225e94e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:55+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-30 18:14:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" diff --git a/plugins/BlogspamNet/locale/it/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/it/LC_MESSAGES/BlogspamNet.po index 7b85fc4d52..6ed5a0acf4 100644 --- a/plugins/BlogspamNet/locale/it/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/it/LC_MESSAGES/BlogspamNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:55+0000\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-30 18:14:59+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Server exception thrown when blogspam.net returns error status. diff --git a/plugins/BlogspamNet/locale/lt/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/lt/LC_MESSAGES/BlogspamNet.po index 665aca8bcd..41090c436b 100644 --- a/plugins/BlogspamNet/locale/lt/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/lt/LC_MESSAGES/BlogspamNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:55+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-30 18:14:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: lt\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" diff --git a/plugins/BlogspamNet/locale/mk/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/mk/LC_MESSAGES/BlogspamNet.po index 23e1c30d05..9b3e030630 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:55+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-30 18:14:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" diff --git a/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po index 15a3cd2a8d..ddefda9e7b 100644 --- a/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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: 2012-01-30 18:14:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" diff --git a/plugins/BlogspamNet/locale/nl/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/nl/LC_MESSAGES/BlogspamNet.po index 372e59cb10..c670386829 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:55+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-30 18:14:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" diff --git a/plugins/BlogspamNet/locale/ru/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/ru/LC_MESSAGES/BlogspamNet.po index 843ffc7163..18c7ed9674 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:55+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-30 18:14:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" diff --git a/plugins/BlogspamNet/locale/tl/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/tl/LC_MESSAGES/BlogspamNet.po index b00b782834..12fe15c029 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:55+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-30 18:14:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" diff --git a/plugins/BlogspamNet/locale/uk/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/uk/LC_MESSAGES/BlogspamNet.po index 98a47db9ed..61a65d7ea9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:55+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-30 18:14:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" diff --git a/plugins/Bookmark/locale/Bookmark.pot b/plugins/Bookmark/locale/Bookmark.pot index 93301503ad..f94bfc5111 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 8a31dbe1bb..0d0262588f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" diff --git a/plugins/Bookmark/locale/ca/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/ca/LC_MESSAGES/Bookmark.po index 325cd77abf..aa2c7889ef 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" diff --git a/plugins/Bookmark/locale/de/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/de/LC_MESSAGES/Bookmark.po index 076e281e98..603514c787 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" diff --git a/plugins/Bookmark/locale/es/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/es/LC_MESSAGES/Bookmark.po index 0db29a91ea..de0808df58 100644 --- a/plugins/Bookmark/locale/es/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/es/LC_MESSAGES/Bookmark.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" diff --git a/plugins/Bookmark/locale/eu/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/eu/LC_MESSAGES/Bookmark.po index 85caee6c03..47a4fc0379 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:56+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" diff --git a/plugins/Bookmark/locale/fr/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/fr/LC_MESSAGES/Bookmark.po index 07deb86800..382fb2a81e 100644 --- a/plugins/Bookmark/locale/fr/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/fr/LC_MESSAGES/Bookmark.po @@ -15,13 +15,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" diff --git a/plugins/Bookmark/locale/gl/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/gl/LC_MESSAGES/Bookmark.po index 9867ea73c7..f24b88c521 100644 --- a/plugins/Bookmark/locale/gl/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/gl/LC_MESSAGES/Bookmark.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Bookmark to Galician (Galego) +# Translation of StatusNet - Bookmark to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" diff --git a/plugins/Bookmark/locale/ia/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/ia/LC_MESSAGES/Bookmark.po index cfe97c5b3e..a1cd3b0b2a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" diff --git a/plugins/Bookmark/locale/it/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/it/LC_MESSAGES/Bookmark.po index 995c0da54c..d1b580fc18 100644 --- a/plugins/Bookmark/locale/it/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/it/LC_MESSAGES/Bookmark.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:57+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Client exception thrown when a bookmark in an import file is incorrectly formatted. diff --git a/plugins/Bookmark/locale/ja/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/ja/LC_MESSAGES/Bookmark.po index b98c0a8a02..55c8b3f04b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" diff --git a/plugins/Bookmark/locale/mk/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/mk/LC_MESSAGES/Bookmark.po index 898fea3971..28ad0bfcac 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" diff --git a/plugins/Bookmark/locale/nl/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/nl/LC_MESSAGES/Bookmark.po index 2f5511e69d..9e5d4f940d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" diff --git a/plugins/Bookmark/locale/pl/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/pl/LC_MESSAGES/Bookmark.po index b3a7545115..9cdf69af54 100644 --- a/plugins/Bookmark/locale/pl/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/pl/LC_MESSAGES/Bookmark.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:57+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " "(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" diff --git a/plugins/Bookmark/locale/sv/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/sv/LC_MESSAGES/Bookmark.po index 5600c86bbe..566c370dc0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:58+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" diff --git a/plugins/Bookmark/locale/tl/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/tl/LC_MESSAGES/Bookmark.po index 78061c71b7..a791111716 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" diff --git a/plugins/Bookmark/locale/uk/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/uk/LC_MESSAGES/Bookmark.po index 4a1165c9b3..21dd6de1b0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" diff --git a/plugins/CacheLog/locale/CacheLog.pot b/plugins/CacheLog/locale/CacheLog.pot index 49e218bd0d..60b03cda58 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 fe0adfafcc..8bfe3bd57b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:58+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ast\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" diff --git a/plugins/CacheLog/locale/be-tarask/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/be-tarask/LC_MESSAGES/CacheLog.po index a5e83fc52d..c0e36acb24 100644 --- a/plugins/CacheLog/locale/be-tarask/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/be-tarask/LC_MESSAGES/CacheLog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CacheLog to Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬) +# Translation of StatusNet - CacheLog to Belarusian (Taraškievica orthography) (‪беларуская (тарашкевіца)‬) # Exported from translatewiki.net # # Author: Jim-by @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:58+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" diff --git a/plugins/CacheLog/locale/br/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/br/LC_MESSAGES/CacheLog.po index c8cb9e6081..fa16c7e7f5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:58+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" diff --git a/plugins/CacheLog/locale/de/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/de/LC_MESSAGES/CacheLog.po index c64c00740a..7ce6ab5e77 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" diff --git a/plugins/CacheLog/locale/es/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/es/LC_MESSAGES/CacheLog.po index 81b46d77c1..cb6ace4820 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" diff --git a/plugins/CacheLog/locale/eu/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/eu/LC_MESSAGES/CacheLog.po index 97438cbef9..2cbea76cab 100644 --- a/plugins/CacheLog/locale/eu/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/eu/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:58+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/CacheLog/locale/fr/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/fr/LC_MESSAGES/CacheLog.po index 78badb386f..ec8356ddf4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" diff --git a/plugins/CacheLog/locale/gl/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/gl/LC_MESSAGES/CacheLog.po index f832cf1d48..549cd154c3 100644 --- a/plugins/CacheLog/locale/gl/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/gl/LC_MESSAGES/CacheLog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CacheLog to Galician (Galego) +# Translation of StatusNet - CacheLog to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" diff --git a/plugins/CacheLog/locale/he/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/he/LC_MESSAGES/CacheLog.po index fe3448bf2a..bd1e8e6fda 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" diff --git a/plugins/CacheLog/locale/ia/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/ia/LC_MESSAGES/CacheLog.po index b979a0571a..a067559a7b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" diff --git a/plugins/CacheLog/locale/it/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/it/LC_MESSAGES/CacheLog.po index a054e47732..f5a97bc31a 100644 --- a/plugins/CacheLog/locale/it/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/it/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07:59+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/CacheLog/locale/mk/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/mk/LC_MESSAGES/CacheLog.po index fdb3418371..f07e70624b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" diff --git a/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po index 279a090350..0d20438902 100644 --- a/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" diff --git a/plugins/CacheLog/locale/nl/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/nl/LC_MESSAGES/CacheLog.po index e089046b4f..a3e7699277 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" diff --git a/plugins/CacheLog/locale/pt/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/pt/LC_MESSAGES/CacheLog.po index b043fff027..3e8e57dc5f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" diff --git a/plugins/CacheLog/locale/ru/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/ru/LC_MESSAGES/CacheLog.po index 948893ec64..e0e3770974 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" diff --git a/plugins/CacheLog/locale/tl/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/tl/LC_MESSAGES/CacheLog.po index 00d0ba536b..796bb88902 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" diff --git a/plugins/CacheLog/locale/uk/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/uk/LC_MESSAGES/CacheLog.po index 5b216d688e..3c23f387f1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:07: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:49:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" diff --git a/plugins/CacheLog/locale/zh_CN/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/zh_CN/LC_MESSAGES/CacheLog.po index ac00e6b34f..4d688de3b6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" diff --git a/plugins/CasAuthentication/locale/CasAuthentication.pot b/plugins/CasAuthentication/locale/CasAuthentication.pot index 17d135d376..e873e4aa50 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 ff14ef0f0c..b46c141fc9 100644 --- a/plugins/CasAuthentication/locale/be-tarask/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/be-tarask/LC_MESSAGES/CasAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CasAuthentication to Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬) +# Translation of StatusNet - CasAuthentication to Belarusian (Taraškievica orthography) (‪беларуская (тарашкевіца)‬) # Exported from translatewiki.net # # Author: EugeneZelenko @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:00+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" diff --git a/plugins/CasAuthentication/locale/br/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/br/LC_MESSAGES/CasAuthentication.po index 1dba99c938..0194dedcf0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" diff --git a/plugins/CasAuthentication/locale/ca/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/ca/LC_MESSAGES/CasAuthentication.po index bdb8836590..8c1430017a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" diff --git a/plugins/CasAuthentication/locale/de/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/de/LC_MESSAGES/CasAuthentication.po index d8c75e9253..3dae0f13dd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" diff --git a/plugins/CasAuthentication/locale/es/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/es/LC_MESSAGES/CasAuthentication.po index d09a9fd6d2..b5acd4786b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" diff --git a/plugins/CasAuthentication/locale/eu/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/eu/LC_MESSAGES/CasAuthentication.po index cfeedd9bc6..5d204f7216 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" diff --git a/plugins/CasAuthentication/locale/fr/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/fr/LC_MESSAGES/CasAuthentication.po index 9edf39bcbe..56e7d8aab7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" diff --git a/plugins/CasAuthentication/locale/gl/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/gl/LC_MESSAGES/CasAuthentication.po index 8c20bffc9c..92b08b753b 100644 --- a/plugins/CasAuthentication/locale/gl/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/gl/LC_MESSAGES/CasAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CasAuthentication to Galician (Galego) +# Translation of StatusNet - CasAuthentication to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" diff --git a/plugins/CasAuthentication/locale/hu/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/hu/LC_MESSAGES/CasAuthentication.po index dd32b874ad..0e507ae74a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:01+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: hu\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" diff --git a/plugins/CasAuthentication/locale/ia/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/ia/LC_MESSAGES/CasAuthentication.po index e4423729da..5c3b6fcf9e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" diff --git a/plugins/CasAuthentication/locale/it/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/it/LC_MESSAGES/CasAuthentication.po index 051c6a0721..c8da3ba4c3 100644 --- a/plugins/CasAuthentication/locale/it/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/it/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:01+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Menu item. CAS is Central Authentication Service. diff --git a/plugins/CasAuthentication/locale/mk/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/mk/LC_MESSAGES/CasAuthentication.po index 275c229427..17db3c763e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" diff --git a/plugins/CasAuthentication/locale/nl/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/nl/LC_MESSAGES/CasAuthentication.po index dd491efaab..b3621fc199 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" diff --git a/plugins/CasAuthentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po index 09e32c8f31..006b67f355 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" diff --git a/plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po index 34e8c26026..3b57e2a56f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" diff --git a/plugins/CasAuthentication/locale/tl/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/tl/LC_MESSAGES/CasAuthentication.po index 9f580281cd..09069fa2ae 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" diff --git a/plugins/CasAuthentication/locale/uk/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/uk/LC_MESSAGES/CasAuthentication.po index 7e4c68fbdd..578fbbd933 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" diff --git a/plugins/CasAuthentication/locale/zh_CN/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/zh_CN/LC_MESSAGES/CasAuthentication.po index 35b9d18966..f9b302aaa9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:02+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" diff --git a/plugins/ClientSideShorten/locale/ClientSideShorten.pot b/plugins/ClientSideShorten/locale/ClientSideShorten.pot index 0155f0bd9d..2a09f0cf74 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 8387c84367..e9a541f74a 100644 --- a/plugins/ClientSideShorten/locale/be-tarask/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/be-tarask/LC_MESSAGES/ClientSideShorten.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ClientSideShorten to Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬) +# Translation of StatusNet - ClientSideShorten to Belarusian (Taraškievica orthography) (‪беларуская (тарашкевіца)‬) # Exported from translatewiki.net # # Author: EugeneZelenko @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" diff --git a/plugins/ClientSideShorten/locale/de/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/de/LC_MESSAGES/ClientSideShorten.po index 1869c77381..a32a1c1b0c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" diff --git a/plugins/ClientSideShorten/locale/es/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/es/LC_MESSAGES/ClientSideShorten.po index ec98284163..2fee930915 100644 --- a/plugins/ClientSideShorten/locale/es/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/es/LC_MESSAGES/ClientSideShorten.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" diff --git a/plugins/ClientSideShorten/locale/eu/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/eu/LC_MESSAGES/ClientSideShorten.po index bbef134e12..11e1b6c895 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" diff --git a/plugins/ClientSideShorten/locale/fr/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/fr/LC_MESSAGES/ClientSideShorten.po index 6808c8d06f..57003ed61c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" diff --git a/plugins/ClientSideShorten/locale/gl/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/gl/LC_MESSAGES/ClientSideShorten.po index 6328a662c6..a4dcbe6db6 100644 --- a/plugins/ClientSideShorten/locale/gl/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/gl/LC_MESSAGES/ClientSideShorten.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ClientSideShorten to Galician (Galego) +# Translation of StatusNet - ClientSideShorten to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" diff --git a/plugins/ClientSideShorten/locale/he/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/he/LC_MESSAGES/ClientSideShorten.po index 6a51eb2f50..1525bbe0e4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" diff --git a/plugins/ClientSideShorten/locale/ia/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/ia/LC_MESSAGES/ClientSideShorten.po index 6ec166a1e8..ae3bfde87b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" diff --git a/plugins/ClientSideShorten/locale/id/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/id/LC_MESSAGES/ClientSideShorten.po index cf7a7b1608..0abc37a6ba 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:03+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" diff --git a/plugins/ClientSideShorten/locale/it/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/it/LC_MESSAGES/ClientSideShorten.po index 142ebdbcb1..4aff0eb7fc 100644 --- a/plugins/ClientSideShorten/locale/it/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/it/LC_MESSAGES/ClientSideShorten.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:03+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/ClientSideShorten/locale/mk/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/mk/LC_MESSAGES/ClientSideShorten.po index e6180b347a..b93b6b1fd4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" diff --git a/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po index e1d544f82a..59e1d226b5 100644 --- a/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" diff --git a/plugins/ClientSideShorten/locale/nl/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/nl/LC_MESSAGES/ClientSideShorten.po index 9b3b137ad9..96945cf148 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" diff --git a/plugins/ClientSideShorten/locale/ru/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/ru/LC_MESSAGES/ClientSideShorten.po index 5f1666025d..3dca49f79e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" diff --git a/plugins/ClientSideShorten/locale/tl/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/tl/LC_MESSAGES/ClientSideShorten.po index 9cf2387b57..3da7751cdf 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" diff --git a/plugins/ClientSideShorten/locale/uk/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/uk/LC_MESSAGES/ClientSideShorten.po index 0c08f14998..a91ff1b6a9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:52+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" diff --git a/plugins/ClientSideShorten/locale/zh_CN/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/zh_CN/LC_MESSAGES/ClientSideShorten.po index 8314776ee2..1b9a1b4bca 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:04+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" diff --git a/plugins/Comet/locale/Comet.pot b/plugins/Comet/locale/Comet.pot index 1248213e81..12405fc4e8 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 94f492d1f3..4193bbded0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-comet\n" diff --git a/plugins/Comet/locale/es/LC_MESSAGES/Comet.po b/plugins/Comet/locale/es/LC_MESSAGES/Comet.po index 6cb97212ed..0f89d791d1 100644 --- a/plugins/Comet/locale/es/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/es/LC_MESSAGES/Comet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-comet\n" diff --git a/plugins/Comet/locale/eu/LC_MESSAGES/Comet.po b/plugins/Comet/locale/eu/LC_MESSAGES/Comet.po index 83124c399b..d6de8387de 100644 --- a/plugins/Comet/locale/eu/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/eu/LC_MESSAGES/Comet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:04+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description message. Bayeux is a protocol for transporting asynchronous messages diff --git a/plugins/Comet/locale/fr/LC_MESSAGES/Comet.po b/plugins/Comet/locale/fr/LC_MESSAGES/Comet.po index d3de546360..ae9b0a1310 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-comet\n" diff --git a/plugins/Comet/locale/gl/LC_MESSAGES/Comet.po b/plugins/Comet/locale/gl/LC_MESSAGES/Comet.po index eaa538b75d..509c462d02 100644 --- a/plugins/Comet/locale/gl/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/gl/LC_MESSAGES/Comet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Comet to Galician (Galego) +# Translation of StatusNet - Comet to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-comet\n" diff --git a/plugins/Comet/locale/he/LC_MESSAGES/Comet.po b/plugins/Comet/locale/he/LC_MESSAGES/Comet.po index 9a9821a4de..67591d086f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-comet\n" diff --git a/plugins/Comet/locale/ia/LC_MESSAGES/Comet.po b/plugins/Comet/locale/ia/LC_MESSAGES/Comet.po index a3e8670b5c..9cbd80b6ba 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-comet\n" diff --git a/plugins/Comet/locale/it/LC_MESSAGES/Comet.po b/plugins/Comet/locale/it/LC_MESSAGES/Comet.po index 8092006c9d..8cba2da738 100644 --- a/plugins/Comet/locale/it/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/it/LC_MESSAGES/Comet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:05+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description message. Bayeux is a protocol for transporting asynchronous messages diff --git a/plugins/Comet/locale/mk/LC_MESSAGES/Comet.po b/plugins/Comet/locale/mk/LC_MESSAGES/Comet.po index 36fdeb31b3..0e4629628e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-comet\n" diff --git a/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po b/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po index f94887541f..7367ad09d6 100644 --- a/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-comet\n" diff --git a/plugins/Comet/locale/nl/LC_MESSAGES/Comet.po b/plugins/Comet/locale/nl/LC_MESSAGES/Comet.po index 02fbe9f733..6d61cb2c84 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-comet\n" diff --git a/plugins/Comet/locale/ru/LC_MESSAGES/Comet.po b/plugins/Comet/locale/ru/LC_MESSAGES/Comet.po index ce844e471a..001766ea01 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:05+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-comet\n" diff --git a/plugins/Comet/locale/tl/LC_MESSAGES/Comet.po b/plugins/Comet/locale/tl/LC_MESSAGES/Comet.po index fea384cb01..4b530c2c00 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:54+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-comet\n" diff --git a/plugins/Comet/locale/uk/LC_MESSAGES/Comet.po b/plugins/Comet/locale/uk/LC_MESSAGES/Comet.po index a2adebc1a3..6c978c33b3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:54+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-comet\n" diff --git a/plugins/DirectionDetector/locale/DirectionDetector.pot b/plugins/DirectionDetector/locale/DirectionDetector.pot index a20b1f5077..68e2a17f38 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 52eae36025..3acb4efc02 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:54+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ast\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" diff --git a/plugins/DirectionDetector/locale/be-tarask/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/be-tarask/LC_MESSAGES/DirectionDetector.po index 741951b8a5..d5338ebc09 100644 --- a/plugins/DirectionDetector/locale/be-tarask/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/be-tarask/LC_MESSAGES/DirectionDetector.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DirectionDetector to Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬) +# Translation of StatusNet - DirectionDetector to Belarusian (Taraškievica orthography) (‪беларуская (тарашкевіца)‬) # Exported from translatewiki.net # # Author: EugeneZelenko @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:54+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" diff --git a/plugins/DirectionDetector/locale/br/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/br/LC_MESSAGES/DirectionDetector.po index b95d5a6127..dfca0cee03 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:54+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" diff --git a/plugins/DirectionDetector/locale/de/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/de/LC_MESSAGES/DirectionDetector.po index c32587a6cc..18339280b5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:54+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" diff --git a/plugins/DirectionDetector/locale/es/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/es/LC_MESSAGES/DirectionDetector.po index bfdb1b4c12..18951f3a78 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:54+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" diff --git a/plugins/DirectionDetector/locale/eu/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/eu/LC_MESSAGES/DirectionDetector.po index fcb72b3a8d..52e619fff8 100644 --- a/plugins/DirectionDetector/locale/eu/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/eu/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:54+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:06+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/DirectionDetector/locale/fi/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/fi/LC_MESSAGES/DirectionDetector.po index 1f9268071d..268a60caac 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:54+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" diff --git a/plugins/DirectionDetector/locale/fr/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/fr/LC_MESSAGES/DirectionDetector.po index 6fcfec2adf..43aee32507 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:54+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" diff --git a/plugins/DirectionDetector/locale/gl/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/gl/LC_MESSAGES/DirectionDetector.po index 1f6dfe948e..a2b006b128 100644 --- a/plugins/DirectionDetector/locale/gl/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/gl/LC_MESSAGES/DirectionDetector.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DirectionDetector to Galician (Galego) +# Translation of StatusNet - DirectionDetector to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:54+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" diff --git a/plugins/DirectionDetector/locale/he/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/he/LC_MESSAGES/DirectionDetector.po index 25e1df47c1..3151d14ae3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" diff --git a/plugins/DirectionDetector/locale/ia/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/ia/LC_MESSAGES/DirectionDetector.po index 90ea34226f..5d7bf62410 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" diff --git a/plugins/DirectionDetector/locale/id/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/id/LC_MESSAGES/DirectionDetector.po index 195e75b274..c9ec7ec804 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:07+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" diff --git a/plugins/DirectionDetector/locale/it/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/it/LC_MESSAGES/DirectionDetector.po index b8760496e8..b00a04ebfd 100644 --- a/plugins/DirectionDetector/locale/it/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/it/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:07+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/DirectionDetector/locale/ja/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/ja/LC_MESSAGES/DirectionDetector.po index 5196b1d8c2..5c4af3559c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:07+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" diff --git a/plugins/DirectionDetector/locale/lb/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/lb/LC_MESSAGES/DirectionDetector.po index e2f79f1b3a..345ff4f6dd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: lb\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" diff --git a/plugins/DirectionDetector/locale/mk/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/mk/LC_MESSAGES/DirectionDetector.po index 3d080af48d..c6a878cfcd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" diff --git a/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po index 70f7c5ec12..9ba6b59b30 100644 --- a/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" diff --git a/plugins/DirectionDetector/locale/nl/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/nl/LC_MESSAGES/DirectionDetector.po index 171924bd5f..83483587b0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:07+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\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 8087a6702c..7febadd3b3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" diff --git a/plugins/DirectionDetector/locale/ru/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/ru/LC_MESSAGES/DirectionDetector.po index 9d3ecd1329..1e755b7832 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" diff --git a/plugins/DirectionDetector/locale/tl/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/tl/LC_MESSAGES/DirectionDetector.po index 09eb51ab84..2c102471a4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" diff --git a/plugins/DirectionDetector/locale/uk/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/uk/LC_MESSAGES/DirectionDetector.po index 8f930af490..cf8438acd6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" diff --git a/plugins/DirectionDetector/locale/zh_CN/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/zh_CN/LC_MESSAGES/DirectionDetector.po index 312f139bb0..64cc231cc3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:08+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" diff --git a/plugins/Directory/locale/Directory.pot b/plugins/Directory/locale/Directory.pot index c2c7e7a362..ad977da2c0 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 2d4a641af0..7cc26904a2 100644 --- a/plugins/Directory/locale/ar/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/ar/LC_MESSAGES/Directory.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-directory\n" diff --git a/plugins/Directory/locale/ca/LC_MESSAGES/Directory.po b/plugins/Directory/locale/ca/LC_MESSAGES/Directory.po index 0239b974ad..90334e14db 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-directory\n" diff --git a/plugins/Directory/locale/de/LC_MESSAGES/Directory.po b/plugins/Directory/locale/de/LC_MESSAGES/Directory.po index be2b118c56..013f10ecb1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-directory\n" diff --git a/plugins/Directory/locale/es/LC_MESSAGES/Directory.po b/plugins/Directory/locale/es/LC_MESSAGES/Directory.po index 2cff35c4e2..3bc2fbc7d9 100644 --- a/plugins/Directory/locale/es/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/es/LC_MESSAGES/Directory.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-directory\n" diff --git a/plugins/Directory/locale/eu/LC_MESSAGES/Directory.po b/plugins/Directory/locale/eu/LC_MESSAGES/Directory.po index 9cd75d886b..aeb6a14f1f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-directory\n" diff --git a/plugins/Directory/locale/fi/LC_MESSAGES/Directory.po b/plugins/Directory/locale/fi/LC_MESSAGES/Directory.po index 7c11a333d6..119c7b28ac 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-directory\n" diff --git a/plugins/Directory/locale/fr/LC_MESSAGES/Directory.po b/plugins/Directory/locale/fr/LC_MESSAGES/Directory.po index 87e33e6af0..6693f8a438 100644 --- a/plugins/Directory/locale/fr/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/fr/LC_MESSAGES/Directory.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-directory\n" diff --git a/plugins/Directory/locale/gl/LC_MESSAGES/Directory.po b/plugins/Directory/locale/gl/LC_MESSAGES/Directory.po index 05f4dccd89..abc87b9caf 100644 --- a/plugins/Directory/locale/gl/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/gl/LC_MESSAGES/Directory.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Directory to Galician (Galego) +# Translation of StatusNet - Directory to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:57+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-directory\n" diff --git a/plugins/Directory/locale/ia/LC_MESSAGES/Directory.po b/plugins/Directory/locale/ia/LC_MESSAGES/Directory.po index a44a4703a5..e86d41ddb0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:57+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-directory\n" diff --git a/plugins/Directory/locale/it/LC_MESSAGES/Directory.po b/plugins/Directory/locale/it/LC_MESSAGES/Directory.po index 68203bbdab..2470c08273 100644 --- a/plugins/Directory/locale/it/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/it/LC_MESSAGES/Directory.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:57+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:09+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Page title for user directory. %d is a page number. diff --git a/plugins/Directory/locale/ja/LC_MESSAGES/Directory.po b/plugins/Directory/locale/ja/LC_MESSAGES/Directory.po index b3d59ba8c8..a6164f6897 100644 --- a/plugins/Directory/locale/ja/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/ja/LC_MESSAGES/Directory.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:57+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-directory\n" diff --git a/plugins/Directory/locale/mk/LC_MESSAGES/Directory.po b/plugins/Directory/locale/mk/LC_MESSAGES/Directory.po index 43d77ebfef..bd5e906ee2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:57+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-directory\n" diff --git a/plugins/Directory/locale/nl/LC_MESSAGES/Directory.po b/plugins/Directory/locale/nl/LC_MESSAGES/Directory.po index 3d6464afd0..7c4dd687f7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:57+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-directory\n" diff --git a/plugins/Directory/locale/sv/LC_MESSAGES/Directory.po b/plugins/Directory/locale/sv/LC_MESSAGES/Directory.po index e7bd353de6..aa9f7b301c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:57+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-directory\n" diff --git a/plugins/Directory/locale/tl/LC_MESSAGES/Directory.po b/plugins/Directory/locale/tl/LC_MESSAGES/Directory.po index 4c7071f5f2..64b1e38167 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:57+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-directory\n" @@ -111,7 +111,6 @@ msgid "Group directory - %1$s, page %2$d" msgstr "Direktoryo ng pangkat - %1$s, pahina %2$d" #. TRANS: Page instructions. -#, fuzzy msgid "" "After you join a group you can send messages to all other members\n" "using the syntax \"!groupname\".\n" @@ -119,14 +118,14 @@ 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 "" -"Pagkaraan mong sumali sa isang pangkat makapagpapadala ka ng mensahe sa " -"lahat ng iba pang mga kasapi \n" +"Pagkaraan mong salihan ang isang pangkat ay makapagpapadala ka ng mga " +"mensahe sa lahat ng iba pang mga kasapi \n" "na ginagamit ang palaugnayang \"!pangalan ng pangkat\".\n" "\n" "Tumingin-tingin ng mga pangkat, o maghanap ng mga pangkat sa pamamagitan ng " "kanilang pangalan, kinalalagyan o paksa.\n" -"Paghiwa-hiwalayin ang mga kataga sa pamamagitan ng mga puwang; dapat silang " -"may tatlong mga panitik o mahigit pa." +"Paghiwa-hiwalayin ang mga kataga sa pamamagitan ng mga puwang; dapat na " +"mayroon sila ng tatlong mga panitik o mahigit pa." #. TRANS: Link to create a new group on the group list page. msgid "Create a new group" diff --git a/plugins/Directory/locale/uk/LC_MESSAGES/Directory.po b/plugins/Directory/locale/uk/LC_MESSAGES/Directory.po index de3795607f..5f3d0bd8b1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:57+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-directory\n" diff --git a/plugins/DiskCache/locale/DiskCache.pot b/plugins/DiskCache/locale/DiskCache.pot index e33a93a2c8..708785094b 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 23c0e524bf..4d0f80be23 100644 --- a/plugins/DiskCache/locale/be-tarask/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/be-tarask/LC_MESSAGES/DiskCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DiskCache to Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬) +# Translation of StatusNet - DiskCache to Belarusian (Taraškievica orthography) (‪беларуская (тарашкевіца)‬) # Exported from translatewiki.net # # Author: EugeneZelenko @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:10+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" diff --git a/plugins/DiskCache/locale/br/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/br/LC_MESSAGES/DiskCache.po index 2a13090588..c06ada061a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:10+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" diff --git a/plugins/DiskCache/locale/ca/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/ca/LC_MESSAGES/DiskCache.po index e08c62dcc3..72a468b1cd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:58+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" diff --git a/plugins/DiskCache/locale/de/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/de/LC_MESSAGES/DiskCache.po index 4ecd2e402c..8599e1b1ed 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:58+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" diff --git a/plugins/DiskCache/locale/es/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/es/LC_MESSAGES/DiskCache.po index 2dbbcf1466..56f5b57a14 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:58+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" diff --git a/plugins/DiskCache/locale/eu/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/eu/LC_MESSAGES/DiskCache.po index a307f61a37..b7068bbe64 100644 --- a/plugins/DiskCache/locale/eu/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/eu/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:11+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/DiskCache/locale/fi/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/fi/LC_MESSAGES/DiskCache.po index efc6736fe8..688b4d7d39 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:11+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" diff --git a/plugins/DiskCache/locale/fr/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/fr/LC_MESSAGES/DiskCache.po index 153bcb8987..0da5d912a4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:58+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" diff --git a/plugins/DiskCache/locale/gl/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/gl/LC_MESSAGES/DiskCache.po index a5a54ae0e3..d97c95ad65 100644 --- a/plugins/DiskCache/locale/gl/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/gl/LC_MESSAGES/DiskCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DiskCache to Galician (Galego) +# Translation of StatusNet - DiskCache to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:59+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:58+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" diff --git a/plugins/DiskCache/locale/he/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/he/LC_MESSAGES/DiskCache.po index 69629c72a7..c305d39952 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:59+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:58+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" diff --git a/plugins/DiskCache/locale/ia/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/ia/LC_MESSAGES/DiskCache.po index b5ac30e5e1..9dace72c54 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:59+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:58+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" diff --git a/plugins/DiskCache/locale/id/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/id/LC_MESSAGES/DiskCache.po index b428605265..0cb17d3b50 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:59+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:58+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" diff --git a/plugins/DiskCache/locale/it/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/it/LC_MESSAGES/DiskCache.po index ef1881f833..f2e20c48dc 100644 --- a/plugins/DiskCache/locale/it/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/it/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:59+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:11+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/DiskCache/locale/mk/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/mk/LC_MESSAGES/DiskCache.po index 60f523b176..ab6339865c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:59+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:58+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" diff --git a/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po index 8ae80181cc..a13cc5a001 100644 --- a/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:59+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:58+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" diff --git a/plugins/DiskCache/locale/nl/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/nl/LC_MESSAGES/DiskCache.po index 2f8197f6a1..9e34fb7e77 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:59+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:58+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" diff --git a/plugins/DiskCache/locale/pt/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/pt/LC_MESSAGES/DiskCache.po index 15a991acf4..e9a49de3a7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:59+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:58+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" diff --git a/plugins/DiskCache/locale/pt_BR/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/pt_BR/LC_MESSAGES/DiskCache.po index 0df684e267..f491115213 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:59+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:12+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" diff --git a/plugins/DiskCache/locale/ru/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/ru/LC_MESSAGES/DiskCache.po index dbe4efbc09..1eda4349fa 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:40:59+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:58+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" diff --git a/plugins/DiskCache/locale/sv/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/sv/LC_MESSAGES/DiskCache.po index 41b850884e..fcdabe63c0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:00+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:58+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" diff --git a/plugins/DiskCache/locale/tl/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/tl/LC_MESSAGES/DiskCache.po index ae49d5330e..5cb3e2ff01 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:00+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:58+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" diff --git a/plugins/DiskCache/locale/uk/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/uk/LC_MESSAGES/DiskCache.po index 8c51cf5f59..c672dddf04 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:00+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:58+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" diff --git a/plugins/DiskCache/locale/zh_CN/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/zh_CN/LC_MESSAGES/DiskCache.po index 21f73f0af0..ed064047ef 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:00+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:58+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" diff --git a/plugins/Disqus/locale/Disqus.pot b/plugins/Disqus/locale/Disqus.pot index f5752ce9a4..fa9bb2c0fc 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 1ad97cff2a..27d06bf1eb 100644 --- a/plugins/Disqus/locale/be-tarask/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/be-tarask/LC_MESSAGES/Disqus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Disqus to Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬) +# Translation of StatusNet - Disqus to Belarusian (Taraškievica orthography) (‪беларуская (тарашкевіца)‬) # Exported from translatewiki.net # # Author: EugeneZelenko @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:00+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:12+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" diff --git a/plugins/Disqus/locale/br/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/br/LC_MESSAGES/Disqus.po index 7100cb94a2..82e2e1df25 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:00+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" diff --git a/plugins/Disqus/locale/ca/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/ca/LC_MESSAGES/Disqus.po index bc046ee4a9..a799e01d22 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:00+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" diff --git a/plugins/Disqus/locale/de/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/de/LC_MESSAGES/Disqus.po index 8e3eca37e0..afcb7821b4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:00+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" diff --git a/plugins/Disqus/locale/es/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/es/LC_MESSAGES/Disqus.po index 668139a1a9..14fe80df99 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:00+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" diff --git a/plugins/Disqus/locale/eu/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/eu/LC_MESSAGES/Disqus.po index c0c4d336f2..4dc79e5eab 100644 --- a/plugins/Disqus/locale/eu/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/eu/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:00+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:13+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: User notification that JavaScript is required for Disqus comment display. diff --git a/plugins/Disqus/locale/fr/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/fr/LC_MESSAGES/Disqus.po index 96c8d487b7..8b1fe03444 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" diff --git a/plugins/Disqus/locale/gl/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/gl/LC_MESSAGES/Disqus.po index c6472d18cb..a77a30f5ff 100644 --- a/plugins/Disqus/locale/gl/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/gl/LC_MESSAGES/Disqus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Disqus to Galician (Galego) +# Translation of StatusNet - Disqus to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" diff --git a/plugins/Disqus/locale/ia/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/ia/LC_MESSAGES/Disqus.po index f74f189eaf..675d7c8dda 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" diff --git a/plugins/Disqus/locale/it/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/it/LC_MESSAGES/Disqus.po index 96692afe11..630d75ebfd 100644 --- a/plugins/Disqus/locale/it/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/it/LC_MESSAGES/Disqus.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:13+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: User notification that JavaScript is required for Disqus comment display. diff --git a/plugins/Disqus/locale/mk/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/mk/LC_MESSAGES/Disqus.po index bd2c69f977..c89a0f7e64 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" diff --git a/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po index 3e1dfdeb01..e38646ecc6 100644 --- a/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" diff --git a/plugins/Disqus/locale/nl/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/nl/LC_MESSAGES/Disqus.po index c98e88fd38..22c161f582 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" diff --git a/plugins/Disqus/locale/pl/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/pl/LC_MESSAGES/Disqus.po index da6233d0f6..42f393b3a5 100644 --- a/plugins/Disqus/locale/pl/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/pl/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:14+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " "(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" diff --git a/plugins/Disqus/locale/pt/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/pt/LC_MESSAGES/Disqus.po index 4aa18e2483..29c3f31c38 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:14+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" diff --git a/plugins/Disqus/locale/ru/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/ru/LC_MESSAGES/Disqus.po index 33a9143ea0..75e8a8b8d8 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" diff --git a/plugins/Disqus/locale/tl/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/tl/LC_MESSAGES/Disqus.po index 468e4104b1..e8e73af5c8 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" diff --git a/plugins/Disqus/locale/uk/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/uk/LC_MESSAGES/Disqus.po index 18c3a167b5..da719de916 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:02+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:49:59+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" diff --git a/plugins/Disqus/locale/zh_CN/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/zh_CN/LC_MESSAGES/Disqus.po index ad949808ca..6c17936596 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:02+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:14+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" diff --git a/plugins/DomainStatusNetwork/locale/DomainStatusNetwork.pot b/plugins/DomainStatusNetwork/locale/DomainStatusNetwork.pot index 7e6d87e0e1..d7fbb8b2da 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 1eaa6daf82..6d4675a507 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:02+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" diff --git a/plugins/DomainStatusNetwork/locale/es/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/es/LC_MESSAGES/DomainStatusNetwork.po index c41380bca6..7bf934ff4f 100644 --- a/plugins/DomainStatusNetwork/locale/es/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/es/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:02+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" diff --git a/plugins/DomainStatusNetwork/locale/eu/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/eu/LC_MESSAGES/DomainStatusNetwork.po index 1026625cf1..6be0e5d564 100644 --- a/plugins/DomainStatusNetwork/locale/eu/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/eu/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:02+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:15+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/DomainStatusNetwork/locale/fr/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/fr/LC_MESSAGES/DomainStatusNetwork.po index d53e979a33..b5ace705fa 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:03+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" diff --git a/plugins/DomainStatusNetwork/locale/gl/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/gl/LC_MESSAGES/DomainStatusNetwork.po index 70af75959a..9f270291cd 100644 --- a/plugins/DomainStatusNetwork/locale/gl/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/gl/LC_MESSAGES/DomainStatusNetwork.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DomainStatusNetwork to Galician (Galego) +# Translation of StatusNet - DomainStatusNetwork to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:03+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" diff --git a/plugins/DomainStatusNetwork/locale/he/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/he/LC_MESSAGES/DomainStatusNetwork.po index 74616530a4..9cfe5ff715 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:03+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" diff --git a/plugins/DomainStatusNetwork/locale/ia/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/ia/LC_MESSAGES/DomainStatusNetwork.po index 748811515c..791508e5ed 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:03+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" diff --git a/plugins/DomainStatusNetwork/locale/it/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/it/LC_MESSAGES/DomainStatusNetwork.po index 99011d517e..570ea5759e 100644 --- a/plugins/DomainStatusNetwork/locale/it/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/it/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:03+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:15+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/DomainStatusNetwork/locale/mk/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/mk/LC_MESSAGES/DomainStatusNetwork.po index 4c8571e6db..737a4c55d0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:03+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" diff --git a/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po index 7724202c9d..e62d4e37e9 100644 --- a/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:03+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" diff --git a/plugins/DomainStatusNetwork/locale/nl/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/nl/LC_MESSAGES/DomainStatusNetwork.po index 58662d4c8d..4f22d12bdd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:03+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:19:16+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" diff --git a/plugins/DomainStatusNetwork/locale/tl/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/tl/LC_MESSAGES/DomainStatusNetwork.po index 2e95b57642..bff58fc736 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:03+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:19:16+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" diff --git a/plugins/DomainStatusNetwork/locale/uk/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/uk/LC_MESSAGES/DomainStatusNetwork.po index a9520ffcc8..dcda9bdce0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:03+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" diff --git a/plugins/DomainWhitelist/locale/DomainWhitelist.pot b/plugins/DomainWhitelist/locale/DomainWhitelist.pot index 6492e1b3b1..be98e0a3ee 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 bf8de77bb3..308180ef9e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:03+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:16+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 bd345dfb64..4ee7a1908f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:03+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:16+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 1df1204ee8..022b9cc3a4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:03+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:16+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 c9620c9515..2eebec34b7 100644 --- a/plugins/DomainWhitelist/locale/es/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/es/LC_MESSAGES/DomainWhitelist.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:04+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:16+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" diff --git a/plugins/DomainWhitelist/locale/eu/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/eu/LC_MESSAGES/DomainWhitelist.po index 30f194ce14..46ff48ae5a 100644 --- a/plugins/DomainWhitelist/locale/eu/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/eu/LC_MESSAGES/DomainWhitelist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:04+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:16+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Client exception thrown when a given e-mailaddress is not in the domain whitelist. diff --git a/plugins/DomainWhitelist/locale/fr/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/fr/LC_MESSAGES/DomainWhitelist.po index ac9a9da3b0..ff3bfea8a8 100644 --- a/plugins/DomainWhitelist/locale/fr/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/fr/LC_MESSAGES/DomainWhitelist.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:04+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:16+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:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\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 9fa47901fc..3ffeb860cc 100644 --- a/plugins/DomainWhitelist/locale/gl/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/gl/LC_MESSAGES/DomainWhitelist.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DomainWhitelist to Galician (Galego) +# Translation of StatusNet - DomainWhitelist to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:04+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:16+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 f17004f4e1..eb10229f20 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:04+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:16+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" diff --git a/plugins/DomainWhitelist/locale/it/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/it/LC_MESSAGES/DomainWhitelist.po index 907e6636fb..5f14305ed1 100644 --- a/plugins/DomainWhitelist/locale/it/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/it/LC_MESSAGES/DomainWhitelist.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:04+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:17+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Client exception thrown when a given e-mailaddress is not in the domain whitelist. diff --git a/plugins/DomainWhitelist/locale/lt/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/lt/LC_MESSAGES/DomainWhitelist.po index 62d4ff1c3d..e9659c9863 100644 --- a/plugins/DomainWhitelist/locale/lt/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/lt/LC_MESSAGES/DomainWhitelist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:04+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:17+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 bfb993c45c..73b2119b40 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:04+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:17+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 d1a654d5a0..7889f53e10 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:04+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:17+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 241d082459..3302da6191 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:04+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:17+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 a05efcced7..ec1a5d052c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:04+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:17+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" diff --git a/plugins/Echo/locale/Echo.pot b/plugins/Echo/locale/Echo.pot index 302d9a78ce..e2cb4968c5 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 8bb916a2d7..3a2155fe50 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:05+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/Echo/locale/be-tarask/LC_MESSAGES/Echo.po b/plugins/Echo/locale/be-tarask/LC_MESSAGES/Echo.po index a529dd5010..d62bdb44db 100644 --- a/plugins/Echo/locale/be-tarask/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/be-tarask/LC_MESSAGES/Echo.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Echo to Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬) +# Translation of StatusNet - Echo to Belarusian (Taraškievica orthography) (‪беларуская (тарашкевіца)‬) # Exported from translatewiki.net # # Author: Jim-by @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:05+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/Echo/locale/br/LC_MESSAGES/Echo.po b/plugins/Echo/locale/br/LC_MESSAGES/Echo.po index b4d0f03684..53a5d0ffc3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:05+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:17+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/Echo/locale/de/LC_MESSAGES/Echo.po b/plugins/Echo/locale/de/LC_MESSAGES/Echo.po index 8fe9639131..eed897f38f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:05+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/Echo/locale/es/LC_MESSAGES/Echo.po b/plugins/Echo/locale/es/LC_MESSAGES/Echo.po index f0b2725820..e8c9694ebc 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:05+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/Echo/locale/eu/LC_MESSAGES/Echo.po b/plugins/Echo/locale/eu/LC_MESSAGES/Echo.po index 9ab996b97a..8a97c70f39 100644 --- a/plugins/Echo/locale/eu/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/eu/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:05+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/Echo/locale/fi/LC_MESSAGES/Echo.po b/plugins/Echo/locale/fi/LC_MESSAGES/Echo.po index c9a6a4223b..34bde12f7b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:05+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/Echo/locale/fr/LC_MESSAGES/Echo.po b/plugins/Echo/locale/fr/LC_MESSAGES/Echo.po index 9b81de4ae2..00db601145 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:05+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/Echo/locale/gl/LC_MESSAGES/Echo.po b/plugins/Echo/locale/gl/LC_MESSAGES/Echo.po index d643876453..8e274c1590 100644 --- a/plugins/Echo/locale/gl/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/gl/LC_MESSAGES/Echo.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Echo to Galician (Galego) +# Translation of StatusNet - Echo to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:05+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/Echo/locale/he/LC_MESSAGES/Echo.po b/plugins/Echo/locale/he/LC_MESSAGES/Echo.po index 2295172fe4..0ed6d3b903 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:05+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/Echo/locale/ia/LC_MESSAGES/Echo.po b/plugins/Echo/locale/ia/LC_MESSAGES/Echo.po index aecaf61ce7..2b07a3981c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:05+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/Echo/locale/id/LC_MESSAGES/Echo.po b/plugins/Echo/locale/id/LC_MESSAGES/Echo.po index ca6f538d7f..72d4f0fee2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:05+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/Echo/locale/it/LC_MESSAGES/Echo.po b/plugins/Echo/locale/it/LC_MESSAGES/Echo.po index abbde8211a..38ea05de7b 100644 --- a/plugins/Echo/locale/it/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/it/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:05+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:18+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/Echo/locale/lb/LC_MESSAGES/Echo.po b/plugins/Echo/locale/lb/LC_MESSAGES/Echo.po index c1390cb089..e39961de3f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: lb\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/Echo/locale/mk/LC_MESSAGES/Echo.po b/plugins/Echo/locale/mk/LC_MESSAGES/Echo.po index 6691de380c..32a6d743c8 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po b/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po index 5941ba8b09..6a4c18adc2 100644 --- a/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/Echo/locale/nl/LC_MESSAGES/Echo.po b/plugins/Echo/locale/nl/LC_MESSAGES/Echo.po index 38591f21a5..91f68ea7e3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/Echo/locale/pl/LC_MESSAGES/Echo.po b/plugins/Echo/locale/pl/LC_MESSAGES/Echo.po index bef1082e48..1dac07861c 100644 --- a/plugins/Echo/locale/pl/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/pl/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:19+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " "(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" diff --git a/plugins/Echo/locale/pt/LC_MESSAGES/Echo.po b/plugins/Echo/locale/pt/LC_MESSAGES/Echo.po index 099184ea93..3ddc6b0dbb 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/Echo/locale/pt_BR/LC_MESSAGES/Echo.po b/plugins/Echo/locale/pt_BR/LC_MESSAGES/Echo.po index d463cee232..39ed3646cd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/Echo/locale/ru/LC_MESSAGES/Echo.po b/plugins/Echo/locale/ru/LC_MESSAGES/Echo.po index 7582791e67..09b36ae18e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/Echo/locale/tl/LC_MESSAGES/Echo.po b/plugins/Echo/locale/tl/LC_MESSAGES/Echo.po index d41013c046..93ca84c719 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/Echo/locale/uk/LC_MESSAGES/Echo.po b/plugins/Echo/locale/uk/LC_MESSAGES/Echo.po index 9126f50df7..44856e8ec0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/Echo/locale/zh_CN/LC_MESSAGES/Echo.po b/plugins/Echo/locale/zh_CN/LC_MESSAGES/Echo.po index e2c4253da0..a9192d289f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-echo\n" diff --git a/plugins/EmailAuthentication/locale/EmailAuthentication.pot b/plugins/EmailAuthentication/locale/EmailAuthentication.pot index 5ac301c415..32c605dd9d 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 3c84e997d8..bb0ffea8a2 100644 --- a/plugins/EmailAuthentication/locale/be-tarask/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/be-tarask/LC_MESSAGES/EmailAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailAuthentication to Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬) +# Translation of StatusNet - EmailAuthentication to Belarusian (Taraškievica orthography) (‪беларуская (тарашкевіца)‬) # Exported from translatewiki.net # # Author: EugeneZelenko @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailAuthentication/locale/br/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/br/LC_MESSAGES/EmailAuthentication.po index ef4021cca9..88f3f230b5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailAuthentication/locale/ca/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/ca/LC_MESSAGES/EmailAuthentication.po index a0de866625..c2909a5c92 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailAuthentication/locale/de/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/de/LC_MESSAGES/EmailAuthentication.po index 965187292c..d0437a6833 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailAuthentication/locale/es/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/es/LC_MESSAGES/EmailAuthentication.po index ce687ebe13..36263979da 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailAuthentication/locale/eu/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/eu/LC_MESSAGES/EmailAuthentication.po index b752e46a19..242d2a467f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailAuthentication/locale/fi/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/fi/LC_MESSAGES/EmailAuthentication.po index 08b6bdf402..c2cd6055bd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailAuthentication/locale/fr/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/fr/LC_MESSAGES/EmailAuthentication.po index 416637386a..7934e8805b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailAuthentication/locale/gl/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/gl/LC_MESSAGES/EmailAuthentication.po index 83a008d93c..6b26033b10 100644 --- a/plugins/EmailAuthentication/locale/gl/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/gl/LC_MESSAGES/EmailAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailAuthentication to Galician (Galego) +# Translation of StatusNet - EmailAuthentication to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailAuthentication/locale/he/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/he/LC_MESSAGES/EmailAuthentication.po index 9f3111fec5..549811c8dc 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailAuthentication/locale/ia/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/ia/LC_MESSAGES/EmailAuthentication.po index 133b546309..29eed526a6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailAuthentication/locale/id/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/id/LC_MESSAGES/EmailAuthentication.po index b2030f6cec..f308c1141d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailAuthentication/locale/it/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/it/LC_MESSAGES/EmailAuthentication.po index d3425506ac..826a0b7134 100644 --- a/plugins/EmailAuthentication/locale/it/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/it/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/EmailAuthentication/locale/ja/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/ja/LC_MESSAGES/EmailAuthentication.po index 6035eb7b97..9728ae0014 100644 --- a/plugins/EmailAuthentication/locale/ja/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/ja/LC_MESSAGES/EmailAuthentication.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:21+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailAuthentication/locale/mk/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/mk/LC_MESSAGES/EmailAuthentication.po index 33b257247f..c50e34a2fd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po index 990901fd7f..94225cef34 100644 --- a/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:08+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailAuthentication/locale/nl/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/nl/LC_MESSAGES/EmailAuthentication.po index 2634052ecd..b325e7c5e6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:08+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailAuthentication/locale/pl/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/pl/LC_MESSAGES/EmailAuthentication.po index 51b4570728..9ba42ef870 100644 --- a/plugins/EmailAuthentication/locale/pl/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/pl/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:08+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:22+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " "(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" diff --git a/plugins/EmailAuthentication/locale/pt/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/pt/LC_MESSAGES/EmailAuthentication.po index 8ced233094..cc8ab7f2ec 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:08+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailAuthentication/locale/pt_BR/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/pt_BR/LC_MESSAGES/EmailAuthentication.po index a0e824faf3..e2aa05d83a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:08+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailAuthentication/locale/ru/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/ru/LC_MESSAGES/EmailAuthentication.po index d25329d051..7477b5bff1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:08+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailAuthentication/locale/tl/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/tl/LC_MESSAGES/EmailAuthentication.po index 56dfe32636..96c94f12f4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:08+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailAuthentication/locale/uk/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/uk/LC_MESSAGES/EmailAuthentication.po index 1f3c98d4e5..ff2caf6bf7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:08+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailAuthentication/locale/zh_CN/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/zh_CN/LC_MESSAGES/EmailAuthentication.po index 863556fd44..429646b910 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:08+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" diff --git a/plugins/EmailRegistration/locale/EmailRegistration.pot b/plugins/EmailRegistration/locale/EmailRegistration.pot index 636df58ec2..69986a495b 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 317edc4155..2f9d83e03d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:08+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:42+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" diff --git a/plugins/EmailRegistration/locale/br/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/br/LC_MESSAGES/EmailRegistration.po index db26e75d8f..97f3d98187 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:08+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:42+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" diff --git a/plugins/EmailRegistration/locale/ca/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/ca/LC_MESSAGES/EmailRegistration.po index 8e749ad7d0..e1e6b6a943 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:09+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:42+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" diff --git a/plugins/EmailRegistration/locale/de/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/de/LC_MESSAGES/EmailRegistration.po index 59b5d17f61..8fba8a8a32 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:09+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:42+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" diff --git a/plugins/EmailRegistration/locale/es/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/es/LC_MESSAGES/EmailRegistration.po index 6c18009619..c9cc6f68bb 100644 --- a/plugins/EmailRegistration/locale/es/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/es/LC_MESSAGES/EmailRegistration.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:09+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" diff --git a/plugins/EmailRegistration/locale/eu/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/eu/LC_MESSAGES/EmailRegistration.po index 2779d76e31..f9d41f584e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:09+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" diff --git a/plugins/EmailRegistration/locale/fr/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/fr/LC_MESSAGES/EmailRegistration.po index 4edd6f0c56..6c79da8193 100644 --- a/plugins/EmailRegistration/locale/fr/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/fr/LC_MESSAGES/EmailRegistration.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:09+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:42+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" @@ -138,7 +138,7 @@ msgstr "Entrez un mot de passe pour confirmer votre nouveau compte." #. TRANS: Field label in e-mail registration form. msgctxt "LABEL" msgid "User name" -msgstr "Nom d'utilisateur" +msgstr "Nom d’utilisateur" #. TRANS: Field label. msgid "Email address" diff --git a/plugins/EmailRegistration/locale/gl/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/gl/LC_MESSAGES/EmailRegistration.po index 672a9d2294..a1258585b0 100644 --- a/plugins/EmailRegistration/locale/gl/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/gl/LC_MESSAGES/EmailRegistration.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailRegistration to Galician (Galego) +# Translation of StatusNet - EmailRegistration to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:09+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:42+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" diff --git a/plugins/EmailRegistration/locale/hu/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/hu/LC_MESSAGES/EmailRegistration.po index f164824c93..5cc25b631d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:09+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:24+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: hu\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" diff --git a/plugins/EmailRegistration/locale/ia/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/ia/LC_MESSAGES/EmailRegistration.po index 512a96b610..f058eb9a27 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:09+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:42+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" diff --git a/plugins/EmailRegistration/locale/it/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/it/LC_MESSAGES/EmailRegistration.po index 416e710ebe..a23ffb9f6c 100644 --- a/plugins/EmailRegistration/locale/it/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/it/LC_MESSAGES/EmailRegistration.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:10+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:24+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Client exception trown when registration by e-mail is not allowed. diff --git a/plugins/EmailRegistration/locale/ja/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/ja/LC_MESSAGES/EmailRegistration.po index e93065eb9a..ac2c488fbd 100644 --- a/plugins/EmailRegistration/locale/ja/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/ja/LC_MESSAGES/EmailRegistration.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:10+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:24+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=1; plural=0;\n" #. TRANS: Client exception trown when registration by e-mail is not allowed. diff --git a/plugins/EmailRegistration/locale/mk/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/mk/LC_MESSAGES/EmailRegistration.po index faf1f039a3..f14325ce25 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:10+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:42+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" diff --git a/plugins/EmailRegistration/locale/nl/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/nl/LC_MESSAGES/EmailRegistration.po index 5dd3372d09..60fd261925 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:10+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:42+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" diff --git a/plugins/EmailRegistration/locale/ru/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/ru/LC_MESSAGES/EmailRegistration.po index 67d5ab7369..fb413d4902 100644 --- a/plugins/EmailRegistration/locale/ru/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/ru/LC_MESSAGES/EmailRegistration.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:10+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" diff --git a/plugins/EmailRegistration/locale/sv/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/sv/LC_MESSAGES/EmailRegistration.po index 1e08d9b61f..e7c490762e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:10+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" diff --git a/plugins/EmailRegistration/locale/tl/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/tl/LC_MESSAGES/EmailRegistration.po index c02ae22d39..466a0c9c6d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:10+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:42+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" diff --git a/plugins/EmailRegistration/locale/uk/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/uk/LC_MESSAGES/EmailRegistration.po index eabe9a4680..a028b18b26 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:10+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:42+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" diff --git a/plugins/EmailReminder/locale/EmailReminder.pot b/plugins/EmailReminder/locale/EmailReminder.pot index 05afb6c60c..f0a93d1a1b 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 f57d129548..d3ed0efaf8 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:10+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:25+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-emailreminder\n" diff --git a/plugins/EmailReminder/locale/ca/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/ca/LC_MESSAGES/EmailReminder.po index d9096115a9..843704e757 100644 --- a/plugins/EmailReminder/locale/ca/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/ca/LC_MESSAGES/EmailReminder.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:04+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/EmailReminder/locale/de/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/de/LC_MESSAGES/EmailReminder.po index f7614aadc9..dcbd49360b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-emailreminder\n" diff --git a/plugins/EmailReminder/locale/es/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/es/LC_MESSAGES/EmailReminder.po index dbbb97e6be..17edc48592 100644 --- a/plugins/EmailReminder/locale/es/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/es/LC_MESSAGES/EmailReminder.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-emailreminder\n" diff --git a/plugins/EmailReminder/locale/eu/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/eu/LC_MESSAGES/EmailReminder.po index 1b4e9c52e0..be8940c89c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-emailreminder\n" diff --git a/plugins/EmailReminder/locale/fr/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/fr/LC_MESSAGES/EmailReminder.po index 48b8f83230..23c4ee587a 100644 --- a/plugins/EmailReminder/locale/fr/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/fr/LC_MESSAGES/EmailReminder.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-emailreminder\n" diff --git a/plugins/EmailReminder/locale/gl/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/gl/LC_MESSAGES/EmailReminder.po index 529e39f589..bc0099ff5d 100644 --- a/plugins/EmailReminder/locale/gl/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/gl/LC_MESSAGES/EmailReminder.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailReminder to Galician (Galego) +# Translation of StatusNet - EmailReminder to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-emailreminder\n" diff --git a/plugins/EmailReminder/locale/ia/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/ia/LC_MESSAGES/EmailReminder.po index 0f4c90e8cd..5c24291550 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:04+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-emailreminder\n" diff --git a/plugins/EmailReminder/locale/it/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/it/LC_MESSAGES/EmailReminder.po index 2e6d768837..e919a8c8b7 100644 --- a/plugins/EmailReminder/locale/it/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/it/LC_MESSAGES/EmailReminder.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:26+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/EmailReminder/locale/mk/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/mk/LC_MESSAGES/EmailReminder.po index 98d7361b56..cc2c7f149f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:04+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-emailreminder\n" diff --git a/plugins/EmailReminder/locale/nl/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/nl/LC_MESSAGES/EmailReminder.po index 03dbf454ac..0eee0cce17 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:04+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-emailreminder\n" diff --git a/plugins/EmailReminder/locale/pt/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/pt/LC_MESSAGES/EmailReminder.po index 1fc894ee68..46b87c5997 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:04+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-emailreminder\n" diff --git a/plugins/EmailReminder/locale/tl/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/tl/LC_MESSAGES/EmailReminder.po new file mode 100644 index 0000000000..b7858a07b5 --- /dev/null +++ b/plugins/EmailReminder/locale/tl/LC_MESSAGES/EmailReminder.po @@ -0,0 +1,50 @@ +# Translation of StatusNet - EmailReminder to Tagalog (Tagalog) +# Exported from translatewiki.net +# +# Author: AnakngAraw +# -- +# 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-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:26+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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Send email reminders for various things." +msgstr "" +"Magpadala ng mga pampaalalang mga e-liham para sa samu't saring mga bagay." + +#. TRANS: Server exception thrown when a reminder record could not be inserted into the database. +msgid "Database error inserting reminder record." +msgstr "Kamalian ng kalipunan ng dato sa pagsisingit ng tala ng paalala." + +#. TRANS: Subject for reminder e-mail. +msgid "Reminder - please confirm your registration!" +msgstr "Paalala - pakitiyak ang pagpapatala mo!" + +#. TRANS: Subject for reminder e-mail. +msgid "Second reminder - please confirm your registration!" +msgstr "Ikalawang paalala - pakitiyak ang pagpapatala mo!" + +#. TRANS: Subject for reminder e-mail. +msgid "Final reminder - please confirm your registration!" +msgstr "Huling paalala - pakitiyak ang pagpapatala mo!" + +#. TRANS: Subject for reminder e-mail. %s is the StatusNet sitename. +#, php-format +msgid "Reminder - You have been invited to join %s!" +msgstr "Paalala - Inanyayahan kang sumali sa %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 "Huling paalala - inanyayahan kang sumali sa %s!" diff --git a/plugins/EmailSummary/locale/EmailSummary.pot b/plugins/EmailSummary/locale/EmailSummary.pot index b64882c5a7..64e42b0899 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 ba4b2eb109..ba1d2b433d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" diff --git a/plugins/EmailSummary/locale/de/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/de/LC_MESSAGES/EmailSummary.po index 81fc2a4f7c..3d156b7218 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" diff --git a/plugins/EmailSummary/locale/es/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/es/LC_MESSAGES/EmailSummary.po index b297916bf3..8001a68c95 100644 --- a/plugins/EmailSummary/locale/es/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/es/LC_MESSAGES/EmailSummary.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" diff --git a/plugins/EmailSummary/locale/eu/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/eu/LC_MESSAGES/EmailSummary.po index 89b2945763..0de8f4ce01 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" diff --git a/plugins/EmailSummary/locale/fr/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/fr/LC_MESSAGES/EmailSummary.po index ab80de6edc..50496cadbc 100644 --- a/plugins/EmailSummary/locale/fr/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/fr/LC_MESSAGES/EmailSummary.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" diff --git a/plugins/EmailSummary/locale/gl/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/gl/LC_MESSAGES/EmailSummary.po index 74b2059c02..2723e8770b 100644 --- a/plugins/EmailSummary/locale/gl/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/gl/LC_MESSAGES/EmailSummary.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailSummary to Galician (Galego) +# Translation of StatusNet - EmailSummary to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" diff --git a/plugins/EmailSummary/locale/ia/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/ia/LC_MESSAGES/EmailSummary.po index 4d2068ed90..4bd2281ef7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" diff --git a/plugins/EmailSummary/locale/it/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/it/LC_MESSAGES/EmailSummary.po index 6e62f84c91..a28cc249e7 100644 --- a/plugins/EmailSummary/locale/it/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/it/LC_MESSAGES/EmailSummary.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:27+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Subject for e-mail. diff --git a/plugins/EmailSummary/locale/mk/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/mk/LC_MESSAGES/EmailSummary.po index 327e02a83d..4995e90ef3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" diff --git a/plugins/EmailSummary/locale/nl/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/nl/LC_MESSAGES/EmailSummary.po index 65e6ba4fa0..44ed0a4435 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" diff --git a/plugins/EmailSummary/locale/tl/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/tl/LC_MESSAGES/EmailSummary.po index e4afdd334f..d9833b3548 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" @@ -24,7 +24,7 @@ msgstr "" #. TRANS: Subject for e-mail. #, php-format msgid "Your latest updates from %s" -msgstr "" +msgstr "Pinakahuli mong mga pagsasapanahon mula sa %s" #. TRANS: Text in e-mail summary. #. TRANS: %1$s is the StatusNet sitename, %2$s is the recipient's profile name. diff --git a/plugins/EmailSummary/locale/uk/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/uk/LC_MESSAGES/EmailSummary.po index 55448b8adc..8d15c8f435 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" diff --git a/plugins/Event/locale/Event.pot b/plugins/Event/locale/Event.pot index e164b0dd04..ff698ee1db 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 3cdca013e2..0048c3b41d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:13+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:27+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 edfe9fda93..eaf00af0d8 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:13+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:27+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 d53ecbbc0f..dcac6d3507 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:13+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:28+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 46814f3156..25ee077b3d 100644 --- a/plugins/Event/locale/de/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/de/LC_MESSAGES/Event.po @@ -2,6 +2,7 @@ # Exported from translatewiki.net # # Author: Giftpflanze +# Author: PtM # Author: Tiin # -- # This file is distributed under the same license as the StatusNet package. @@ -10,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:13+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:28+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-event\n" @@ -36,11 +37,11 @@ msgstr "(1 Stunde)" #, php-format msgid "(%.1f hours)" -msgstr "" +msgstr "(%.1f Stunden)" #, php-format msgid "(%d hours)" -msgstr "" +msgstr "(%d Stunden)" #. TRANS: Client exception thrown when trying to create an event that already exists. msgid "Event already exists." diff --git a/plugins/Event/locale/es/LC_MESSAGES/Event.po b/plugins/Event/locale/es/LC_MESSAGES/Event.po index 9e6c0c0c7e..d4e941d52f 100644 --- a/plugins/Event/locale/es/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/es/LC_MESSAGES/Event.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:13+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:28+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: 0 minutes abbreviated. Used in a list. diff --git a/plugins/Event/locale/eu/LC_MESSAGES/Event.po b/plugins/Event/locale/eu/LC_MESSAGES/Event.po index 0f921edea5..81610024f4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:13+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:28+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 516f098479..e88a61059a 100644 --- a/plugins/Event/locale/fr/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/fr/LC_MESSAGES/Event.po @@ -16,13 +16,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:28+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-event\n" diff --git a/plugins/Event/locale/gl/LC_MESSAGES/Event.po b/plugins/Event/locale/gl/LC_MESSAGES/Event.po index 0072451004..9de8855e42 100644 --- a/plugins/Event/locale/gl/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/gl/LC_MESSAGES/Event.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Event to Galician (Galego) +# Translation of StatusNet - Event to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:28+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 3ce09cb09a..21ded0c1df 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:28+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-event\n" diff --git a/plugins/Event/locale/it/LC_MESSAGES/Event.po b/plugins/Event/locale/it/LC_MESSAGES/Event.po index ff15ad9942..332e6c8606 100644 --- a/plugins/Event/locale/it/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/it/LC_MESSAGES/Event.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:29+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: 0 minutes abbreviated. Used in a list. diff --git a/plugins/Event/locale/ja/LC_MESSAGES/Event.po b/plugins/Event/locale/ja/LC_MESSAGES/Event.po index be6c0714a3..c3052b2cb4 100644 --- a/plugins/Event/locale/ja/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/ja/LC_MESSAGES/Event.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:29+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=1; plural=0;\n" #. TRANS: 0 minutes abbreviated. Used in a list. diff --git a/plugins/Event/locale/mk/LC_MESSAGES/Event.po b/plugins/Event/locale/mk/LC_MESSAGES/Event.po index 1c1f87170e..e180f94d5e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:29+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 b3511e65d1..f9209a1cdd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:15+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:29+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 04beae1fa1..55df8122c1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:15+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:29+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 5a30424fe3..61fd934a4e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:15+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:30+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 3f75292520..0706b9867d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:15+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:30+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-event\n" @@ -76,7 +76,7 @@ msgstr "Hindi inaasahang pagpapasa ng pormularyo." #. TRANS: Client error displayed when using an action in a non-AJAX way. msgid "This action is AJAX only." -msgstr "" +msgstr "Ang galaw ay AJAX lang." #. TRANS: Client exception thrown when referring to a non-existing RSVP. #. TRANS: RSVP stands for "Please reply". @@ -183,9 +183,9 @@ msgid "Start time" msgstr "Oras ng simula" #. TRANS: Field title on event form. %s is the abbreviated timezone -#, fuzzy, php-format +#, php-format msgid "Time the event starts (%s)." -msgstr "Oras ng pagsisimula ng kaganapan." +msgstr "Oras ng pagsisimula ng kaganapan (%s)." #. TRANS: Field label on event form. msgctxt "LABEL" diff --git a/plugins/Event/locale/uk/LC_MESSAGES/Event.po b/plugins/Event/locale/uk/LC_MESSAGES/Event.po index 9dbcbd7b64..d05139cd8e 100644 --- a/plugins/Event/locale/uk/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/uk/LC_MESSAGES/Event.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:15+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:30+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-event\n" diff --git a/plugins/ExtendedProfile/locale/ExtendedProfile.pot b/plugins/ExtendedProfile/locale/ExtendedProfile.pot index 7c1f106524..702edeacf4 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 50a4dd3079..e17bb9f76f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:15+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" diff --git a/plugins/ExtendedProfile/locale/br/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/br/LC_MESSAGES/ExtendedProfile.po index 52cc2ac512..004331a16e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" diff --git a/plugins/ExtendedProfile/locale/ca/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/ca/LC_MESSAGES/ExtendedProfile.po index f82651d674..1efb477b8d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" diff --git a/plugins/ExtendedProfile/locale/de/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/de/LC_MESSAGES/ExtendedProfile.po index c5601846dd..528dc77451 100644 --- a/plugins/ExtendedProfile/locale/de/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/de/LC_MESSAGES/ExtendedProfile.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" diff --git a/plugins/ExtendedProfile/locale/diq/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/diq/LC_MESSAGES/ExtendedProfile.po index 49bbb96450..88fd863f49 100644 --- a/plugins/ExtendedProfile/locale/diq/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/diq/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:31+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Title for extended profile settings. diff --git a/plugins/ExtendedProfile/locale/es/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/es/LC_MESSAGES/ExtendedProfile.po index e41b5b1b28..e6212271de 100644 --- a/plugins/ExtendedProfile/locale/es/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/es/LC_MESSAGES/ExtendedProfile.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:31+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Title for extended profile settings. diff --git a/plugins/ExtendedProfile/locale/eu/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/eu/LC_MESSAGES/ExtendedProfile.po index 63e68fdc1a..1f2d6a2338 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11: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-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" diff --git a/plugins/ExtendedProfile/locale/fr/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/fr/LC_MESSAGES/ExtendedProfile.po index e488c6048a..f319574dcc 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" diff --git a/plugins/ExtendedProfile/locale/gl/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/gl/LC_MESSAGES/ExtendedProfile.po index 19be481dab..d5506dc2c4 100644 --- a/plugins/ExtendedProfile/locale/gl/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/gl/LC_MESSAGES/ExtendedProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ExtendedProfile to Galician (Galego) +# Translation of StatusNet - ExtendedProfile to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" diff --git a/plugins/ExtendedProfile/locale/ia/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/ia/LC_MESSAGES/ExtendedProfile.po index 1645ea846e..ab05952c68 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" diff --git a/plugins/ExtendedProfile/locale/it/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/it/LC_MESSAGES/ExtendedProfile.po index 34505deec3..c5c4eecc16 100644 --- a/plugins/ExtendedProfile/locale/it/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/it/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:17+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:31+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Title for extended profile settings. diff --git a/plugins/ExtendedProfile/locale/ja/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/ja/LC_MESSAGES/ExtendedProfile.po index 366f6d8508..bb17572cec 100644 --- a/plugins/ExtendedProfile/locale/ja/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/ja/LC_MESSAGES/ExtendedProfile.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:17+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" diff --git a/plugins/ExtendedProfile/locale/mk/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/mk/LC_MESSAGES/ExtendedProfile.po index 0e4021e835..e2e3955a8d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:17+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" diff --git a/plugins/ExtendedProfile/locale/nl/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/nl/LC_MESSAGES/ExtendedProfile.po index 56c8c0391a..3536060384 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:17+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" diff --git a/plugins/ExtendedProfile/locale/pl/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/pl/LC_MESSAGES/ExtendedProfile.po index 8e40090f69..58cf10b294 100644 --- a/plugins/ExtendedProfile/locale/pl/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/pl/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:17+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:32+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " "(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" diff --git a/plugins/ExtendedProfile/locale/sv/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/sv/LC_MESSAGES/ExtendedProfile.po index 9e921e8fd1..2db45233e2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:17+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" diff --git a/plugins/ExtendedProfile/locale/te/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/te/LC_MESSAGES/ExtendedProfile.po index 2ed9bec5da..78f0101cbe 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:17+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:32+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: te\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" diff --git a/plugins/ExtendedProfile/locale/tl/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/tl/LC_MESSAGES/ExtendedProfile.po index 597428b09e..066020e7ca 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:18+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" diff --git a/plugins/ExtendedProfile/locale/uk/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/uk/LC_MESSAGES/ExtendedProfile.po index c4bddea05f..ca4058f4b0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:18+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:06+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" diff --git a/plugins/FacebookBridge/locale/FacebookBridge.pot b/plugins/FacebookBridge/locale/FacebookBridge.pot index c2b37de330..63c5df4dec 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 f8b23c98f3..df3d70be2a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:18+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:32+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-04-19 14:01:11+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" diff --git a/plugins/FacebookBridge/locale/br/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/br/LC_MESSAGES/FacebookBridge.po index 776f231674..66abf65931 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:18+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:33+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-04-19 14:01:11+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" diff --git a/plugins/FacebookBridge/locale/ca/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/ca/LC_MESSAGES/FacebookBridge.po index 899d606483..3da6f8f6d1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:18+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:33+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-04-19 14:01:11+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" diff --git a/plugins/FacebookBridge/locale/de/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/de/LC_MESSAGES/FacebookBridge.po index 8fdc46a118..a862089024 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:18+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:33+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-04-19 14:01:11+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" diff --git a/plugins/FacebookBridge/locale/es/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/es/LC_MESSAGES/FacebookBridge.po index 1951efb8da..fb229d54df 100644 --- a/plugins/FacebookBridge/locale/es/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/es/LC_MESSAGES/FacebookBridge.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:18+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:33+0000\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-04-19 14:01:11+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Client error displayed when trying to login while already logged in. diff --git a/plugins/FacebookBridge/locale/eu/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/eu/LC_MESSAGES/FacebookBridge.po index 1f3ef706d2..526e66df77 100644 --- a/plugins/FacebookBridge/locale/eu/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/eu/LC_MESSAGES/FacebookBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:19+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:33+0000\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-04-19 14:01:11+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Client error displayed when trying to login while already logged in. diff --git a/plugins/FacebookBridge/locale/fr/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/fr/LC_MESSAGES/FacebookBridge.po index 13aa47a585..934468d181 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:19+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:33+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-04-19 14:01:11+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" diff --git a/plugins/FacebookBridge/locale/fur/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/fur/LC_MESSAGES/FacebookBridge.po index 59d818b31f..2d61f35b2c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:19+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:34+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-04-19 14:01:11+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fur\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" diff --git a/plugins/FacebookBridge/locale/gl/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/gl/LC_MESSAGES/FacebookBridge.po index 1aa8b1032d..7cf35e5794 100644 --- a/plugins/FacebookBridge/locale/gl/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/gl/LC_MESSAGES/FacebookBridge.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FacebookBridge to Galician (Galego) +# Translation of StatusNet - FacebookBridge to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:19+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:34+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-04-19 14:01:11+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" diff --git a/plugins/FacebookBridge/locale/ia/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/ia/LC_MESSAGES/FacebookBridge.po index d81404f624..dbdf765c90 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:19+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:34+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-04-19 14:01:11+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" diff --git a/plugins/FacebookBridge/locale/it/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/it/LC_MESSAGES/FacebookBridge.po index caf480aae3..dee6c3c771 100644 --- a/plugins/FacebookBridge/locale/it/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/it/LC_MESSAGES/FacebookBridge.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:19+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:34+0000\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-04-19 14:01:11+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Client error displayed when trying to login while already logged in. diff --git a/plugins/FacebookBridge/locale/mg/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/mg/LC_MESSAGES/FacebookBridge.po index 23b3ce83bb..52381f5961 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:19+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:34+0000\n" "Language-Team: Malagasy \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-04-19 14:01:11+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mg\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" diff --git a/plugins/FacebookBridge/locale/mk/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/mk/LC_MESSAGES/FacebookBridge.po index cf6a3e8d7f..dc845f96c1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:34+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-04-19 14:01:11+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" diff --git a/plugins/FacebookBridge/locale/nl/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/nl/LC_MESSAGES/FacebookBridge.po index 9b0bdf87c2..f5338a3bb1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:34+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-04-19 14:01:11+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" diff --git a/plugins/FacebookBridge/locale/tl/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/tl/LC_MESSAGES/FacebookBridge.po index 8d9042b693..deecb4f66f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:35+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-04-19 14:01:11+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" diff --git a/plugins/FacebookBridge/locale/uk/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/uk/LC_MESSAGES/FacebookBridge.po index 891fb4c0bf..6d02907305 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:35+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-04-19 14:01:11+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" diff --git a/plugins/FacebookBridge/locale/zh_CN/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/zh_CN/LC_MESSAGES/FacebookBridge.po index 99047e48b7..c64c46e3de 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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: 2012-04-19 14:01:11+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" diff --git a/plugins/FirePHP/locale/FirePHP.pot b/plugins/FirePHP/locale/FirePHP.pot index a2586d41ae..bd9e342997 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 aca7e64664..03a1cec3c5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" diff --git a/plugins/FirePHP/locale/de/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/de/LC_MESSAGES/FirePHP.po index db964f63b9..8a5fd88f2f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" diff --git a/plugins/FirePHP/locale/es/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/es/LC_MESSAGES/FirePHP.po index 27522e5a50..f466a79163 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" diff --git a/plugins/FirePHP/locale/eu/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/eu/LC_MESSAGES/FirePHP.po index defbe39375..3d6a89263e 100644 --- a/plugins/FirePHP/locale/eu/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/eu/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:35+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/FirePHP/locale/fi/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/fi/LC_MESSAGES/FirePHP.po index a063d4960f..e8d2c62800 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" diff --git a/plugins/FirePHP/locale/fr/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/fr/LC_MESSAGES/FirePHP.po index efdd785efd..9eeed02172 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" diff --git a/plugins/FirePHP/locale/gl/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/gl/LC_MESSAGES/FirePHP.po index 4e698eb047..f4650962a5 100644 --- a/plugins/FirePHP/locale/gl/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/gl/LC_MESSAGES/FirePHP.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FirePHP to Galician (Galego) +# Translation of StatusNet - FirePHP to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" diff --git a/plugins/FirePHP/locale/he/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/he/LC_MESSAGES/FirePHP.po index a4195265f2..e96fd7b083 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" diff --git a/plugins/FirePHP/locale/ia/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/ia/LC_MESSAGES/FirePHP.po index 3b233177b3..d3bac3d655 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" diff --git a/plugins/FirePHP/locale/id/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/id/LC_MESSAGES/FirePHP.po index 696c015c1e..3679f78f3d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" diff --git a/plugins/FirePHP/locale/it/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/it/LC_MESSAGES/FirePHP.po index 18ea1c487d..fb77258a8c 100644 --- a/plugins/FirePHP/locale/it/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/it/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/FirePHP/locale/ja/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/ja/LC_MESSAGES/FirePHP.po index 9d2e4ac3b8..1ec8bc8b96 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:36+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" diff --git a/plugins/FirePHP/locale/mk/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/mk/LC_MESSAGES/FirePHP.po index 4bfc35d507..e45af82dd6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" diff --git a/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po index b53b39c286..50a509ea58 100644 --- a/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" diff --git a/plugins/FirePHP/locale/nl/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/nl/LC_MESSAGES/FirePHP.po index d2921cc438..d88f3ba5a4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" diff --git a/plugins/FirePHP/locale/pt/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/pt/LC_MESSAGES/FirePHP.po index b909990bf2..be87e747fa 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" diff --git a/plugins/FirePHP/locale/ru/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/ru/LC_MESSAGES/FirePHP.po index 9074c4646f..9540ed63e6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" diff --git a/plugins/FirePHP/locale/tl/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/tl/LC_MESSAGES/FirePHP.po index f9e091962f..48bae3ea8f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" diff --git a/plugins/FirePHP/locale/uk/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/uk/LC_MESSAGES/FirePHP.po index 23ce1deb25..1cf643de90 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" diff --git a/plugins/FirePHP/locale/zh_CN/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/zh_CN/LC_MESSAGES/FirePHP.po index bfc440e859..8a04df4790 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" diff --git a/plugins/FollowEveryone/locale/FollowEveryone.pot b/plugins/FollowEveryone/locale/FollowEveryone.pot index e89e9b81c0..df6928e1c0 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 9d6194d777..477ce7156f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" diff --git a/plugins/FollowEveryone/locale/ca/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/ca/LC_MESSAGES/FollowEveryone.po index a8ffd7c52c..917d548ab3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" diff --git a/plugins/FollowEveryone/locale/de/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/de/LC_MESSAGES/FollowEveryone.po index 853d43c4e6..5590dc1d02 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" diff --git a/plugins/FollowEveryone/locale/es/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/es/LC_MESSAGES/FollowEveryone.po index 8862fe8166..e3ebcbafd6 100644 --- a/plugins/FollowEveryone/locale/es/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/es/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:37+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Checkbox label in form for profile settings. diff --git a/plugins/FollowEveryone/locale/eu/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/eu/LC_MESSAGES/FollowEveryone.po index 0ce0a7e848..26804c5f6f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" diff --git a/plugins/FollowEveryone/locale/fi/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/fi/LC_MESSAGES/FollowEveryone.po index 8a92867a26..6f0d101ae6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" diff --git a/plugins/FollowEveryone/locale/fr/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/fr/LC_MESSAGES/FollowEveryone.po index 53039f28a5..8871681040 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" diff --git a/plugins/FollowEveryone/locale/gl/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/gl/LC_MESSAGES/FollowEveryone.po index f5be24c1a9..b0d0a6e388 100644 --- a/plugins/FollowEveryone/locale/gl/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/gl/LC_MESSAGES/FollowEveryone.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FollowEveryone to Galician (Galego) +# Translation of StatusNet - FollowEveryone to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" diff --git a/plugins/FollowEveryone/locale/he/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/he/LC_MESSAGES/FollowEveryone.po index 1e22e012e4..198efe036a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" diff --git a/plugins/FollowEveryone/locale/ia/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/ia/LC_MESSAGES/FollowEveryone.po index b01a5b6957..b976924c57 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" diff --git a/plugins/FollowEveryone/locale/it/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/it/LC_MESSAGES/FollowEveryone.po index ad6bd6b2d3..1193694389 100644 --- a/plugins/FollowEveryone/locale/it/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/it/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Checkbox label in form for profile settings. diff --git a/plugins/FollowEveryone/locale/mk/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/mk/LC_MESSAGES/FollowEveryone.po index d192c98cb0..583a12b8b0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" diff --git a/plugins/FollowEveryone/locale/nl/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/nl/LC_MESSAGES/FollowEveryone.po index a291ab9fc8..c0e92e3f54 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" diff --git a/plugins/FollowEveryone/locale/pl/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/pl/LC_MESSAGES/FollowEveryone.po index 5790013802..1b3c6b9adb 100644 --- a/plugins/FollowEveryone/locale/pl/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/pl/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " "(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" diff --git a/plugins/FollowEveryone/locale/pt/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/pt/LC_MESSAGES/FollowEveryone.po index fe021423e5..01ffe8d9c3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" diff --git a/plugins/FollowEveryone/locale/ru/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/ru/LC_MESSAGES/FollowEveryone.po index 623c3e2a4d..607b3bc1b4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" diff --git a/plugins/FollowEveryone/locale/tl/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/tl/LC_MESSAGES/FollowEveryone.po index 08e7510021..718088cab6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" diff --git a/plugins/FollowEveryone/locale/uk/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/uk/LC_MESSAGES/FollowEveryone.po index 73c6404dff..474edb5e30 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" diff --git a/plugins/ForceGroup/locale/ForceGroup.pot b/plugins/ForceGroup/locale/ForceGroup.pot index 6cf8c56159..bbdc40543f 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 ee0fdb91b4..9effb9a41e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" diff --git a/plugins/ForceGroup/locale/ca/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/ca/LC_MESSAGES/ForceGroup.po index 3120edff68..2063580749 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" diff --git a/plugins/ForceGroup/locale/de/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/de/LC_MESSAGES/ForceGroup.po index 04e925ef3a..3f2335857b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" diff --git a/plugins/ForceGroup/locale/es/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/es/LC_MESSAGES/ForceGroup.po index 3e66948446..719d81f824 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" diff --git a/plugins/ForceGroup/locale/eu/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/eu/LC_MESSAGES/ForceGroup.po index d23567b0b6..66bf175a61 100644 --- a/plugins/ForceGroup/locale/eu/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/eu/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:09+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Server exception. diff --git a/plugins/ForceGroup/locale/fr/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/fr/LC_MESSAGES/ForceGroup.po index d6281db809..fef9c40311 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" diff --git a/plugins/ForceGroup/locale/gl/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/gl/LC_MESSAGES/ForceGroup.po index 67f315d787..0ae73c734b 100644 --- a/plugins/ForceGroup/locale/gl/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/gl/LC_MESSAGES/ForceGroup.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ForceGroup to Galician (Galego) +# Translation of StatusNet - ForceGroup to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" diff --git a/plugins/ForceGroup/locale/he/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/he/LC_MESSAGES/ForceGroup.po index c4b1d49bd2..80f07fb5b0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" diff --git a/plugins/ForceGroup/locale/ia/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/ia/LC_MESSAGES/ForceGroup.po index f633bb442a..f8c82a9752 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" diff --git a/plugins/ForceGroup/locale/id/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/id/LC_MESSAGES/ForceGroup.po index e321210e2b..1752d81292 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:39+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" diff --git a/plugins/ForceGroup/locale/it/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/it/LC_MESSAGES/ForceGroup.po index 0ec5b9f1f1..332bf84a4f 100644 --- a/plugins/ForceGroup/locale/it/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/it/LC_MESSAGES/ForceGroup.po @@ -1,6 +1,7 @@ # Translation of StatusNet - ForceGroup to Italian (italiano) # Exported from translatewiki.net # +# Author: GreenFox # Author: Ximo17 # -- # This file is distributed under the same license as the StatusNet package. @@ -9,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:09+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Server exception. @@ -29,3 +30,5 @@ msgid "" "Allows forced group memberships and forces all notices to appear in groups " "that users were forced in." msgstr "" +"Permette l'iscrizione forzata ad un gruppo e costringe tutti gli avvisi ad " +"apparire nei gruppi dove gli utenti sono stati iscritti forzatamente." diff --git a/plugins/ForceGroup/locale/mk/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/mk/LC_MESSAGES/ForceGroup.po index 4a563350b9..ce5c557b91 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" diff --git a/plugins/ForceGroup/locale/nl/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/nl/LC_MESSAGES/ForceGroup.po index 0366458c0b..d78e191c60 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" diff --git a/plugins/ForceGroup/locale/pt/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/pt/LC_MESSAGES/ForceGroup.po index 0d928eeee1..bf43ebfe81 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" diff --git a/plugins/ForceGroup/locale/te/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/te/LC_MESSAGES/ForceGroup.po index ba109c8cb5..9c325708d1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:40+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: te\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" diff --git a/plugins/ForceGroup/locale/tl/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/tl/LC_MESSAGES/ForceGroup.po index eff2c96d41..4dd76d3b19 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" diff --git a/plugins/ForceGroup/locale/uk/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/uk/LC_MESSAGES/ForceGroup.po index 2d092f5308..452ed198c9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" diff --git a/plugins/GeoURL/locale/GeoURL.pot b/plugins/GeoURL/locale/GeoURL.pot index b08e242dd4..569b4c82a0 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 0c96d3b2ef..523e75ad88 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" diff --git a/plugins/GeoURL/locale/de/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/de/LC_MESSAGES/GeoURL.po index 2094423a32..41dc35425b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" diff --git a/plugins/GeoURL/locale/eo/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/eo/LC_MESSAGES/GeoURL.po index 17c953b03e..9b6263c9c2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:41+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eo\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" diff --git a/plugins/GeoURL/locale/es/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/es/LC_MESSAGES/GeoURL.po index 19ce4ec369..dcbedeff48 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" diff --git a/plugins/GeoURL/locale/eu/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/eu/LC_MESSAGES/GeoURL.po index 8e81a9ad69..bca2dd4446 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" diff --git a/plugins/GeoURL/locale/fi/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/fi/LC_MESSAGES/GeoURL.po index a93f9fa0bf..56ce4f5573 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" diff --git a/plugins/GeoURL/locale/fr/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/fr/LC_MESSAGES/GeoURL.po index 9d6358af67..ceba2c5390 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" diff --git a/plugins/GeoURL/locale/gl/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/gl/LC_MESSAGES/GeoURL.po index 21e489ca0d..4a97d6d112 100644 --- a/plugins/GeoURL/locale/gl/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/gl/LC_MESSAGES/GeoURL.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GeoURL to Galician (Galego) +# Translation of StatusNet - GeoURL to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" diff --git a/plugins/GeoURL/locale/he/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/he/LC_MESSAGES/GeoURL.po index 6578940aed..87a107bc47 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" diff --git a/plugins/GeoURL/locale/ia/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/ia/LC_MESSAGES/GeoURL.po index aad779d529..e3747c5b6b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" diff --git a/plugins/GeoURL/locale/id/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/id/LC_MESSAGES/GeoURL.po index cfe0d012c1..20f72c117c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" diff --git a/plugins/GeoURL/locale/it/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/it/LC_MESSAGES/GeoURL.po index 8970b43fa1..825802b48c 100644 --- a/plugins/GeoURL/locale/it/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/it/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:42+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/GeoURL/locale/mk/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/mk/LC_MESSAGES/GeoURL.po index 6039e365ab..0d4a72f6a7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" diff --git a/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po index 098d52a06f..f3652f8a3b 100644 --- a/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" diff --git a/plugins/GeoURL/locale/nl/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/nl/LC_MESSAGES/GeoURL.po index 20affe4793..58d121096c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" diff --git a/plugins/GeoURL/locale/pl/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/pl/LC_MESSAGES/GeoURL.po index e309a00c3c..e9e2b79775 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:43+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" diff --git a/plugins/GeoURL/locale/pt/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/pt/LC_MESSAGES/GeoURL.po index 3d880b1b27..67ba3422e1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" diff --git a/plugins/GeoURL/locale/ru/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/ru/LC_MESSAGES/GeoURL.po index ccf8efbb61..0c6ee0c09e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" diff --git a/plugins/GeoURL/locale/sv/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/sv/LC_MESSAGES/GeoURL.po index 2217246dec..c84f409f4e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" diff --git a/plugins/GeoURL/locale/tl/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/tl/LC_MESSAGES/GeoURL.po index 16d32619ba..d7ac8f0f23 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" diff --git a/plugins/GeoURL/locale/uk/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/uk/LC_MESSAGES/GeoURL.po index c0c81311ff..6e6f6e20d5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" diff --git a/plugins/Geonames/locale/Geonames.pot b/plugins/Geonames/locale/Geonames.pot index 902ef820b6..d05f2a1691 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 77ed192344..45ea245c70 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" diff --git a/plugins/Geonames/locale/de/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/de/LC_MESSAGES/Geonames.po index d77337a6c8..2a0d97ad98 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" diff --git a/plugins/Geonames/locale/es/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/es/LC_MESSAGES/Geonames.po index aaae5dce4d..cc75e4bb61 100644 --- a/plugins/Geonames/locale/es/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/es/LC_MESSAGES/Geonames.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" diff --git a/plugins/Geonames/locale/eu/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/eu/LC_MESSAGES/Geonames.po index 37125ec37f..170b35b7be 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:40+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" diff --git a/plugins/Geonames/locale/fi/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/fi/LC_MESSAGES/Geonames.po index a0fc6c85bc..a3aff184f0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" diff --git a/plugins/Geonames/locale/fr/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/fr/LC_MESSAGES/Geonames.po index 7e6b43fd77..3a7ac916bf 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" diff --git a/plugins/Geonames/locale/gl/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/gl/LC_MESSAGES/Geonames.po index e74e153db6..20a55ab5be 100644 --- a/plugins/Geonames/locale/gl/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/gl/LC_MESSAGES/Geonames.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Geonames to Galician (Galego) +# Translation of StatusNet - Geonames to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" diff --git a/plugins/Geonames/locale/ia/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/ia/LC_MESSAGES/Geonames.po index 3a1ffbc49c..1c276cdfc7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" diff --git a/plugins/Geonames/locale/it/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/it/LC_MESSAGES/Geonames.po index d13480a74b..4e9749e15a 100644 --- a/plugins/Geonames/locale/it/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/it/LC_MESSAGES/Geonames.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:41+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\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. diff --git a/plugins/Geonames/locale/mk/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/mk/LC_MESSAGES/Geonames.po index bf09209db3..d32c0337f5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" diff --git a/plugins/Geonames/locale/nl/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/nl/LC_MESSAGES/Geonames.po index 28037a7b8c..79852d81ad 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" diff --git a/plugins/Geonames/locale/sv/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/sv/LC_MESSAGES/Geonames.po index 2050c774bc..d655865e48 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" diff --git a/plugins/Geonames/locale/tl/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/tl/LC_MESSAGES/Geonames.po index 8294236fc7..4b89c3402d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" diff --git a/plugins/Geonames/locale/uk/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/uk/LC_MESSAGES/Geonames.po index 55c6cb69af..211182a029 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" diff --git a/plugins/GoogleAnalytics/locale/GoogleAnalytics.pot b/plugins/GoogleAnalytics/locale/GoogleAnalytics.pot index b611d9a9ad..bb44625a06 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 d0ecd4396c..c3a0f8ae60 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" diff --git a/plugins/GoogleAnalytics/locale/ca/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ca/LC_MESSAGES/GoogleAnalytics.po index 7cc909ab64..d02cd08447 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" diff --git a/plugins/GoogleAnalytics/locale/de/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/de/LC_MESSAGES/GoogleAnalytics.po index 4e925131ce..3a0db9c16e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" diff --git a/plugins/GoogleAnalytics/locale/es/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/es/LC_MESSAGES/GoogleAnalytics.po index 630f1bab2f..8c72d257fb 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" diff --git a/plugins/GoogleAnalytics/locale/eu/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/eu/LC_MESSAGES/GoogleAnalytics.po index d4105a1559..dfaedfc238 100644 --- a/plugins/GoogleAnalytics/locale/eu/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/eu/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:43+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/GoogleAnalytics/locale/fi/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/fi/LC_MESSAGES/GoogleAnalytics.po index 50d1165669..9397b90115 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" diff --git a/plugins/GoogleAnalytics/locale/fr/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/fr/LC_MESSAGES/GoogleAnalytics.po index aa43d3f07c..f92666aab6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" diff --git a/plugins/GoogleAnalytics/locale/gl/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/gl/LC_MESSAGES/GoogleAnalytics.po index 50f2fe9b73..5b757cd85a 100644 --- a/plugins/GoogleAnalytics/locale/gl/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/gl/LC_MESSAGES/GoogleAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GoogleAnalytics to Galician (Galego) +# Translation of StatusNet - GoogleAnalytics to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" diff --git a/plugins/GoogleAnalytics/locale/he/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/he/LC_MESSAGES/GoogleAnalytics.po index 415ba2bcdf..17dbf1d335 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" diff --git a/plugins/GoogleAnalytics/locale/ia/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ia/LC_MESSAGES/GoogleAnalytics.po index d32fadacf3..17cee1b41c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" diff --git a/plugins/GoogleAnalytics/locale/id/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/id/LC_MESSAGES/GoogleAnalytics.po index d60c01b16f..6c5ff8b716 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:44+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" diff --git a/plugins/GoogleAnalytics/locale/it/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/it/LC_MESSAGES/GoogleAnalytics.po index ff9f9f0c7e..51ec7c8fa2 100644 --- a/plugins/GoogleAnalytics/locale/it/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/it/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:44+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po index 0aaab28674..19608b1cd6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" diff --git a/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po index ef6fdcec06..bb6f74abcb 100644 --- a/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" diff --git a/plugins/GoogleAnalytics/locale/nl/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/nl/LC_MESSAGES/GoogleAnalytics.po index 4d0b082144..f8882f969c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" diff --git a/plugins/GoogleAnalytics/locale/pt/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/pt/LC_MESSAGES/GoogleAnalytics.po index 271e38071e..a74f110876 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" diff --git a/plugins/GoogleAnalytics/locale/pt_BR/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/pt_BR/LC_MESSAGES/GoogleAnalytics.po index d40ee16d63..77448e9e83 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:44+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" diff --git a/plugins/GoogleAnalytics/locale/ru/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ru/LC_MESSAGES/GoogleAnalytics.po index 037e56d975..33ab9fee6d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" diff --git a/plugins/GoogleAnalytics/locale/sv/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/sv/LC_MESSAGES/GoogleAnalytics.po index 5ce2d4de31..e10c49a56e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" diff --git a/plugins/GoogleAnalytics/locale/tl/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/tl/LC_MESSAGES/GoogleAnalytics.po index c4b2ed6b2d..bdbbcde9b1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" diff --git a/plugins/GoogleAnalytics/locale/uk/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/uk/LC_MESSAGES/GoogleAnalytics.po index 789ac9bf31..b2d3fe341f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" diff --git a/plugins/GoogleAnalytics/locale/zh_CN/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/zh_CN/LC_MESSAGES/GoogleAnalytics.po index bef51fcb60..abd5517dbc 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" diff --git a/plugins/Gravatar/locale/Gravatar.pot b/plugins/Gravatar/locale/Gravatar.pot index 658edc35eb..ac4cc73534 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 1ab2cfba91..7350a5698a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" diff --git a/plugins/Gravatar/locale/de/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/de/LC_MESSAGES/Gravatar.po index 1f128947ac..768219620f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" diff --git a/plugins/Gravatar/locale/es/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/es/LC_MESSAGES/Gravatar.po index 4ed65c939a..b7261d80a6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" diff --git a/plugins/Gravatar/locale/eu/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/eu/LC_MESSAGES/Gravatar.po index e1a828b0ce..b7f5ad939f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" diff --git a/plugins/Gravatar/locale/fr/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/fr/LC_MESSAGES/Gravatar.po index 32bf73f2a0..09296a71ac 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" diff --git a/plugins/Gravatar/locale/gl/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/gl/LC_MESSAGES/Gravatar.po index 02731bc62d..fe81d8dde7 100644 --- a/plugins/Gravatar/locale/gl/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/gl/LC_MESSAGES/Gravatar.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Gravatar to Galician (Galego) +# Translation of StatusNet - Gravatar to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" diff --git a/plugins/Gravatar/locale/he/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/he/LC_MESSAGES/Gravatar.po index 4cf5a0fa45..02c37f0abf 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" diff --git a/plugins/Gravatar/locale/ia/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/ia/LC_MESSAGES/Gravatar.po index d560bf9bf3..913d7e0d88 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" diff --git a/plugins/Gravatar/locale/it/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/it/LC_MESSAGES/Gravatar.po index eb803492dd..d4537a4090 100644 --- a/plugins/Gravatar/locale/it/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/it/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:45+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin decsription. diff --git a/plugins/Gravatar/locale/mk/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/mk/LC_MESSAGES/Gravatar.po index 8446de1df0..ca9abb1c15 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" diff --git a/plugins/Gravatar/locale/nl/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/nl/LC_MESSAGES/Gravatar.po index 12048c46bd..b999f6f12d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" diff --git a/plugins/Gravatar/locale/pl/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/pl/LC_MESSAGES/Gravatar.po index d9f02eea18..fbdbd1501e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" diff --git a/plugins/Gravatar/locale/pt/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/pt/LC_MESSAGES/Gravatar.po index 80de9d9e98..de53cb1cba 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" diff --git a/plugins/Gravatar/locale/sv/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/sv/LC_MESSAGES/Gravatar.po index 1bcdc12930..fcc37d95af 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:46+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" diff --git a/plugins/Gravatar/locale/tl/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/tl/LC_MESSAGES/Gravatar.po index 31678c52cf..13a070976b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" diff --git a/plugins/Gravatar/locale/uk/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/uk/LC_MESSAGES/Gravatar.po index a6c2b70cc9..fa011a870e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" diff --git a/plugins/Gravatar/locale/zh_CN/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/zh_CN/LC_MESSAGES/Gravatar.po index 238907696b..4236dec409 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" diff --git a/plugins/GroupFavorited/locale/GroupFavorited.pot b/plugins/GroupFavorited/locale/GroupFavorited.pot index 6946d31533..7249a93559 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 49dc4ade82..946de0a439 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:46+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" diff --git a/plugins/GroupFavorited/locale/br/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/br/LC_MESSAGES/GroupFavorited.po index 61430ec2f5..177f5808bd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" diff --git a/plugins/GroupFavorited/locale/ca/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/ca/LC_MESSAGES/GroupFavorited.po index 10e3502d4b..ddb8b1227d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" diff --git a/plugins/GroupFavorited/locale/de/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/de/LC_MESSAGES/GroupFavorited.po index eb9fb2deca..f2793b3411 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" diff --git a/plugins/GroupFavorited/locale/es/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/es/LC_MESSAGES/GroupFavorited.po index ad5e8ad991..b1c67cb233 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" diff --git a/plugins/GroupFavorited/locale/eu/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/eu/LC_MESSAGES/GroupFavorited.po index 9491523584..2081095c87 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" diff --git a/plugins/GroupFavorited/locale/fr/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/fr/LC_MESSAGES/GroupFavorited.po index 178cce75c9..5afa9ede9d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" diff --git a/plugins/GroupFavorited/locale/gl/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/gl/LC_MESSAGES/GroupFavorited.po index 1cf314bd6a..e830ef1c28 100644 --- a/plugins/GroupFavorited/locale/gl/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/gl/LC_MESSAGES/GroupFavorited.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GroupFavorited to Galician (Galego) +# Translation of StatusNet - GroupFavorited to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" diff --git a/plugins/GroupFavorited/locale/ia/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/ia/LC_MESSAGES/GroupFavorited.po index 5dfcf2b59f..e71711dcc1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" diff --git a/plugins/GroupFavorited/locale/it/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/it/LC_MESSAGES/GroupFavorited.po index c91d69d5ce..f2864edf62 100644 --- a/plugins/GroupFavorited/locale/it/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/it/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:47+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Menu item in the group navigation page. diff --git a/plugins/GroupFavorited/locale/mk/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/mk/LC_MESSAGES/GroupFavorited.po index 241652ce1e..4cf74c2031 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" diff --git a/plugins/GroupFavorited/locale/nl/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/nl/LC_MESSAGES/GroupFavorited.po index 7457bbf225..a5f9647c26 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" diff --git a/plugins/GroupFavorited/locale/ru/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/ru/LC_MESSAGES/GroupFavorited.po index 4bd7d101eb..cd1e236119 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" diff --git a/plugins/GroupFavorited/locale/te/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/te/LC_MESSAGES/GroupFavorited.po index 3701122f20..0830604acd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:47+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: te\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" diff --git a/plugins/GroupFavorited/locale/tl/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/tl/LC_MESSAGES/GroupFavorited.po index b657d5f2d6..aa1163bd50 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" diff --git a/plugins/GroupFavorited/locale/uk/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/uk/LC_MESSAGES/GroupFavorited.po index c22071c755..c3710a5216 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:17+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" diff --git a/plugins/GroupPrivateMessage/locale/GroupPrivateMessage.pot b/plugins/GroupPrivateMessage/locale/GroupPrivateMessage.pot index 19d8f17b04..406f727405 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 262cedbf6d..408fedef72 100644 --- a/plugins/GroupPrivateMessage/locale/ar/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/ar/LC_MESSAGES/GroupPrivateMessage.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" diff --git a/plugins/GroupPrivateMessage/locale/ca/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/ca/LC_MESSAGES/GroupPrivateMessage.po index 40a41f875e..0a3951205a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" diff --git a/plugins/GroupPrivateMessage/locale/de/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/de/LC_MESSAGES/GroupPrivateMessage.po index 859ec25494..f28422c0ea 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" diff --git a/plugins/GroupPrivateMessage/locale/es/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/es/LC_MESSAGES/GroupPrivateMessage.po index 5be680f66c..10d8a712de 100644 --- a/plugins/GroupPrivateMessage/locale/es/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/es/LC_MESSAGES/GroupPrivateMessage.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:48+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\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. diff --git a/plugins/GroupPrivateMessage/locale/eu/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/eu/LC_MESSAGES/GroupPrivateMessage.po index 7b3dcd043f..5ad6afcbab 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" diff --git a/plugins/GroupPrivateMessage/locale/fr/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/fr/LC_MESSAGES/GroupPrivateMessage.po index 4803dfcd0b..b9e167c605 100644 --- a/plugins/GroupPrivateMessage/locale/fr/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/fr/LC_MESSAGES/GroupPrivateMessage.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" diff --git a/plugins/GroupPrivateMessage/locale/gl/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/gl/LC_MESSAGES/GroupPrivateMessage.po index 3f1108da8e..7e2bfbcfd0 100644 --- a/plugins/GroupPrivateMessage/locale/gl/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/gl/LC_MESSAGES/GroupPrivateMessage.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GroupPrivateMessage to Galician (Galego) +# Translation of StatusNet - GroupPrivateMessage to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" diff --git a/plugins/GroupPrivateMessage/locale/ia/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/ia/LC_MESSAGES/GroupPrivateMessage.po index 2327917df9..cee544b056 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" diff --git a/plugins/GroupPrivateMessage/locale/it/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/it/LC_MESSAGES/GroupPrivateMessage.po index 254dd93b3f..a35aeb4e49 100644 --- a/plugins/GroupPrivateMessage/locale/it/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/it/LC_MESSAGES/GroupPrivateMessage.po @@ -1,6 +1,7 @@ # Translation of StatusNet - GroupPrivateMessage to Italian (italiano) # Exported from translatewiki.net # +# Author: GreenFox # Author: Od1n # Author: Ximo17 # -- @@ -10,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:49+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\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. @@ -151,7 +152,7 @@ msgstr "Messaggio" #. TRANS: Client exception thrown when a private group message has to be forced. msgid "Forced notice to private group message." -msgstr "" +msgstr "Comunicazione obbligatoria per un messaggio di un gruppo privato." #. TRANS: Indicator on the group page that the group is (essentially) private. msgid "Private" diff --git a/plugins/GroupPrivateMessage/locale/mk/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/mk/LC_MESSAGES/GroupPrivateMessage.po index 9cf4eb69a6..6fd947ad22 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" diff --git a/plugins/GroupPrivateMessage/locale/nl/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/nl/LC_MESSAGES/GroupPrivateMessage.po index bdb8c4c636..3cb7da6960 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" diff --git a/plugins/GroupPrivateMessage/locale/sv/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/sv/LC_MESSAGES/GroupPrivateMessage.po index 664bfa2df0..d96706c7ee 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" diff --git a/plugins/GroupPrivateMessage/locale/tl/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/tl/LC_MESSAGES/GroupPrivateMessage.po index b5c349824a..c8f209f0e7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" diff --git a/plugins/GroupPrivateMessage/locale/uk/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/uk/LC_MESSAGES/GroupPrivateMessage.po index bc29650e47..b99a26b42d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" diff --git a/plugins/Imap/locale/Imap.pot b/plugins/Imap/locale/Imap.pot index 5df6fffb44..53af9d69f0 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 512a53ebb2..c619284a45 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-imap\n" diff --git a/plugins/Imap/locale/ca/LC_MESSAGES/Imap.po b/plugins/Imap/locale/ca/LC_MESSAGES/Imap.po index 360077cc18..ea5d7c9b4b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-imap\n" diff --git a/plugins/Imap/locale/de/LC_MESSAGES/Imap.po b/plugins/Imap/locale/de/LC_MESSAGES/Imap.po index b37bff26b6..738bd7fb72 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-imap\n" diff --git a/plugins/Imap/locale/es/LC_MESSAGES/Imap.po b/plugins/Imap/locale/es/LC_MESSAGES/Imap.po index 0e4fea3a5e..3f5b48a691 100644 --- a/plugins/Imap/locale/es/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/es/LC_MESSAGES/Imap.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:50+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: E-mail subject in case of an error. diff --git a/plugins/Imap/locale/eu/LC_MESSAGES/Imap.po b/plugins/Imap/locale/eu/LC_MESSAGES/Imap.po index fbe4d9b526..a181330439 100644 --- a/plugins/Imap/locale/eu/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/eu/LC_MESSAGES/Imap.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-imap\n" diff --git a/plugins/Imap/locale/fr/LC_MESSAGES/Imap.po b/plugins/Imap/locale/fr/LC_MESSAGES/Imap.po index 4f6e0f4d6c..1ea0e0182c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-imap\n" diff --git a/plugins/Imap/locale/gl/LC_MESSAGES/Imap.po b/plugins/Imap/locale/gl/LC_MESSAGES/Imap.po index 5a4745fb44..dcf95526f5 100644 --- a/plugins/Imap/locale/gl/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/gl/LC_MESSAGES/Imap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Imap to Galician (Galego) +# Translation of StatusNet - Imap to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-imap\n" diff --git a/plugins/Imap/locale/ia/LC_MESSAGES/Imap.po b/plugins/Imap/locale/ia/LC_MESSAGES/Imap.po index 678108bfb9..3a0d8a7a6d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-imap\n" diff --git a/plugins/Imap/locale/it/LC_MESSAGES/Imap.po b/plugins/Imap/locale/it/LC_MESSAGES/Imap.po index 1c78bd9970..749e9a04d1 100644 --- a/plugins/Imap/locale/it/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/it/LC_MESSAGES/Imap.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:50+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: E-mail subject in case of an error. diff --git a/plugins/Imap/locale/mk/LC_MESSAGES/Imap.po b/plugins/Imap/locale/mk/LC_MESSAGES/Imap.po index 979b0c00e7..e351026615 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-imap\n" diff --git a/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po b/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po index b7c3af418c..5b2aaaea55 100644 --- a/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-imap\n" diff --git a/plugins/Imap/locale/nl/LC_MESSAGES/Imap.po b/plugins/Imap/locale/nl/LC_MESSAGES/Imap.po index 217a10e69d..2c02aecff2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-imap\n" diff --git a/plugins/Imap/locale/ru/LC_MESSAGES/Imap.po b/plugins/Imap/locale/ru/LC_MESSAGES/Imap.po index aac40baf72..71303e5680 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-imap\n" diff --git a/plugins/Imap/locale/sv/LC_MESSAGES/Imap.po b/plugins/Imap/locale/sv/LC_MESSAGES/Imap.po index 53e110ebd3..a1c2e10e43 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-imap\n" diff --git a/plugins/Imap/locale/tl/LC_MESSAGES/Imap.po b/plugins/Imap/locale/tl/LC_MESSAGES/Imap.po index 286334777b..aaadc837c9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-imap\n" diff --git a/plugins/Imap/locale/uk/LC_MESSAGES/Imap.po b/plugins/Imap/locale/uk/LC_MESSAGES/Imap.po index c898d3adc7..ad83f8331e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-imap\n" diff --git a/plugins/Imap/locale/zh_CN/LC_MESSAGES/Imap.po b/plugins/Imap/locale/zh_CN/LC_MESSAGES/Imap.po index 9723b392de..0afd206a13 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-imap\n" diff --git a/plugins/InProcessCache/locale/InProcessCache.pot b/plugins/InProcessCache/locale/InProcessCache.pot index c1a60cfb59..58dc4d9910 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 f8e97cd6ad..407215bb94 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:22+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" diff --git a/plugins/InProcessCache/locale/es/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/es/LC_MESSAGES/InProcessCache.po index cebcead93f..7904a31162 100644 --- a/plugins/InProcessCache/locale/es/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/es/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:53+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin dscription. diff --git a/plugins/InProcessCache/locale/eu/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/eu/LC_MESSAGES/InProcessCache.po index 18f9ed3f20..d16be7444a 100644 --- a/plugins/InProcessCache/locale/eu/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/eu/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:53+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin dscription. diff --git a/plugins/InProcessCache/locale/fr/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/fr/LC_MESSAGES/InProcessCache.po index 70a0439815..677e62c30c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:22+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" diff --git a/plugins/InProcessCache/locale/gl/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/gl/LC_MESSAGES/InProcessCache.po index 5b91751afc..6f79f8b1d3 100644 --- a/plugins/InProcessCache/locale/gl/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/gl/LC_MESSAGES/InProcessCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InProcessCache to Galician (Galego) +# Translation of StatusNet - InProcessCache to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:22+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" diff --git a/plugins/InProcessCache/locale/he/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/he/LC_MESSAGES/InProcessCache.po index 4f5c3c23a2..1959ae6ac1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:53+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" diff --git a/plugins/InProcessCache/locale/ia/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/ia/LC_MESSAGES/InProcessCache.po index 4ab4dbc0bd..3e968a72ee 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:22+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" diff --git a/plugins/InProcessCache/locale/it/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/it/LC_MESSAGES/InProcessCache.po new file mode 100644 index 0000000000..5225425a04 --- /dev/null +++ b/plugins/InProcessCache/locale/it/LC_MESSAGES/InProcessCache.po @@ -0,0 +1,23 @@ +# Translation of StatusNet - InProcessCache to Italian (italiano) +# Exported from translatewiki.net +# +# Author: Ximo17 +# -- +# 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-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:53+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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin dscription. +msgid "Additional in-process cache for plugins." +msgstr "Ulteriore cache in-process per i plugin." diff --git a/plugins/InProcessCache/locale/mk/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/mk/LC_MESSAGES/InProcessCache.po index 8b0a6738e4..0fc0aee5ac 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:22+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" diff --git a/plugins/InProcessCache/locale/nl/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/nl/LC_MESSAGES/InProcessCache.po index e1a1068d45..3c66a75930 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:22+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" diff --git a/plugins/InProcessCache/locale/pt/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/pt/LC_MESSAGES/InProcessCache.po index 4850a0e719..128e6f4a6e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:53+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" diff --git a/plugins/InProcessCache/locale/ru/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/ru/LC_MESSAGES/InProcessCache.po index ea169a5f91..2570e9ce41 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:22+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" diff --git a/plugins/InProcessCache/locale/tl/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/tl/LC_MESSAGES/InProcessCache.po index ae7ddc3929..81a8d2de4c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:22+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" diff --git a/plugins/InProcessCache/locale/uk/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/uk/LC_MESSAGES/InProcessCache.po index b7b6727597..424eb9d2bc 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:22+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" diff --git a/plugins/InProcessCache/locale/zh_CN/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/zh_CN/LC_MESSAGES/InProcessCache.po index 5ad1ad6ff8..29b2e9149d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:22+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" diff --git a/plugins/InfiniteScroll/locale/InfiniteScroll.pot b/plugins/InfiniteScroll/locale/InfiniteScroll.pot index 37d64cb4c7..64cdc9f958 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 b40005569c..09a0208e1d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" diff --git a/plugins/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po index 8fecdd850b..46eb668262 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" diff --git a/plugins/InfiniteScroll/locale/eu/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/eu/LC_MESSAGES/InfiniteScroll.po index b20f91c0f2..150988d030 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:51+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" diff --git a/plugins/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po index cad8f768f6..5c6f05eb02 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" diff --git a/plugins/InfiniteScroll/locale/gl/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/gl/LC_MESSAGES/InfiniteScroll.po index 2f1cdb0402..f25573b926 100644 --- a/plugins/InfiniteScroll/locale/gl/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/gl/LC_MESSAGES/InfiniteScroll.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InfiniteScroll to Galician (Galego) +# Translation of StatusNet - InfiniteScroll to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" diff --git a/plugins/InfiniteScroll/locale/he/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/he/LC_MESSAGES/InfiniteScroll.po index 5ab2f5a587..8785b4b9dd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" diff --git a/plugins/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po index d768df697c..b3bc7500f9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" diff --git a/plugins/InfiniteScroll/locale/id/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/id/LC_MESSAGES/InfiniteScroll.po index fd8236e554..796785c628 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:51+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" diff --git a/plugins/InfiniteScroll/locale/it/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/it/LC_MESSAGES/InfiniteScroll.po new file mode 100644 index 0000000000..d0347fb0c4 --- /dev/null +++ b/plugins/InfiniteScroll/locale/it/LC_MESSAGES/InfiniteScroll.po @@ -0,0 +1,33 @@ +# Translation of StatusNet - InfiniteScroll to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - InfiniteScroll\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:52+0000\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-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin dscription. +msgid "" +"Infinite Scroll adds the following functionality to your StatusNet " +"installation: When a user scrolls towards the bottom of the page, the next " +"page of notices is automatically retrieved and appended. This means they " +"never need to click \"Next Page\", which dramatically increases stickiness." +msgstr "" +"InfiniteScroll aggiunge le seguenti funzionalità alla vostra installazione " +"di StatusNet: quando un utente scorre verso il fondo della pagina, la pagina " +"delle comunicazioni seguenti è automaticamente recuperata e messa di " +"seguito. Questo significa che gli utenti non necessitano di cliccare su " +"\"Pagina seguente\", che aumenta considerevolmente la concentrazione " +"dell'utilizzatore" diff --git a/plugins/InfiniteScroll/locale/ja/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/ja/LC_MESSAGES/InfiniteScroll.po index ccd0ce8b04..0fbd2be483 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" diff --git a/plugins/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po index fec7512f45..ad627e7cf3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" diff --git a/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po index 0a6794afbd..efa2ca6b6b 100644 --- a/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" diff --git a/plugins/InfiniteScroll/locale/nl/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/nl/LC_MESSAGES/InfiniteScroll.po index b305e88381..bd62ebaa35 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" diff --git a/plugins/InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po index 14f21c846a..e898c542d3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:52+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" diff --git a/plugins/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po index 5e715bacef..380e292737 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" diff --git a/plugins/InfiniteScroll/locale/tl/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/tl/LC_MESSAGES/InfiniteScroll.po index 9dd655e71c..82b4ce143c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" diff --git a/plugins/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po index 1b40f6521e..4790234423 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" diff --git a/plugins/InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po index 5f1a82fff0..34d8e581c0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:21+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" diff --git a/plugins/Irc/locale/Irc.pot b/plugins/Irc/locale/Irc.pot index 8f645277cf..5a4abaea28 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 dd14eda4d3..70819f3d28 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-irc\n" diff --git a/plugins/Irc/locale/de/LC_MESSAGES/Irc.po b/plugins/Irc/locale/de/LC_MESSAGES/Irc.po index 9252e67982..1ed8c11ea6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-irc\n" diff --git a/plugins/Irc/locale/es/LC_MESSAGES/Irc.po b/plugins/Irc/locale/es/LC_MESSAGES/Irc.po index 001646524b..d05279f2d1 100644 --- a/plugins/Irc/locale/es/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/es/LC_MESSAGES/Irc.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:54+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Service name for IRC. diff --git a/plugins/Irc/locale/eu/LC_MESSAGES/Irc.po b/plugins/Irc/locale/eu/LC_MESSAGES/Irc.po index 3eae77b4c2..84e9a790d9 100644 --- a/plugins/Irc/locale/eu/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/eu/LC_MESSAGES/Irc.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:54+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Service name for IRC. diff --git a/plugins/Irc/locale/fr/LC_MESSAGES/Irc.po b/plugins/Irc/locale/fr/LC_MESSAGES/Irc.po index f0e8125f9b..39971df856 100644 --- a/plugins/Irc/locale/fr/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/fr/LC_MESSAGES/Irc.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-irc\n" diff --git a/plugins/Irc/locale/gl/LC_MESSAGES/Irc.po b/plugins/Irc/locale/gl/LC_MESSAGES/Irc.po index 81e56bf0f1..b160215150 100644 --- a/plugins/Irc/locale/gl/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/gl/LC_MESSAGES/Irc.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Irc to Galician (Galego) +# Translation of StatusNet - Irc to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-irc\n" diff --git a/plugins/Irc/locale/ia/LC_MESSAGES/Irc.po b/plugins/Irc/locale/ia/LC_MESSAGES/Irc.po index 674756c83e..2e4de9dbaa 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-irc\n" diff --git a/plugins/Irc/locale/it/LC_MESSAGES/Irc.po b/plugins/Irc/locale/it/LC_MESSAGES/Irc.po new file mode 100644 index 0000000000..2f04a1538e --- /dev/null +++ b/plugins/Irc/locale/it/LC_MESSAGES/Irc.po @@ -0,0 +1,85 @@ +# Translation of StatusNet - Irc to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# Author: Ximo17 +# -- +# 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-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:55+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 (233fc08); Translate 2012-06-21\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'utente \"%1$s\" su %2$s ha detto che il tuo nome visualizzato %3$s gli " +"appartiene. Se è vero, puoi confermare cliccando su questa URL: %4$s . (Se " +"non riesci a cliccare, copia e incolla la URL nella barra degli indirizzi " +"del tuo browser). Se quest'utente non sei tu, o se non hai richiesto tu " +"questa conferma, ignora semplicemente questo messaggio." + +#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration. +msgid "You must specify a host." +msgstr "È necessario specificare un host." + +#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration. +msgid "You must specify a username." +msgstr "È necessario specificare un nome utente." + +#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration. +msgid "You must specify a \"real name\"." +msgstr "È necessario specificare un \"nome reale\"." + +#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration. +msgid "You must specify a nickname." +msgstr "È necessario specificare un nickname." + +#. TRANS: Plugin description. +msgid "" +"The IRC plugin allows users to send and receive notices over an IRC network." +msgstr "" +"Il plugin per IRC consente agli utenti di inviare e ricevere le notizie " +"tramite la rete 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 "Impossibile incrementare il conteggio dei tentativi per %d." + +#. TRANS: Message given when using an unregistered IRC nickname. +msgid "Your nickname is not registered so IRC connectivity cannot be enabled." +msgstr "" +"Il tuo nickname non è registrato di conseguenza la connettività IRC non " +"potrà essere attivata." + +#. TRANS: Server error thrown on database error when deleting IRC nickname confirmation. +msgid "Could not delete confirmation." +msgstr "Impossibile eliminare la conferma." + +#. 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 "" +"Errore nel database nell'inserimento dell'oggetto della coda d'attesa su IRC." diff --git a/plugins/Irc/locale/ja/LC_MESSAGES/Irc.po b/plugins/Irc/locale/ja/LC_MESSAGES/Irc.po index 9a2ff2f7b0..643790039d 100644 --- a/plugins/Irc/locale/ja/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/ja/LC_MESSAGES/Irc.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:55+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=1; plural=0;\n" #. TRANS: Service name for IRC. diff --git a/plugins/Irc/locale/mk/LC_MESSAGES/Irc.po b/plugins/Irc/locale/mk/LC_MESSAGES/Irc.po index 7a247c7517..8aa8bedcf8 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-irc\n" diff --git a/plugins/Irc/locale/nl/LC_MESSAGES/Irc.po b/plugins/Irc/locale/nl/LC_MESSAGES/Irc.po index 52d5b9593c..8736972e32 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-irc\n" diff --git a/plugins/Irc/locale/sv/LC_MESSAGES/Irc.po b/plugins/Irc/locale/sv/LC_MESSAGES/Irc.po index 8eddc126e8..1d47845d92 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-irc\n" diff --git a/plugins/Irc/locale/tl/LC_MESSAGES/Irc.po b/plugins/Irc/locale/tl/LC_MESSAGES/Irc.po index 3f5009c37a..45a8208d01 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-irc\n" diff --git a/plugins/Irc/locale/tr/LC_MESSAGES/Irc.po b/plugins/Irc/locale/tr/LC_MESSAGES/Irc.po index 3e00088ee4..9b9026cb54 100644 --- a/plugins/Irc/locale/tr/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/tr/LC_MESSAGES/Irc.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tr\n" "X-Message-Group: #out-statusnet-plugin-irc\n" diff --git a/plugins/Irc/locale/uk/LC_MESSAGES/Irc.po b/plugins/Irc/locale/uk/LC_MESSAGES/Irc.po index ec54d1af50..77f19689b7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-irc\n" diff --git a/plugins/LdapAuthentication/locale/LdapAuthentication.pot b/plugins/LdapAuthentication/locale/LdapAuthentication.pot index 22001b2fa8..1e528233ee 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 92e226721c..9934cd5e24 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11: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-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-ldapauthentication\n" diff --git a/plugins/LdapAuthentication/locale/es/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/es/LC_MESSAGES/LdapAuthentication.po index 6c19a7969c..298bf3c836 100644 --- a/plugins/LdapAuthentication/locale/es/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/es/LC_MESSAGES/LdapAuthentication.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11: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-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-ldapauthentication\n" diff --git a/plugins/LdapAuthentication/locale/eu/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/eu/LC_MESSAGES/LdapAuthentication.po index e9178a2f3d..1916992cc5 100644 --- a/plugins/LdapAuthentication/locale/eu/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/eu/LC_MESSAGES/LdapAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:56+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Exception thrown when initialising the LDAP Auth plugin fails because of an incorrect configuration. diff --git a/plugins/LdapAuthentication/locale/fr/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/fr/LC_MESSAGES/LdapAuthentication.po index b6b05c8671..14cb80a949 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-ldapauthentication\n" diff --git a/plugins/LdapAuthentication/locale/gl/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/gl/LC_MESSAGES/LdapAuthentication.po index 6d246a4a04..2e3f09b2f2 100644 --- a/plugins/LdapAuthentication/locale/gl/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/gl/LC_MESSAGES/LdapAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapAuthentication to Galician (Galego) +# Translation of StatusNet - LdapAuthentication to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11: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-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-ldapauthentication\n" diff --git a/plugins/LdapAuthentication/locale/ia/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/ia/LC_MESSAGES/LdapAuthentication.po index 20d863843e..5bc566c680 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11: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-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-ldapauthentication\n" diff --git a/plugins/LdapAuthentication/locale/it/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/it/LC_MESSAGES/LdapAuthentication.po new file mode 100644 index 0000000000..43fb2b4925 --- /dev/null +++ b/plugins/LdapAuthentication/locale/it/LC_MESSAGES/LdapAuthentication.po @@ -0,0 +1,45 @@ +# Translation of StatusNet - LdapAuthentication to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# Author: Ximo17 +# -- +# 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: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:56+0000\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-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\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 "Dovete specificare l'attributo soprannome" + +#. 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 è definito, anche l'attributo password e " +"password_encoding deve essere specificato." + +#. TRANS: Instructions for LDAP authentication. +msgid "Do you have an LDAP account? Use your standard username and password." +msgstr "" +"Hai un account LDAP? Utilizza il tuo username standard e la tua password." + +#. TRANS: Plugin description. +msgid "" +"The LDAP Authentication plugin allows for StatusNet to handle authentication " +"through LDAP." +msgstr "" +"L'estensione LDAP Authentication permette a StatusNet di gestire " +"l'autenticazione attraverso LDAP." diff --git a/plugins/LdapAuthentication/locale/mk/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/mk/LC_MESSAGES/LdapAuthentication.po index a0974cfa87..3e4a601b3d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-ldapauthentication\n" diff --git a/plugins/LdapAuthentication/locale/nl/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/nl/LC_MESSAGES/LdapAuthentication.po index daadc501df..e2e42bd761 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-ldapauthentication\n" diff --git a/plugins/LdapAuthentication/locale/tl/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/tl/LC_MESSAGES/LdapAuthentication.po index 63cd9b4aa3..d321411381 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11: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-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-ldapauthentication\n" diff --git a/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po index 5803ca5560..483532b675 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11: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-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-ldapauthentication\n" diff --git a/plugins/LdapAuthorization/locale/LdapAuthorization.pot b/plugins/LdapAuthorization/locale/LdapAuthorization.pot index ae8cfc7d85..ccb6a8bf72 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 c3a151c8dc..3991455daf 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:25+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-ldapauthorization\n" diff --git a/plugins/LdapAuthorization/locale/es/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/es/LC_MESSAGES/LdapAuthorization.po index c4828e3f34..dd241602a5 100644 --- a/plugins/LdapAuthorization/locale/es/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/es/LC_MESSAGES/LdapAuthorization.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:25+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-ldapauthorization\n" diff --git a/plugins/LdapAuthorization/locale/eu/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/eu/LC_MESSAGES/LdapAuthorization.po index af0fd75a08..6711fb2d7c 100644 --- a/plugins/LdapAuthorization/locale/eu/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/eu/LC_MESSAGES/LdapAuthorization.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:57+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Exception thrown when initialising the LDAP Auth plugin fails because of an incorrect configuration. diff --git a/plugins/LdapAuthorization/locale/fr/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/fr/LC_MESSAGES/LdapAuthorization.po index 2394f08b57..aecb4fc125 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:25+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-ldapauthorization\n" diff --git a/plugins/LdapAuthorization/locale/gl/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/gl/LC_MESSAGES/LdapAuthorization.po index 289279eafd..aa0bfb3cb5 100644 --- a/plugins/LdapAuthorization/locale/gl/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/gl/LC_MESSAGES/LdapAuthorization.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapAuthorization to Galician (Galego) +# Translation of StatusNet - LdapAuthorization to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:25+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-ldapauthorization\n" diff --git a/plugins/LdapAuthorization/locale/ia/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/ia/LC_MESSAGES/LdapAuthorization.po index 65c91a8e4a..4976ee65e0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:25+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-ldapauthorization\n" diff --git a/plugins/LdapAuthorization/locale/it/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/it/LC_MESSAGES/LdapAuthorization.po new file mode 100644 index 0000000000..f381e9ee86 --- /dev/null +++ b/plugins/LdapAuthorization/locale/it/LC_MESSAGES/LdapAuthorization.po @@ -0,0 +1,39 @@ +# Translation of StatusNet - LdapAuthorization to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# -- +# 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: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:57+0000\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-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\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 "" +"provider_name deve essere definito. Utilizzate l'attributo provider_name " +"proveniente dall'estensione LDAP Authentication" + +#. TRANS: Exception thrown when initialising the LDAP Auth plugin fails because of an incorrect configuration. +msgid "uniqueMember_attribute must be set." +msgstr "uniqueMember_attribute deve essere definito." + +#. TRANS: Plugin description. +msgid "" +"The LDAP Authorization plugin allows for StatusNet to handle authorization " +"through LDAP." +msgstr "" +"L'estensione LDAP Authentication permette a StatusNet di gestire " +"l'autenticazione attraverso LDAP." diff --git a/plugins/LdapAuthorization/locale/mk/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/mk/LC_MESSAGES/LdapAuthorization.po index 327a3ab151..6445264102 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11: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-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-ldapauthorization\n" diff --git a/plugins/LdapAuthorization/locale/nl/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/nl/LC_MESSAGES/LdapAuthorization.po index 8baff7cdc6..807b794743 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:25+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-ldapauthorization\n" diff --git a/plugins/LdapAuthorization/locale/tl/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/tl/LC_MESSAGES/LdapAuthorization.po index 6aa76254a2..dd008af8da 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:25+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-ldapauthorization\n" diff --git a/plugins/LdapAuthorization/locale/uk/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/uk/LC_MESSAGES/LdapAuthorization.po index 78eef32ae3..68a2553e87 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:25+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-ldapauthorization\n" diff --git a/plugins/LdapCommon/locale/LdapCommon.pot b/plugins/LdapCommon/locale/LdapCommon.pot index d5b2491bb8..a658f43e09 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 6d543e78fa..30b87f7270 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-ldapcommon\n" diff --git a/plugins/LdapCommon/locale/de/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/de/LC_MESSAGES/LdapCommon.po index 87be513f94..b7d9abc20f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-ldapcommon\n" diff --git a/plugins/LdapCommon/locale/es/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/es/LC_MESSAGES/LdapCommon.po index 14c0b46434..50219adc48 100644 --- a/plugins/LdapCommon/locale/es/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/es/LC_MESSAGES/LdapCommon.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:58+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration. diff --git a/plugins/LdapCommon/locale/eu/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/eu/LC_MESSAGES/LdapCommon.po index 8dcfe81e9f..e4eed33b4d 100644 --- a/plugins/LdapCommon/locale/eu/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/eu/LC_MESSAGES/LdapCommon.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:58+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration. diff --git a/plugins/LdapCommon/locale/fr/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/fr/LC_MESSAGES/LdapCommon.po index 54017d9b4c..21c7408294 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-ldapcommon\n" diff --git a/plugins/LdapCommon/locale/gl/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/gl/LC_MESSAGES/LdapCommon.po index 6775cf972b..4c7fea46fb 100644 --- a/plugins/LdapCommon/locale/gl/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/gl/LC_MESSAGES/LdapCommon.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapCommon to Galician (Galego) +# Translation of StatusNet - LdapCommon to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-ldapcommon\n" diff --git a/plugins/LdapCommon/locale/ia/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/ia/LC_MESSAGES/LdapCommon.po index 563ee7bf0a..c877577c0d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-ldapcommon\n" diff --git a/plugins/LdapCommon/locale/it/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/it/LC_MESSAGES/LdapCommon.po new file mode 100644 index 0000000000..645bee999f --- /dev/null +++ b/plugins/LdapCommon/locale/it/LC_MESSAGES/LdapCommon.po @@ -0,0 +1,43 @@ +# Translation of StatusNet - LdapCommon to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# -- +# 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-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:58+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 (233fc08); Translate 2012-06-21\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 "Un host deve essere specificato." + +#. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration. +msgid "\"basedn\" must be specified." +msgstr "\"basedn\" deve essere specificato." + +#. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration. +msgid "The username attribute must be set." +msgstr "L'attributo \"username\" deve essere impostato." + +#. 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 "Impossibile connettersi al server 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 "Impossibile connettersi al server LDAP: %s" diff --git a/plugins/LdapCommon/locale/mk/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/mk/LC_MESSAGES/LdapCommon.po index 02c45e0744..d223446dea 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-ldapcommon\n" diff --git a/plugins/LdapCommon/locale/nl/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/nl/LC_MESSAGES/LdapCommon.po index 3e4ccc291f..c601222a0e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-ldapcommon\n" diff --git a/plugins/LdapCommon/locale/tl/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/tl/LC_MESSAGES/LdapCommon.po index 77b39e56e2..2a1c57aa29 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-ldapcommon\n" diff --git a/plugins/LdapCommon/locale/uk/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/uk/LC_MESSAGES/LdapCommon.po index a34f9b28e5..6a4a90dec7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-ldapcommon\n" diff --git a/plugins/LilUrl/locale/LilUrl.pot b/plugins/LilUrl/locale/LilUrl.pot index 31cafad20b..f03883e550 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 1c66194808..6d10be2b72 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" diff --git a/plugins/LilUrl/locale/de/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/de/LC_MESSAGES/LilUrl.po index 32e8b72a41..30bf3af527 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" diff --git a/plugins/LilUrl/locale/es/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/es/LC_MESSAGES/LilUrl.po index 000f47afe5..0551608423 100644 --- a/plugins/LilUrl/locale/es/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/es/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08:59+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Exception thrown when URL shortening plugin was configured incorrectly. diff --git a/plugins/LilUrl/locale/eu/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/eu/LC_MESSAGES/LilUrl.po index b86833e85e..306b82dd97 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" diff --git a/plugins/LilUrl/locale/fr/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/fr/LC_MESSAGES/LilUrl.po index 52837c1302..63a54ce75d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" diff --git a/plugins/LilUrl/locale/gl/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/gl/LC_MESSAGES/LilUrl.po index 4ad86fdf88..8beb37f61d 100644 --- a/plugins/LilUrl/locale/gl/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/gl/LC_MESSAGES/LilUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LilUrl to Galician (Galego) +# Translation of StatusNet - LilUrl to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" diff --git a/plugins/LilUrl/locale/he/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/he/LC_MESSAGES/LilUrl.po index a83efd4582..b864f2f4f0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:08: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:50:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" diff --git a/plugins/LilUrl/locale/ia/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/ia/LC_MESSAGES/LilUrl.po index afaa93cc05..47304c0ddf 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" diff --git a/plugins/LilUrl/locale/id/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/id/LC_MESSAGES/LilUrl.po index 42e2a024b6..37d29f6fc7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" diff --git a/plugins/LilUrl/locale/it/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/it/LC_MESSAGES/LilUrl.po new file mode 100644 index 0000000000..8a9a45d31d --- /dev/null +++ b/plugins/LilUrl/locale/it/LC_MESSAGES/LilUrl.po @@ -0,0 +1,30 @@ +# Translation of StatusNet - LilUrl to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# Author: Ximo17 +# -- +# 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-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:00+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 (233fc08); Translate 2012-06-21\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 "E' necessario specificare un serviceUrl." + +#. TRANS: Plugin description. +#. TRANS: %1$s is the service URL. +#, php-format +msgid "Uses %1$s URL-shortener service." +msgstr "Usa il servizio URL-breve %1$s." diff --git a/plugins/LilUrl/locale/ja/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/ja/LC_MESSAGES/LilUrl.po index 2a16b7a5b4..0556b5a073 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" diff --git a/plugins/LilUrl/locale/mk/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/mk/LC_MESSAGES/LilUrl.po index bb6bd223cd..348be0e96a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" diff --git a/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po index 85549cd909..d4deabc377 100644 --- a/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" diff --git a/plugins/LilUrl/locale/nl/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/nl/LC_MESSAGES/LilUrl.po index 1ca796e4c7..c5d4c96c64 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" diff --git a/plugins/LilUrl/locale/ru/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/ru/LC_MESSAGES/LilUrl.po index aa143f87cb..3ccdfbfb68 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" diff --git a/plugins/LilUrl/locale/sv/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/sv/LC_MESSAGES/LilUrl.po index 405a549c21..9721c59d95 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" diff --git a/plugins/LilUrl/locale/tl/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/tl/LC_MESSAGES/LilUrl.po index 2f3c7eb8a3..6a47cd1555 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" diff --git a/plugins/LilUrl/locale/uk/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/uk/LC_MESSAGES/LilUrl.po index 344ecb638e..528cbdb8cc 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" diff --git a/plugins/LilUrl/locale/zh_CN/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/zh_CN/LC_MESSAGES/LilUrl.po index e2117e1932..b515076bef 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" diff --git a/plugins/LinkPreview/locale/LinkPreview.pot b/plugins/LinkPreview/locale/LinkPreview.pot index f08bc6951c..bc0ba83569 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 65b46c2605..9c05f0ed06 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:28+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-linkpreview\n" diff --git a/plugins/LinkPreview/locale/de/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/de/LC_MESSAGES/LinkPreview.po index 98a26d34c5..acccbd0004 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:28+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-linkpreview\n" diff --git a/plugins/LinkPreview/locale/es/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/es/LC_MESSAGES/LinkPreview.po index 1164ddbe5e..9dd0e0c767 100644 --- a/plugins/LinkPreview/locale/es/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/es/LC_MESSAGES/LinkPreview.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:03+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/LinkPreview/locale/eu/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/eu/LC_MESSAGES/LinkPreview.po index a492078f95..3bf8cc6341 100644 --- a/plugins/LinkPreview/locale/eu/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/eu/LC_MESSAGES/LinkPreview.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:03+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/LinkPreview/locale/fr/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/fr/LC_MESSAGES/LinkPreview.po index 4901b068ac..848b638ab3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:28+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-linkpreview\n" diff --git a/plugins/LinkPreview/locale/gl/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/gl/LC_MESSAGES/LinkPreview.po index 6387fcccfe..24575a5491 100644 --- a/plugins/LinkPreview/locale/gl/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/gl/LC_MESSAGES/LinkPreview.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LinkPreview to Galician (Galego) +# Translation of StatusNet - LinkPreview to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:28+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-linkpreview\n" diff --git a/plugins/LinkPreview/locale/ia/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/ia/LC_MESSAGES/LinkPreview.po index eeb1bfbab3..f82738b071 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:28+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-linkpreview\n" diff --git a/plugins/LinkPreview/locale/it/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/it/LC_MESSAGES/LinkPreview.po new file mode 100644 index 0000000000..e4e3d2067c --- /dev/null +++ b/plugins/LinkPreview/locale/it/LC_MESSAGES/LinkPreview.po @@ -0,0 +1,39 @@ +# Translation of StatusNet - LinkPreview to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# Author: Ximo17 +# -- +# 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-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:03+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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "UI extension for previewing thumbnails from links." +msgstr "" +"Estensione dell'interfaccia utente per l'anteprima delle miniature " +"provenienti dai link." + +#. 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 "" +"Si è verificato un problema con il tuo token di sessione. Prova di nuovo." + +#. TRANS: Client exception thrown when requesting a different format than JSON. +msgid "Invalid format; only JSON supported." +msgstr "Formato non valido; soltanto JSON è supportato." + +#. TRANS: Client exception thrown when not providing a valid URL. +msgid "Invalid URL." +msgstr "URL non corretto" diff --git a/plugins/LinkPreview/locale/mk/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/mk/LC_MESSAGES/LinkPreview.po index 113aaaec76..e27381a6f4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:28+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-linkpreview\n" diff --git a/plugins/LinkPreview/locale/nl/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/nl/LC_MESSAGES/LinkPreview.po index bae5ac4f4f..840f1817dd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:28+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-linkpreview\n" diff --git a/plugins/LinkPreview/locale/sv/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/sv/LC_MESSAGES/LinkPreview.po index 15677a4486..af9dd89f49 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:28+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-linkpreview\n" diff --git a/plugins/LinkPreview/locale/tl/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/tl/LC_MESSAGES/LinkPreview.po index c6cf15d090..828621ddc5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:28+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-linkpreview\n" diff --git a/plugins/LinkPreview/locale/uk/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/uk/LC_MESSAGES/LinkPreview.po index 73fbf2e9a9..2db81b7dd2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:28+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-linkpreview\n" diff --git a/plugins/Linkback/locale/Linkback.pot b/plugins/Linkback/locale/Linkback.pot index 8b7bb9b724..158e75d3c9 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 f46915f3ca..3b3108937a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" diff --git a/plugins/Linkback/locale/ca/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/ca/LC_MESSAGES/Linkback.po index e8972691c5..8aeaeeb754 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" diff --git a/plugins/Linkback/locale/de/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/de/LC_MESSAGES/Linkback.po index 388cb1821c..1495d1eb3c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" diff --git a/plugins/Linkback/locale/es/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/es/LC_MESSAGES/Linkback.po index ea49f397c1..de5f571dde 100644 --- a/plugins/Linkback/locale/es/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/es/LC_MESSAGES/Linkback.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" diff --git a/plugins/Linkback/locale/eu/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/eu/LC_MESSAGES/Linkback.po index 12bb873c7e..4e5ba7ab71 100644 --- a/plugins/Linkback/locale/eu/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/eu/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:01+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Trackback title. diff --git a/plugins/Linkback/locale/fi/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/fi/LC_MESSAGES/Linkback.po index d97b1e7326..1d707e16e1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" diff --git a/plugins/Linkback/locale/fr/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/fr/LC_MESSAGES/Linkback.po index aaf6a216e4..155c8c38e7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" diff --git a/plugins/Linkback/locale/gl/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/gl/LC_MESSAGES/Linkback.po index f6436b259f..8973333770 100644 --- a/plugins/Linkback/locale/gl/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/gl/LC_MESSAGES/Linkback.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Linkback to Galician (Galego) +# Translation of StatusNet - Linkback to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" diff --git a/plugins/Linkback/locale/he/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/he/LC_MESSAGES/Linkback.po index f2ea81c2c8..3e2729b870 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" diff --git a/plugins/Linkback/locale/ia/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/ia/LC_MESSAGES/Linkback.po index 3ae7846171..1bc7cef7e7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" diff --git a/plugins/Linkback/locale/id/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/id/LC_MESSAGES/Linkback.po index e8650531e8..894cfa6f62 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" diff --git a/plugins/Linkback/locale/it/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/it/LC_MESSAGES/Linkback.po new file mode 100644 index 0000000000..2a8fd767b5 --- /dev/null +++ b/plugins/Linkback/locale/it/LC_MESSAGES/Linkback.po @@ -0,0 +1,37 @@ +# Translation of StatusNet - Linkback to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Linkback\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:02+0000\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-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Trackback title. +#. TRANS: %1$s is a profile nickname, %2$s is a timestamp. +#, php-format +msgid "%1$s's status on %2$s" +msgstr "Stato di %1$s su %2$s" + +#. TRANS: Plugin description. +msgid "" +"Notify blog authors when their posts have been linked in microblog notices " +"using Pingback " +"or Trackback protocols." +msgstr "" +"Avvertite gli autori di blog quando i loro post sono stati linkati in " +"comunicazioni di tipo microblog attraverso protocolli Pingback o Trackback." diff --git a/plugins/Linkback/locale/mk/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/mk/LC_MESSAGES/Linkback.po index b516057ed3..7b82d607ae 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" diff --git a/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po index f292a630ca..dcfd6a76f2 100644 --- a/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" diff --git a/plugins/Linkback/locale/nl/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/nl/LC_MESSAGES/Linkback.po index f13067282a..8d9d2d7368 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" diff --git a/plugins/Linkback/locale/pt/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/pt/LC_MESSAGES/Linkback.po index 836885fff0..9f5e172a76 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" diff --git a/plugins/Linkback/locale/ru/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/ru/LC_MESSAGES/Linkback.po index de1ad086e0..56fe73a3be 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" diff --git a/plugins/Linkback/locale/tl/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/tl/LC_MESSAGES/Linkback.po index 1db27e8c4a..38e969c155 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" diff --git a/plugins/Linkback/locale/uk/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/uk/LC_MESSAGES/Linkback.po index 7e3e4caa3e..dd6e6207b8 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" diff --git a/plugins/Linkback/locale/zh_CN/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/zh_CN/LC_MESSAGES/Linkback.po index 93693d70fd..d1bcc38e63 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" diff --git a/plugins/LogFilter/locale/LogFilter.pot b/plugins/LogFilter/locale/LogFilter.pot index 6ae5963050..9c3194f257 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 1393f50eb2..15743cc57d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:29+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" diff --git a/plugins/LogFilter/locale/es/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/es/LC_MESSAGES/LogFilter.po index 43a78ac18c..6300e7aa3b 100644 --- a/plugins/LogFilter/locale/es/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/es/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:04+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/LogFilter/locale/eu/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/eu/LC_MESSAGES/LogFilter.po index 52bc154d38..9c3073561d 100644 --- a/plugins/LogFilter/locale/eu/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/eu/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:04+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/LogFilter/locale/fi/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/fi/LC_MESSAGES/LogFilter.po index d65b7afc16..07e5f657f8 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:04+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" diff --git a/plugins/LogFilter/locale/fr/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/fr/LC_MESSAGES/LogFilter.po index 75c4f13078..2355e8772b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:29+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" diff --git a/plugins/LogFilter/locale/gl/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/gl/LC_MESSAGES/LogFilter.po index 2dc1e56920..e34f1968a1 100644 --- a/plugins/LogFilter/locale/gl/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/gl/LC_MESSAGES/LogFilter.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LogFilter to Galician (Galego) +# Translation of StatusNet - LogFilter to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:29+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" diff --git a/plugins/LogFilter/locale/he/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/he/LC_MESSAGES/LogFilter.po index fb72561941..5f14652dcb 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:29+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" diff --git a/plugins/LogFilter/locale/ia/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/ia/LC_MESSAGES/LogFilter.po index 7087051656..7b4617ed3e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:29+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" diff --git a/plugins/LogFilter/locale/it/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/it/LC_MESSAGES/LogFilter.po new file mode 100644 index 0000000000..53702fdac7 --- /dev/null +++ b/plugins/LogFilter/locale/it/LC_MESSAGES/LogFilter.po @@ -0,0 +1,25 @@ +# Translation of StatusNet - LogFilter to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# -- +# 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-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:04+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 (233fc08); Translate 2012-06-21\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 "" +"Fornisce un impostazione da parte del server per filtrare il log di output " +"per tipo o per parola chiave." diff --git a/plugins/LogFilter/locale/mk/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/mk/LC_MESSAGES/LogFilter.po index 080564790c..879b0ef1ec 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:29+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" diff --git a/plugins/LogFilter/locale/nl/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/nl/LC_MESSAGES/LogFilter.po index 709aeeb82d..fb475f0654 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:29+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" diff --git a/plugins/LogFilter/locale/pt/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/pt/LC_MESSAGES/LogFilter.po index 253653233e..f4f2d6daa7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:29+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" diff --git a/plugins/LogFilter/locale/ru/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/ru/LC_MESSAGES/LogFilter.po index 13752f5613..d12f89ec53 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:05+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" diff --git a/plugins/LogFilter/locale/tl/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/tl/LC_MESSAGES/LogFilter.po index 89120351cc..16793ee6d4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:29+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" diff --git a/plugins/LogFilter/locale/uk/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/uk/LC_MESSAGES/LogFilter.po index 77f543d43a..9d1abb6c62 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:29+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" diff --git a/plugins/LogFilter/locale/zh_CN/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/zh_CN/LC_MESSAGES/LogFilter.po index 378e6db54d..e26968fcfe 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:05+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" diff --git a/plugins/Mapstraction/locale/Mapstraction.pot b/plugins/Mapstraction/locale/Mapstraction.pot index eaa4d9d177..37396d5851 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 3525709b6d..234372ea88 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:30+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" diff --git a/plugins/Mapstraction/locale/ca/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/ca/LC_MESSAGES/Mapstraction.po index 91cda5c2fe..61a4e2e5bb 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:30+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" diff --git a/plugins/Mapstraction/locale/de/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/de/LC_MESSAGES/Mapstraction.po index 111ee7c5d4..862d0adec0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:30+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" diff --git a/plugins/Mapstraction/locale/es/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/es/LC_MESSAGES/Mapstraction.po index f5c2859b93..b12608377c 100644 --- a/plugins/Mapstraction/locale/es/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/es/LC_MESSAGES/Mapstraction.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" diff --git a/plugins/Mapstraction/locale/eu/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/eu/LC_MESSAGES/Mapstraction.po index 027d149b65..e3d8f92c11 100644 --- a/plugins/Mapstraction/locale/eu/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/eu/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:05+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Header for Map widget that displays a map with geodata for notices. diff --git a/plugins/Mapstraction/locale/fi/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/fi/LC_MESSAGES/Mapstraction.po index 4355539f25..d4888d6dea 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:30+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" diff --git a/plugins/Mapstraction/locale/fr/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/fr/LC_MESSAGES/Mapstraction.po index d3fafa9ba4..ffceb1bfe9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:30+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" diff --git a/plugins/Mapstraction/locale/fur/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/fur/LC_MESSAGES/Mapstraction.po index 59e5a1c192..e75b6314b6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:06+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fur\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" diff --git a/plugins/Mapstraction/locale/gl/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/gl/LC_MESSAGES/Mapstraction.po index adb6c401cc..cba3cc657e 100644 --- a/plugins/Mapstraction/locale/gl/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/gl/LC_MESSAGES/Mapstraction.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mapstraction to Galician (Galego) +# Translation of StatusNet - Mapstraction to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:30+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" diff --git a/plugins/Mapstraction/locale/hu/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/hu/LC_MESSAGES/Mapstraction.po index 00cd6df116..7c2140580c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:30+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: hu\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" diff --git a/plugins/Mapstraction/locale/ia/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/ia/LC_MESSAGES/Mapstraction.po index 2acca399ef..aae7c47230 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:30+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" diff --git a/plugins/Mapstraction/locale/it/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/it/LC_MESSAGES/Mapstraction.po new file mode 100644 index 0000000000..e9d0af4c75 --- /dev/null +++ b/plugins/Mapstraction/locale/it/LC_MESSAGES/Mapstraction.po @@ -0,0 +1,62 @@ +# Translation of StatusNet - Mapstraction to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# Author: Od1n +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Mapstraction\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:30+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Header for Map widget that displays a map with geodata for notices. +msgid "Map" +msgstr "Mappa" + +#. TRANS: Clickable item to allow opening the map in full size. +msgid "Full size" +msgstr "Dimensione massima" + +#. TRANS: Plugin description. +msgid "" +"Show maps of users' and friends' notices with Mapstraction." +msgstr "" +"Mostra la mappa degli utenti e le comunicazioni degli amici con Mapstraction." + +#. TRANS: Page title. +#. TRANS: %s is a user nickname. +#, php-format +msgid "%s friends map" +msgstr "Mappa degli amici di %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 "Mappa degli amici di %1$s, pagina %2$d" + +#. TRANS: Client error displayed when referring to a non-existing user. +msgid "No such user." +msgstr "Utente inesistente." + +#. TRANS: Error message displayed when referring to a user without a profile. +msgid "User has no profile." +msgstr "L'utente non ha un profilo." + +#. TRANS: Title for map widget. +#. TRANS: %s is a user name. +#, php-format +msgid "%s map" +msgstr "Mappa di %s" diff --git a/plugins/Mapstraction/locale/lb/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/lb/LC_MESSAGES/Mapstraction.po index 0cee6971f3..ea9cab0b11 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:30+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: lb\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" diff --git a/plugins/Mapstraction/locale/mk/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/mk/LC_MESSAGES/Mapstraction.po index 636aa49ae3..47c7d5e140 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:30+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" diff --git a/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po index 9c859f97ab..062e51abfb 100644 --- a/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:30+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" diff --git a/plugins/Mapstraction/locale/nl/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/nl/LC_MESSAGES/Mapstraction.po index 53b9355229..e1da3bfbda 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:30+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" diff --git a/plugins/Mapstraction/locale/ru/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/ru/LC_MESSAGES/Mapstraction.po index 0243290fab..3ab3e3a6a1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:30+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" diff --git a/plugins/Mapstraction/locale/sv/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/sv/LC_MESSAGES/Mapstraction.po index f0f2e7193c..4a254b269e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:07+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" diff --git a/plugins/Mapstraction/locale/ta/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/ta/LC_MESSAGES/Mapstraction.po index 7929a38dca..c32ac2b65e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:07+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ta\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" diff --git a/plugins/Mapstraction/locale/te/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/te/LC_MESSAGES/Mapstraction.po index 9d7f9be8b9..c9235fbeae 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:07+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: te\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" diff --git a/plugins/Mapstraction/locale/tl/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/tl/LC_MESSAGES/Mapstraction.po index e5c1e17368..e37711c96a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:30+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" diff --git a/plugins/Mapstraction/locale/uk/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/uk/LC_MESSAGES/Mapstraction.po index beabbe107b..fa7e53b3ff 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:30+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" diff --git a/plugins/Mapstraction/locale/zh_CN/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/zh_CN/LC_MESSAGES/Mapstraction.po index 514cb239b6..dcd1959b5f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:30+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" diff --git a/plugins/Memcache/locale/Memcache.pot b/plugins/Memcache/locale/Memcache.pot index 48cdae9877..4129b96a4f 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 1fab67b51c..145eefe931 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" diff --git a/plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po index 7d790cd863..e52dbb290f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" diff --git a/plugins/Memcache/locale/eu/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/eu/LC_MESSAGES/Memcache.po index d7ddb29569..ea70435d46 100644 --- a/plugins/Memcache/locale/eu/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/eu/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:07+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/Memcache/locale/fi/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/fi/LC_MESSAGES/Memcache.po index ddec19b568..0cb8f552c5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" diff --git a/plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po index df2e9913ff..0da80a4748 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" diff --git a/plugins/Memcache/locale/gl/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/gl/LC_MESSAGES/Memcache.po index 4b99f6ce19..bb658f764b 100644 --- a/plugins/Memcache/locale/gl/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/gl/LC_MESSAGES/Memcache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcache to Galician (Galego) +# Translation of StatusNet - Memcache to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" diff --git a/plugins/Memcache/locale/he/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/he/LC_MESSAGES/Memcache.po index 2967ed593d..d7ecac4efe 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" diff --git a/plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po index f2bafc3d46..a98e19738c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" diff --git a/plugins/Memcache/locale/it/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/it/LC_MESSAGES/Memcache.po new file mode 100644 index 0000000000..f8053b7188 --- /dev/null +++ b/plugins/Memcache/locale/it/LC_MESSAGES/Memcache.po @@ -0,0 +1,26 @@ +# Translation of StatusNet - Memcache to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Memcache\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:31+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "" +"Use Memcached to cache query results." +msgstr "" +"Utilizzare Memcached per aggiungere " +"alla cache il risultati delle ricerche." diff --git a/plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po index 831a3b2ab9..da14bbe09d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" diff --git a/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po index b0ba04f1b0..61e6d2c47f 100644 --- a/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" diff --git a/plugins/Memcache/locale/nl/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/nl/LC_MESSAGES/Memcache.po index da5f38bdd6..1daa07082a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" diff --git a/plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po index d64e65b35a..57101dae63 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" diff --git a/plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po index b406208d9a..69350c3b63 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" diff --git a/plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po index 5feb45a335..8df61f4462 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" diff --git a/plugins/Memcache/locale/sv/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/sv/LC_MESSAGES/Memcache.po index 4f534cff8a..2ba2d71afc 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" diff --git a/plugins/Memcache/locale/tl/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/tl/LC_MESSAGES/Memcache.po index 6a66f696f9..4894674e23 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" diff --git a/plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po index e2919e2155..73cb21e1cd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" diff --git a/plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po index 872e7d5aba..97b5da9bdb 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" diff --git a/plugins/Memcached/locale/Memcached.pot b/plugins/Memcached/locale/Memcached.pot index 2fbfa9ac40..77d8577e96 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 d327767b5e..b085ad564a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" diff --git a/plugins/Memcached/locale/es/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/es/LC_MESSAGES/Memcached.po index d8c0bd6d50..5c82fe7306 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" diff --git a/plugins/Memcached/locale/eu/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/eu/LC_MESSAGES/Memcached.po index c5250d777f..ff2915819a 100644 --- a/plugins/Memcached/locale/eu/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/eu/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:09+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/Memcached/locale/fi/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/fi/LC_MESSAGES/Memcached.po index b3388163a9..69991de8d2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" diff --git a/plugins/Memcached/locale/fr/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/fr/LC_MESSAGES/Memcached.po index bc87e17e25..1c759a7c98 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" diff --git a/plugins/Memcached/locale/gl/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/gl/LC_MESSAGES/Memcached.po index b4c41d9e75..db98c78866 100644 --- a/plugins/Memcached/locale/gl/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/gl/LC_MESSAGES/Memcached.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcached to Galician (Galego) +# Translation of StatusNet - Memcached to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" diff --git a/plugins/Memcached/locale/he/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/he/LC_MESSAGES/Memcached.po index f7aacd1ba2..a4a77b6ec1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" diff --git a/plugins/Memcached/locale/ia/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/ia/LC_MESSAGES/Memcached.po index e07c3d74fa..75bc6cc26b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" diff --git a/plugins/Memcached/locale/id/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/id/LC_MESSAGES/Memcached.po index 839b7c0813..46b150bdc5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" diff --git a/plugins/Memcached/locale/it/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/it/LC_MESSAGES/Memcached.po new file mode 100644 index 0000000000..8e2d470422 --- /dev/null +++ b/plugins/Memcached/locale/it/LC_MESSAGES/Memcached.po @@ -0,0 +1,26 @@ +# Translation of StatusNet - Memcached to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Memcached\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:09+0000\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-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "" +"Use Memcached to cache query results." +msgstr "" +"Utilizzare Memcached per aggiungere " +"alla cache i risultati delle ricerche." diff --git a/plugins/Memcached/locale/ja/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/ja/LC_MESSAGES/Memcached.po index 753c0fd955..11747fa99f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:10+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" diff --git a/plugins/Memcached/locale/mk/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/mk/LC_MESSAGES/Memcached.po index 1701727ece..fdc899edd0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" diff --git a/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po index 6cda9c4947..1d692bd0df 100644 --- a/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" diff --git a/plugins/Memcached/locale/nl/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/nl/LC_MESSAGES/Memcached.po index 335d414032..81d6b01c52 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" diff --git a/plugins/Memcached/locale/pt/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/pt/LC_MESSAGES/Memcached.po index 9a9ba40ee8..8a5f436318 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" diff --git a/plugins/Memcached/locale/ru/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/ru/LC_MESSAGES/Memcached.po index 0e8a86eb33..3336133c2d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" diff --git a/plugins/Memcached/locale/sv/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/sv/LC_MESSAGES/Memcached.po index 24f3af18d1..536f36bb4c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" diff --git a/plugins/Memcached/locale/tl/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/tl/LC_MESSAGES/Memcached.po index f1c4f11809..4c2b75a2b4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" diff --git a/plugins/Memcached/locale/uk/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/uk/LC_MESSAGES/Memcached.po index 3653ebc49f..de4f397dbb 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" diff --git a/plugins/Memcached/locale/zh_CN/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/zh_CN/LC_MESSAGES/Memcached.po index 973fcb7eac..9cbf238811 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:50:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" diff --git a/plugins/Meteor/locale/Meteor.pot b/plugins/Meteor/locale/Meteor.pot index 93c49d5eaa..77fe085966 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 4b7edd2884..577a9b3fdf 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:48:54+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-meteor\n" diff --git a/plugins/Meteor/locale/es/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/es/LC_MESSAGES/Meteor.po index 107c1e65bc..e7f79825be 100644 --- a/plugins/Meteor/locale/es/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/es/LC_MESSAGES/Meteor.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:10+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Exception. %1$s is the control server, %2$s is the control port. diff --git a/plugins/Meteor/locale/eu/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/eu/LC_MESSAGES/Meteor.po index afed3024ca..d84a303c53 100644 --- a/plugins/Meteor/locale/eu/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/eu/LC_MESSAGES/Meteor.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:11+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Exception. %1$s is the control server, %2$s is the control port. diff --git a/plugins/Meteor/locale/fr/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/fr/LC_MESSAGES/Meteor.po index 40a699ebf8..e9ed8c38fd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:54+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-meteor\n" diff --git a/plugins/Meteor/locale/gl/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/gl/LC_MESSAGES/Meteor.po index 8576ec3598..bbd4d72a63 100644 --- a/plugins/Meteor/locale/gl/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/gl/LC_MESSAGES/Meteor.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Meteor to Galician (Galego) +# Translation of StatusNet - Meteor to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:48:54+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-meteor\n" diff --git a/plugins/Meteor/locale/ia/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/ia/LC_MESSAGES/Meteor.po index 900c4dbdf4..f0e88b7356 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:48:54+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-meteor\n" diff --git a/plugins/Meteor/locale/it/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/it/LC_MESSAGES/Meteor.po new file mode 100644 index 0000000000..d2b6857dc7 --- /dev/null +++ b/plugins/Meteor/locale/it/LC_MESSAGES/Meteor.po @@ -0,0 +1,35 @@ +# Translation of StatusNet - Meteor to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# -- +# 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-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:11+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 (233fc08); Translate 2012-06-21\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 "Impossibile connettersi a %1$s sulla porta %2$s." + +#. TRANS: Exception. %s is the Meteor message that could not be added. +#, php-format +msgid "Error adding meteor message \"%s\"." +msgstr "Errore durante l'aggiunta di un messaggio meteor \"%s\"." + +#. TRANS: Plugin description. +msgid "Plugin to do \"real time\" updates using Meteor." +msgstr "" +"Estensione per utilizzare degli aggiornamenti in tempo reale attraverso " +"l'utilizzo di Meteor" diff --git a/plugins/Meteor/locale/mk/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/mk/LC_MESSAGES/Meteor.po index 000d61bea2..09b826c5a2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:48:54+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-meteor\n" diff --git a/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po index e82091f431..a0baaba263 100644 --- a/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:48:54+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-meteor\n" diff --git a/plugins/Meteor/locale/nl/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/nl/LC_MESSAGES/Meteor.po index 161f4962eb..960be96c0a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:48:54+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-meteor\n" diff --git a/plugins/Meteor/locale/tl/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/tl/LC_MESSAGES/Meteor.po index 769e7d7b51..60156f97d3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:48:54+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-meteor\n" @@ -32,8 +32,7 @@ msgid "Error adding meteor message \"%s\"." msgstr "Kamalian sa pagdaragdag ng mensahe ng meteor na \"%s\"." #. TRANS: Plugin description. -#, fuzzy msgid "Plugin to do \"real time\" updates using Meteor." msgstr "" "Pamasak upang makagawa ng mga pagsasapanahong nasa \"tunay na panahon\" na " -"gimagamitan ng Comet/Bayeux." +"ginagamitan ng Meteor." diff --git a/plugins/Meteor/locale/uk/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/uk/LC_MESSAGES/Meteor.po index cf8a02f4b2..20762e1eb7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:48:54+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-meteor\n" diff --git a/plugins/Minify/locale/Minify.pot b/plugins/Minify/locale/Minify.pot index 9ed64ee1fb..b32b900eaf 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 84ce8cb697..cd6438b8c1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:03+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-minify\n" diff --git a/plugins/Minify/locale/es/LC_MESSAGES/Minify.po b/plugins/Minify/locale/es/LC_MESSAGES/Minify.po index be755d6ec7..83b8c21ca7 100644 --- a/plugins/Minify/locale/es/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/es/LC_MESSAGES/Minify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:03+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/Minify/locale/eu/LC_MESSAGES/Minify.po b/plugins/Minify/locale/eu/LC_MESSAGES/Minify.po index 5ca8fd4ff4..1cd6d547db 100644 --- a/plugins/Minify/locale/eu/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/eu/LC_MESSAGES/Minify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:12+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/Minify/locale/fr/LC_MESSAGES/Minify.po b/plugins/Minify/locale/fr/LC_MESSAGES/Minify.po index 67fe984f63..e936d0b063 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:03+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-minify\n" diff --git a/plugins/Minify/locale/gl/LC_MESSAGES/Minify.po b/plugins/Minify/locale/gl/LC_MESSAGES/Minify.po index 3df1d951b5..d0a5014aa9 100644 --- a/plugins/Minify/locale/gl/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/gl/LC_MESSAGES/Minify.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Minify to Galician (Galego) +# Translation of StatusNet - Minify to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:03+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-minify\n" diff --git a/plugins/Minify/locale/ia/LC_MESSAGES/Minify.po b/plugins/Minify/locale/ia/LC_MESSAGES/Minify.po index 0eec9dede9..4224db6752 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:03+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-minify\n" diff --git a/plugins/Minify/locale/it/LC_MESSAGES/Minify.po b/plugins/Minify/locale/it/LC_MESSAGES/Minify.po new file mode 100644 index 0000000000..d5495ef941 --- /dev/null +++ b/plugins/Minify/locale/it/LC_MESSAGES/Minify.po @@ -0,0 +1,39 @@ +# Translation of StatusNet - Minify to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# -- +# 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-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:12+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 (233fc08); Translate 2012-06-21\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 "" +"L'estensione Minify minimizza il CSS e gli JavaScript utilizzati da " +"StatusNet, rimuovendo spazi bianchi e commenti." + +#. TRANS: Client error displayed when not providing a valid path in parameter "f". +msgid "The parameter \"f\" is not a valid path." +msgstr "Il parametro \"f\" non contiene un percorso valido." + +#. TRANS: Client error displayed when not providing parameter "f". +msgid "The parameter \"f\" is required but missing." +msgstr "Il parametro \"f\" è richiesto ma è mancante." + +#. TRANS: Client error displayed when trying to minify an unsupported file type. +msgid "File type not supported." +msgstr "Tipo di file non supportato." diff --git a/plugins/Minify/locale/mk/LC_MESSAGES/Minify.po b/plugins/Minify/locale/mk/LC_MESSAGES/Minify.po index 77679dc615..12f3dfcc42 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:03+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-minify\n" diff --git a/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po b/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po index 252e39b832..aa24ff2d7e 100644 --- a/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:03+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-minify\n" diff --git a/plugins/Minify/locale/nl/LC_MESSAGES/Minify.po b/plugins/Minify/locale/nl/LC_MESSAGES/Minify.po index 7a96156f66..a20d71ba35 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:03+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-minify\n" diff --git a/plugins/Minify/locale/ru/LC_MESSAGES/Minify.po b/plugins/Minify/locale/ru/LC_MESSAGES/Minify.po index e7664bc143..3f35dd2b40 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:03+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-minify\n" diff --git a/plugins/Minify/locale/sv/LC_MESSAGES/Minify.po b/plugins/Minify/locale/sv/LC_MESSAGES/Minify.po index ebe2d8f132..eb48a6dd11 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:03+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-minify\n" diff --git a/plugins/Minify/locale/tl/LC_MESSAGES/Minify.po b/plugins/Minify/locale/tl/LC_MESSAGES/Minify.po index 88eae309ee..1f46fb32b6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:03+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-minify\n" diff --git a/plugins/Minify/locale/uk/LC_MESSAGES/Minify.po b/plugins/Minify/locale/uk/LC_MESSAGES/Minify.po index 272c720cb6..e4f2477b27 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:03+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-minify\n" diff --git a/plugins/Minify/locale/zh_CN/LC_MESSAGES/Minify.po b/plugins/Minify/locale/zh_CN/LC_MESSAGES/Minify.po index 1dedd6c50e..f970d074e1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:03+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-minify\n" diff --git a/plugins/MobileProfile/locale/MobileProfile.pot b/plugins/MobileProfile/locale/MobileProfile.pot index 5c6fbf28f1..4419f3d800 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 5c25d9c4d3..105017ab3d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:13+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 4c07011fb5..1ff971ed00 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:13+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 42ff50d97f..a11676cb6c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:13+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 38a07e9d8f..9be1466f47 100644 --- a/plugins/MobileProfile/locale/es/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/es/LC_MESSAGES/MobileProfile.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:13+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 f17058fea3..bd465a1198 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:52+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 2f97ac80ab..f5243ee80d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 40982b6098..b52c1dbd35 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:13+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 8bd00aa2d1..cd9ff7b60b 100644 --- a/plugins/MobileProfile/locale/gl/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/gl/LC_MESSAGES/MobileProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - MobileProfile to Galician (Galego) +# Translation of StatusNet - MobileProfile to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 b96dc79eba..1744c0e44d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:14+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" diff --git a/plugins/MobileProfile/locale/it/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/it/LC_MESSAGES/MobileProfile.po new file mode 100644 index 0000000000..61934e01f4 --- /dev/null +++ b/plugins/MobileProfile/locale/it/LC_MESSAGES/MobileProfile.po @@ -0,0 +1,35 @@ +# Translation of StatusNet - MobileProfile to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# -- +# 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: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:14+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 (233fc08); Translate 2012-06-21\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 "Questa pagina non è disponibile in un tipo di supporto che tu accetti" + +#. TRANS: Link to switch site layout from mobile to desktop mode. Appears at very bottom of page. +msgid "Switch to desktop site layout." +msgstr "Passa alla modalità di visualizzazione di tipo desktop." + +#. TRANS: Link to switch site layout from desktop to mobile mode. Appears at very bottom of page. +msgid "Switch to mobile site layout." +msgstr "Passa alla modalità di visualizzazione di tipo dispositivo mobile." + +#. TRANS: Plugin description. +msgid "XHTML MobileProfile output for supporting user agents." +msgstr "Output in XHTML MobileProfile per i visualizzatori compatibili." diff --git a/plugins/MobileProfile/locale/mk/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/mk/LC_MESSAGES/MobileProfile.po index 2763f3ea79..c8867e8fbd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:14+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 0a61c39d72..614ca88301 100644 --- a/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 42d3f37062..6ca39941ab 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 f30c38b597..208293bccc 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:14+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 10233e0d4b..2089c170a3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:14+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 2078ec5a81..fa29b844b6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 cb7600b00f..d2e1003fbd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 75a04a5839..789077b0d2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:14+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" diff --git a/plugins/ModHelper/locale/ModHelper.pot b/plugins/ModHelper/locale/ModHelper.pot index 641f8dbf96..137afb81d9 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 b4878877a9..5768c3a102 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" diff --git a/plugins/ModHelper/locale/es/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/es/LC_MESSAGES/ModHelper.po index 2bcc7b4c38..2384949d5f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:53+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" diff --git a/plugins/ModHelper/locale/eu/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/eu/LC_MESSAGES/ModHelper.po index 589091df6f..58a6ff5b15 100644 --- a/plugins/ModHelper/locale/eu/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/eu/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:54+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:15+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/ModHelper/locale/fr/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/fr/LC_MESSAGES/ModHelper.po index 33b86fdf68..9badefe772 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:54+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" diff --git a/plugins/ModHelper/locale/gl/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/gl/LC_MESSAGES/ModHelper.po index 7b5a315275..5859b57b91 100644 --- a/plugins/ModHelper/locale/gl/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/gl/LC_MESSAGES/ModHelper.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ModHelper to Galician (Galego) +# Translation of StatusNet - ModHelper to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:54+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" diff --git a/plugins/ModHelper/locale/he/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/he/LC_MESSAGES/ModHelper.po index 466ecde14b..53b8f14fb8 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:54+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" diff --git a/plugins/ModHelper/locale/ia/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/ia/LC_MESSAGES/ModHelper.po index caee8ab2b9..9eb98ccfe3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:54+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" diff --git a/plugins/ModHelper/locale/it/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/it/LC_MESSAGES/ModHelper.po new file mode 100644 index 0000000000..bf620ee742 --- /dev/null +++ b/plugins/ModHelper/locale/it/LC_MESSAGES/ModHelper.po @@ -0,0 +1,26 @@ +# Translation of StatusNet - ModHelper to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - ModHelper\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:15+0000\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-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "" +"Lets users who have been manually marked as \"modhelper\"s silence accounts." +msgstr "" +"Permette agli utenti che sono stati indicati manualmente come \"modhelper\" " +"di ridurre al silenzio degli account." diff --git a/plugins/ModHelper/locale/mk/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/mk/LC_MESSAGES/ModHelper.po index 34f1bdd714..aad89f75f7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:54+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" diff --git a/plugins/ModHelper/locale/nl/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/nl/LC_MESSAGES/ModHelper.po index 526676785d..db7ed7aad1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:54+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" diff --git a/plugins/ModHelper/locale/pt/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/pt/LC_MESSAGES/ModHelper.po index 3a25b10f1c..17b80ddf81 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:54+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" diff --git a/plugins/ModHelper/locale/ru/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/ru/LC_MESSAGES/ModHelper.po index 16a52885b9..d323574b86 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:54+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" diff --git a/plugins/ModHelper/locale/tl/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/tl/LC_MESSAGES/ModHelper.po index 6cc905251e..a38e3377db 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:54+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" diff --git a/plugins/ModHelper/locale/uk/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/uk/LC_MESSAGES/ModHelper.po index 89c4ce2fe7..adecc2ad12 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:05+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" diff --git a/plugins/ModPlus/locale/ModPlus.pot b/plugins/ModPlus/locale/ModPlus.pot index 2caa02dc56..86f73a2598 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 c276892d48..3eb947d383 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:16+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 27766d7b0c..2567ab2567 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:16+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-modplus\n" diff --git a/plugins/ModPlus/locale/es/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/es/LC_MESSAGES/ModPlus.po index 04887a2fbb..678d613b0f 100644 --- a/plugins/ModPlus/locale/es/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/es/LC_MESSAGES/ModPlus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:16+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Error message displayed when referring to a user without a profile. diff --git a/plugins/ModPlus/locale/eu/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/eu/LC_MESSAGES/ModPlus.po index e5fd07c78c..a63c36f36a 100644 --- a/plugins/ModPlus/locale/eu/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/eu/LC_MESSAGES/ModPlus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:16+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Error message displayed when referring to a user without a profile. diff --git a/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po index 0321b38f1c..c4b163b51d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:16+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 d26275226e..27dbe64cd1 100644 --- a/plugins/ModPlus/locale/gl/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/gl/LC_MESSAGES/ModPlus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ModPlus to Galician (Galego) +# Translation of StatusNet - ModPlus to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:16+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 fb281b7824..0fbd10c3cf 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:16+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-modplus\n" diff --git a/plugins/ModPlus/locale/it/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/it/LC_MESSAGES/ModPlus.po new file mode 100644 index 0000000000..1fcf170c90 --- /dev/null +++ b/plugins/ModPlus/locale/it/LC_MESSAGES/ModPlus.po @@ -0,0 +1,59 @@ +# Translation of StatusNet - ModPlus to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# Author: Ximo17 +# -- +# 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-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:16+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 (233fc08); Translate 2012-06-21\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 "L'utente non ha un profilo." + +#. 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 su %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 "" +"Questo profilo remoto è registrato su un altro sito, visualizza [la pagina " +"del profilo originale di %1$s su %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 "" +"I moderatori del sito hanno ridotto al silenzio questo profilo, questo " +"impedisce la spedizione di nuovi messaggi verso gli utilizzatori di questo " +"sito." + +#. TRANS: Plugin description. +msgid "UI extension for profile moderation actions." +msgstr "" +"Estensione dell'interfaccia utente per le azioni di moderazione del profilo." + +#. TRANS: Label for access to remote profile options. +msgid "Remote profile options..." +msgstr "Opzioni di profilo remoto..." diff --git a/plugins/ModPlus/locale/mk/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/mk/LC_MESSAGES/ModPlus.po index 42df7f518f..fbd8f94c8a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:16+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 6bd5f72528..15ace43ab9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:16+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 0379cbf3ae..e839830d46 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:17+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 7871d2f79b..abc97a82dc 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:55+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:17+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-modplus\n" diff --git a/plugins/Mollom/locale/Mollom.pot b/plugins/Mollom/locale/Mollom.pot index 7d85049df4..207094c41e 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 facd4f3ba4..46cd32e0a5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:07+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" diff --git a/plugins/Mollom/locale/de/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/de/LC_MESSAGES/Mollom.po index 58cbe5ff87..0148001220 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:07+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" diff --git a/plugins/Mollom/locale/es/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/es/LC_MESSAGES/Mollom.po index 44403c1958..d6cd80f1f8 100644 --- a/plugins/Mollom/locale/es/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/es/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:17+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Client exception thrown when notice content triggers the spam filter. diff --git a/plugins/Mollom/locale/eu/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/eu/LC_MESSAGES/Mollom.po index 09a8eab789..7ef77efa4c 100644 --- a/plugins/Mollom/locale/eu/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/eu/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:17+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Client exception thrown when notice content triggers the spam filter. diff --git a/plugins/Mollom/locale/fr/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/fr/LC_MESSAGES/Mollom.po index 8242ac3079..f400d3b314 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:07+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" diff --git a/plugins/Mollom/locale/gl/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/gl/LC_MESSAGES/Mollom.po index 089ea213a2..ca2889e643 100644 --- a/plugins/Mollom/locale/gl/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/gl/LC_MESSAGES/Mollom.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mollom to Galician (Galego) +# Translation of StatusNet - Mollom to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:07+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" diff --git a/plugins/Mollom/locale/he/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/he/LC_MESSAGES/Mollom.po index 79df6c2315..bca4594549 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:07+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" diff --git a/plugins/Mollom/locale/ia/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/ia/LC_MESSAGES/Mollom.po index ad8206107a..3b2f0a2f47 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:07+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" diff --git a/plugins/Mollom/locale/it/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/it/LC_MESSAGES/Mollom.po new file mode 100644 index 0000000000..1165829056 --- /dev/null +++ b/plugins/Mollom/locale/it/LC_MESSAGES/Mollom.po @@ -0,0 +1,23 @@ +# Translation of StatusNet - Mollom to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# -- +# 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-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:17+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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Client exception thrown when notice content triggers the spam filter. +msgid "Spam Detected." +msgstr "Identificato come Spam." diff --git a/plugins/Mollom/locale/ja/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/ja/LC_MESSAGES/Mollom.po index 1df0178c44..a7678a1578 100644 --- a/plugins/Mollom/locale/ja/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/ja/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:17+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=1; plural=0;\n" #. TRANS: Client exception thrown when notice content triggers the spam filter. diff --git a/plugins/Mollom/locale/mk/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/mk/LC_MESSAGES/Mollom.po index 7b9edfe47b..a5fabef4c9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:07+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" diff --git a/plugins/Mollom/locale/nl/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/nl/LC_MESSAGES/Mollom.po index 6bc4b9fa5c..8df6a80cd4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:07+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" diff --git a/plugins/Mollom/locale/sv/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/sv/LC_MESSAGES/Mollom.po index 4b98fb7008..77c98aeab0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:07+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" diff --git a/plugins/Mollom/locale/tl/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/tl/LC_MESSAGES/Mollom.po index 6ce89ac252..69beb5c782 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:07+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" diff --git a/plugins/Mollom/locale/uk/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/uk/LC_MESSAGES/Mollom.po index e28bb877c0..9b3d596c59 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:56+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" diff --git a/plugins/Msn/locale/Msn.pot b/plugins/Msn/locale/Msn.pot index f6707d9786..08f37d374f 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 3fb113a7a7..1b94253755 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:57+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:18+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-msn\n" diff --git a/plugins/Msn/locale/ca/LC_MESSAGES/Msn.po b/plugins/Msn/locale/ca/LC_MESSAGES/Msn.po index 328dac1880..65c84278db 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:57+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-msn\n" diff --git a/plugins/Msn/locale/de/LC_MESSAGES/Msn.po b/plugins/Msn/locale/de/LC_MESSAGES/Msn.po index 3856c15929..703dcbf924 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:57+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-msn\n" diff --git a/plugins/Msn/locale/es/LC_MESSAGES/Msn.po b/plugins/Msn/locale/es/LC_MESSAGES/Msn.po index b2cdff1591..b71dcfb57a 100644 --- a/plugins/Msn/locale/es/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/es/LC_MESSAGES/Msn.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:57+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-msn\n" diff --git a/plugins/Msn/locale/eu/LC_MESSAGES/Msn.po b/plugins/Msn/locale/eu/LC_MESSAGES/Msn.po index 5aba9f2367..602f67f752 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:57+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-msn\n" diff --git a/plugins/Msn/locale/fr/LC_MESSAGES/Msn.po b/plugins/Msn/locale/fr/LC_MESSAGES/Msn.po index 53d8a28922..9c39c8a137 100644 --- a/plugins/Msn/locale/fr/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/fr/LC_MESSAGES/Msn.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:57+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-msn\n" diff --git a/plugins/Msn/locale/gl/LC_MESSAGES/Msn.po b/plugins/Msn/locale/gl/LC_MESSAGES/Msn.po index 158f205941..0fbe7c2a55 100644 --- a/plugins/Msn/locale/gl/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/gl/LC_MESSAGES/Msn.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Msn to Galician (Galego) +# Translation of StatusNet - Msn to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:57+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-msn\n" diff --git a/plugins/Msn/locale/ia/LC_MESSAGES/Msn.po b/plugins/Msn/locale/ia/LC_MESSAGES/Msn.po index 7feaee92de..8a32e3dc3f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:57+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:48:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-msn\n" diff --git a/plugins/Msn/locale/it/LC_MESSAGES/Msn.po b/plugins/Msn/locale/it/LC_MESSAGES/Msn.po new file mode 100644 index 0000000000..84b33666f6 --- /dev/null +++ b/plugins/Msn/locale/it/LC_MESSAGES/Msn.po @@ -0,0 +1,51 @@ +# Translation of StatusNet - Msn to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# Author: Od1n +# -- +# 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: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:19+0000\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-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: MSN bot status message. +msgid "Send me a message to post a notice" +msgstr "Mandami un messaggio per pubblicare una comunicazione." + +#. 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 "Errore nel database inserendo l'elemento in coda." + +#. 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 "Devi specificare un utente." + +#. TRANS: Exception thrown when configuration for the MSN plugin is incomplete. +msgid "Must specify a password." +msgstr "Devi specificare una password." + +#. TRANS: Exception thrown when configuration for the MSN plugin is incomplete. +msgid "Must specify a nickname." +msgstr "È necessario specificare un soprannome." + +#. TRANS: Plugin description. +msgid "" +"The MSN plugin allows users to send and receive notices over the MSN network." +msgstr "" +"Il plugin per MSN consente agli utenti di inviare e ricevere notizie tramite " +"la rete MSN." diff --git a/plugins/Msn/locale/mk/LC_MESSAGES/Msn.po b/plugins/Msn/locale/mk/LC_MESSAGES/Msn.po index ffba8744a6..d1faf2383c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:57+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-msn\n" diff --git a/plugins/Msn/locale/nl/LC_MESSAGES/Msn.po b/plugins/Msn/locale/nl/LC_MESSAGES/Msn.po index bcbc7349df..76e66ef6e3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:57+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-msn\n" diff --git a/plugins/Msn/locale/sv/LC_MESSAGES/Msn.po b/plugins/Msn/locale/sv/LC_MESSAGES/Msn.po index b52c50ba71..3151a5ad88 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:57+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-msn\n" diff --git a/plugins/Msn/locale/tl/LC_MESSAGES/Msn.po b/plugins/Msn/locale/tl/LC_MESSAGES/Msn.po index 9068a208c6..09070c74e1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-msn\n" diff --git a/plugins/Msn/locale/uk/LC_MESSAGES/Msn.po b/plugins/Msn/locale/uk/LC_MESSAGES/Msn.po index 716b25a62e..0126127bdc 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-msn\n" diff --git a/plugins/NoticeTitle/locale/NoticeTitle.pot b/plugins/NoticeTitle/locale/NoticeTitle.pot index 2e484458a6..1677584a65 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 bb9052aa91..fbc552316d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" diff --git a/plugins/NoticeTitle/locale/br/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/br/LC_MESSAGES/NoticeTitle.po index 411fd0cb58..b1c6c4743f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" diff --git a/plugins/NoticeTitle/locale/ca/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/ca/LC_MESSAGES/NoticeTitle.po index 12c3cd0efb..c487eec545 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" diff --git a/plugins/NoticeTitle/locale/de/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/de/LC_MESSAGES/NoticeTitle.po index 0292e7f6eb..6ce23dc5bc 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" diff --git a/plugins/NoticeTitle/locale/es/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/es/LC_MESSAGES/NoticeTitle.po index 3e9f90c6e9..7631ec524a 100644 --- a/plugins/NoticeTitle/locale/es/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/es/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:19+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/NoticeTitle/locale/eu/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/eu/LC_MESSAGES/NoticeTitle.po index 2744d9cc99..e63c38b0e7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" diff --git a/plugins/NoticeTitle/locale/fr/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/fr/LC_MESSAGES/NoticeTitle.po index b4b627aee5..678a047b86 100644 --- a/plugins/NoticeTitle/locale/fr/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/fr/LC_MESSAGES/NoticeTitle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" diff --git a/plugins/NoticeTitle/locale/gl/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/gl/LC_MESSAGES/NoticeTitle.po index bff231f93d..94df29b210 100644 --- a/plugins/NoticeTitle/locale/gl/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/gl/LC_MESSAGES/NoticeTitle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - NoticeTitle to Galician (Galego) +# Translation of StatusNet - NoticeTitle to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" diff --git a/plugins/NoticeTitle/locale/he/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/he/LC_MESSAGES/NoticeTitle.po index b989fedad8..e0d4e58f70 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" diff --git a/plugins/NoticeTitle/locale/ia/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/ia/LC_MESSAGES/NoticeTitle.po index e36a9f4af3..412681776b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" diff --git a/plugins/NoticeTitle/locale/it/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/it/LC_MESSAGES/NoticeTitle.po new file mode 100644 index 0000000000..48715e0eec --- /dev/null +++ b/plugins/NoticeTitle/locale/it/LC_MESSAGES/NoticeTitle.po @@ -0,0 +1,37 @@ +# Translation of StatusNet - NoticeTitle to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# -- +# 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-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:20+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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Adds optional titles to notices." +msgstr "Aggiunge titoli opzionali alle comunicazioni." + +#. 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] "Il titolo della descrizione è troppo lungo (massimo %d caratteri)." +msgstr[1] "" +"I titoli della descrizione sono troppo lunghi (massimo %d caratteri)." + +#. 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/mk/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/mk/LC_MESSAGES/NoticeTitle.po index 03defa46e4..21c1f39db2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" diff --git a/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po index b8526bba26..1e6ebdaeb4 100644 --- a/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:58+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" diff --git a/plugins/NoticeTitle/locale/ne/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/ne/LC_MESSAGES/NoticeTitle.po index d4bdc9c5d6..fd9e103fdc 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:59+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:20+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ne\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" diff --git a/plugins/NoticeTitle/locale/nl/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/nl/LC_MESSAGES/NoticeTitle.po index 8e422b6485..5c8d311cae 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:41:59+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" diff --git a/plugins/NoticeTitle/locale/ru/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/ru/LC_MESSAGES/NoticeTitle.po index 2b9117520a..4cb54a8cb0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:00+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" diff --git a/plugins/NoticeTitle/locale/sv/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/sv/LC_MESSAGES/NoticeTitle.po index e3392f2e5f..a70505a0f9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:00+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" diff --git a/plugins/NoticeTitle/locale/tl/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/tl/LC_MESSAGES/NoticeTitle.po index 24a76f3091..aae7e6f4e9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:00+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" diff --git a/plugins/NoticeTitle/locale/uk/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/uk/LC_MESSAGES/NoticeTitle.po index bbeb9144f7..d15d486509 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:00+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:09+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" diff --git a/plugins/OMB/locale/OMB.pot b/plugins/OMB/locale/OMB.pot index 35362c49bd..ca260238ec 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 63c5828923..26cbec56ed 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:00+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:22+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 9b8dd2699b..81f4a9b858 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:00+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:22+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 fb067b1fd0..2dd3c16b29 100644 --- a/plugins/OMB/locale/de/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/de/LC_MESSAGES/OMB.po @@ -3,6 +3,7 @@ # # Author: Alphakilo # Author: Marcel083 +# Author: PtM # Author: Tiin # -- # This file is distributed under the same license as the StatusNet package. @@ -11,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:00+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:22+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-omb\n" @@ -45,15 +46,15 @@ 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." -msgstr "" +msgstr "Du kannst mit dieser Aktion kein OMB-0.1-Profil auflisten." #. 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 "" +msgstr "Du kannst mit dieser Aktion kein OMB-0.1-Profil (ab)listen." #. TRANS: Exception thrown when the OMB token for a subscription could not deleted on the server. msgid "Could not delete subscription OMB token." -msgstr "" +msgstr "Konnte Abonnement-OMB-Token nicht löschen." #. TRANS: Plugin description. msgid "A sample plugin to show basics of development for new hackers." diff --git a/plugins/OMB/locale/es/LC_MESSAGES/OMB.po b/plugins/OMB/locale/es/LC_MESSAGES/OMB.po index 04f8e32ee1..5d8e828139 100644 --- a/plugins/OMB/locale/es/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/es/LC_MESSAGES/OMB.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:00+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:22+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Button text on page for remote subscribe. diff --git a/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po b/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po index 418da304f7..64b40617b5 100644 --- a/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:00+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:22+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-omb\n" diff --git a/plugins/OMB/locale/fr/LC_MESSAGES/OMB.po b/plugins/OMB/locale/fr/LC_MESSAGES/OMB.po index c1f6876796..b7f9e272bb 100644 --- a/plugins/OMB/locale/fr/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/fr/LC_MESSAGES/OMB.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:22+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 cbca55ca9f..3da5fc9ace 100644 --- a/plugins/OMB/locale/gl/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/gl/LC_MESSAGES/OMB.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OMB to Galician (Galego) +# Translation of StatusNet - OMB to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:22+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 3b9d482c3c..f4bead31e6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:22+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-omb\n" diff --git a/plugins/OMB/locale/it/LC_MESSAGES/OMB.po b/plugins/OMB/locale/it/LC_MESSAGES/OMB.po new file mode 100644 index 0000000000..17b5d8a563 --- /dev/null +++ b/plugins/OMB/locale/it/LC_MESSAGES/OMB.po @@ -0,0 +1,63 @@ +# Translation of StatusNet - OMB to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# -- +# 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-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:22+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 (233fc08); Translate 2012-06-21\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 "Iscriviti" + +#. TRANS: Button text on Authorise Subscription page. +msgctxt "BUTTON" +msgid "Accept" +msgstr "Accetta" + +#. TRANS: Button text on Authorise Subscription page. +msgctxt "BUTTON" +msgid "Reject" +msgstr "Rifiuta" + +#. 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 è possibile iscriversi ad un profilo remoto di tipo OMB 0.1 con questa " +"azione." + +#. 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 è possibile aggiungere alla lista un profilo remoto di tipo OMB 0.1 con " +"questa azione." + +#. 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 è possibile rimuovere dalla lista un profilo remoto di tipo OMB 0.1 con " +"questa azione." + +#. TRANS: Exception thrown when the OMB token for a subscription could not deleted on the server. +msgid "Could not delete subscription OMB token." +msgstr "Impossibile cancellare il token di iscrizione OMB dal server." + +#. TRANS: Plugin description. +msgid "A sample plugin to show basics of development for new hackers." +msgstr "" +"Un esempio di estensione per mostrare i fondamentali di sviluppo per i nuovi " +"programmatori" diff --git a/plugins/OMB/locale/mk/LC_MESSAGES/OMB.po b/plugins/OMB/locale/mk/LC_MESSAGES/OMB.po index a732922d79..2c28bc9f5a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:22+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 75c5b05964..14338dedd2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:23+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-omb\n" diff --git a/plugins/OMB/locale/te/LC_MESSAGES/OMB.po b/plugins/OMB/locale/te/LC_MESSAGES/OMB.po index f0ca1bb1e3..e4b785222f 100644 --- a/plugins/OMB/locale/te/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/te/LC_MESSAGES/OMB.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:23+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Button text on page for remote subscribe. diff --git a/plugins/OMB/locale/tl/LC_MESSAGES/OMB.po b/plugins/OMB/locale/tl/LC_MESSAGES/OMB.po index c6d5665efc..99f881c73f 100644 --- a/plugins/OMB/locale/tl/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/tl/LC_MESSAGES/OMB.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:23+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Button text on page for remote subscribe. @@ -37,19 +37,27 @@ msgstr "Tanggihan" #. 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 "" +"Hindi ka makasisipi sa isang malayong balangkas ng 0.1 na OMB sa pamamagitan " +"ng galaw na ito." #. 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 "" +"Hindi mo maililista ang isang 0.1 na malayong balangkas ng OMB sa " +"pamamagitan ng galaw na ito." #. 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 "" +"(Hindi) mo maililista ang isang 0.1 na malayong balangkas ng OMB sa " +"pamamagitan ng galaw na ito." #. TRANS: Exception thrown when the OMB token for a subscription could not deleted on the server. msgid "Could not delete subscription OMB token." -msgstr "" +msgstr "Hindi mabura ang panghalip na pagsipi ng OMB." #. TRANS: Plugin description. msgid "A sample plugin to show basics of development for new hackers." msgstr "" +"Isang payak na pampasak upang maipakita ang mga saligan ng kaunlaran para sa " +"bagong mga mangunguha." diff --git a/plugins/OStatus/locale/OStatus.pot b/plugins/OStatus/locale/OStatus.pot index 3a4fa4333c..266d2db258 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 f17a1aef9b..536481e4f7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:08+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:49:04+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" diff --git a/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po index a726ccdce3..b524dcdf17 100644 --- a/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po @@ -5,7 +5,9 @@ # Author: Fujnky # Author: George Animal # Author: Giftpflanze +# Author: Kghbln # Author: Michael +# Author: PtM # Author: Quedel # Author: Tiin # -- @@ -15,13 +17,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:08+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:49:04+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" @@ -37,25 +39,22 @@ msgid "Subscribe" msgstr "Abonnieren" #. TRANS: Fieldset legend. -#, fuzzy msgid "List remote profile" -msgstr "Du musst ein Remoteprofil angeben." +msgstr "Entferntes Profil auflisten" #. TRANS: Field label. -#, fuzzy msgctxt "LABEL" msgid "Remote profile" -msgstr "Beitritt in Remote-Gruppe fehlgeschlagen!" +msgstr "Entferntes Profil" #. TRANS: Field title. #. TRANS: Tooltip for field label "Subscribe to". -#, fuzzy msgid "" "OStatus user's address, like nickname@example.com or http://example.net/" "nickname." msgstr "" -"Adresse des OStatus-Benutzers, wie nickname@example.com oder http://example." -"net/nickname" +"Adresse des OStatus-Benutzers, etwa nickname@example.com oder http://example." +"net/nickname." #. TRANS: Button text to fetch remote profile. msgctxt "BUTTON" @@ -63,9 +62,8 @@ msgid "Fetch" msgstr "Holen" #. TRANS: Exception in OStatus when invalid URI was entered. -#, fuzzy msgid "Invalid URI." -msgstr "Ungültiger Avatar-URL %s." +msgstr "Ungültiger URI." #. 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. @@ -128,9 +126,8 @@ msgid "%1$s has left group %2$s." msgstr "%1$s hat die Gruppe %2$s verlassen" #. TRANS: Exception thrown when setup of remote list subscription fails. -#, fuzzy msgid "Could not set up remote list subscription." -msgstr "Konnte Remote-Abonnement nicht einrichten." +msgstr "Konnte entferntes Listen-Abonnement nicht einrichten." #. TRANS: Title for following a remote list. msgctxt "TITLE" @@ -139,9 +136,9 @@ msgstr "Der Liste folgen" #. 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. -#, fuzzy, php-format +#, php-format msgid "%1$s is now following people listed in %2$s by %3$s." -msgstr "%1$s folgt %2$s nicht mehr." +msgstr "%1$s folgt in %3$ss Liste %2$s gelisteten Personen nicht mehr." #. TRANS: Exception thrown when subscription to remote list fails. msgid "Failed subscribing to remote list." @@ -160,7 +157,7 @@ msgstr "%1$s folgt %2$s von %3$s nicht länger." #. TRANS: Title for listing a remote profile. msgctxt "TITLE" msgid "List" -msgstr "" +msgstr "Liste" #. 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. @@ -178,26 +175,25 @@ msgstr "" "konnte nicht gespeichert werden." #. TRANS: Title for unlisting a remote profile. -#, fuzzy msgctxt "TITLE" msgid "Unlist" -msgstr "Nicht mehr beachten" +msgstr "Ablisten" #. 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. -#, fuzzy, php-format +#, php-format msgid "%1$s removed %2$s from the list %3$s." -msgstr "%1$s folgt %2$s nicht mehr." +msgstr "%1$s entfernte %2$s aus der Liste %3$s." #. TRANS: Title for unliking a remote notice. msgid "Unlike" -msgstr "" +msgstr "Mags nicht" #. 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. -#, fuzzy, php-format +#, php-format msgid "%1$s no longer likes %2$s." -msgstr "%1$s folgt %2$s nicht mehr." +msgstr "%1$s mag %2$s nicht mehr." #. TRANS: Link text for link to remote subscribe. msgid "Remote" @@ -215,7 +211,7 @@ msgstr "%s hat die Profil-Seite aktualisiert." #. TRANS: Link text for a user to list an OStatus user. msgid "List" -msgstr "" +msgstr "Liste" #. TRANS: Plugin description. msgid "" @@ -260,19 +256,19 @@ msgid "Invalid hub.secret \"%s\". It must be under 200 bytes." msgstr "Ungültiges hub.secret „%s“. Es muss kleiner als 200 Bytes sein." #. TRANS: Client exception. %s is a feed URL. -#, fuzzy, php-format +#, php-format msgid "Invalid hub.topic \"%s\". User does not exist." msgstr "Ungültiges hub.topic „%s“. Benutzer existiert nicht." #. TRANS: Client exception. %s is a feed URL. -#, fuzzy, php-format +#, php-format msgid "Invalid hub.topic \"%s\". Group does not exist." msgstr "Ungültiges hub.topic „%s“. Gruppe existiert nicht." #. TRANS: Client exception. %s is a feed URL. -#, fuzzy, php-format +#, php-format msgid "Invalid hub.topic %s; list does not exist." -msgstr "Ungültiges hub.topic „%s“. Gruppe existiert nicht." +msgstr "Ungültiges hub.topic „%s“; Liste existiert nicht." #. TRANS: Client exception. #. TRANS: %1$s is this argument to the method this exception occurs in, %2$s is a URL. @@ -281,14 +277,13 @@ msgid "Invalid URL passed for %1$s: \"%2$s\"" msgstr "Ungültiger URL für %1$s übergeben: „%2$s“" #. TRANS: Client error displayed when trying to list a local object as if it is remote. -#, fuzzy msgid "You can use the local list functionality!" -msgstr "Du kannst ein lokales Abonnement erstellen!" +msgstr "Du kannst die Lokale-Listen-Funktionalität nutzen!" #. TRANS: Header for listing a remote object. %s is a remote object's name. #, php-format msgid "List %s" -msgstr "" +msgstr "Liste %s" #. TRANS: Button text to list a remote object. msgctxt "BUTTON" @@ -313,20 +308,17 @@ msgstr "Deine Konto-ID (z.B. user@identi.ca)." #. TRANS: Client error displayed when remote profile could not be looked up. #. TRANS: Client error. -#, fuzzy msgid "Could not look up OStatus account profile." -msgstr "Konnte OStatus-Konto-Profil nicht nachschauen." +msgstr "Konnte OStatus-Konto-Profil nicht einsehen." #. TRANS: Client error displayed when remote profile address could not be confirmed. #. TRANS: Client error. -#, fuzzy msgid "Could not confirm remote profile address." msgstr "Konnte Remoteprofiladresse nicht bestätigen." #. TRANS: Title for an OStatus list. -#, fuzzy msgid "OStatus list" -msgstr "OStatus-Verbindung" +msgstr "OStatus-Liste" #. TRANS: Server exception thrown when referring to a non-existing or empty feed. msgid "Empty or invalid feed id." @@ -473,7 +465,6 @@ msgstr "Keine ID" #. TRANS: Client exception thrown when an undefied activity is performed. #. TRANS: Client exception. -#, fuzzy msgid "Cannot handle that kind of post." msgstr "Kann diese Art von Post nicht verarbeiten." @@ -489,16 +480,15 @@ msgstr "" #. TRANS: Client exception. msgid "To the attention of user(s), not including this one." -msgstr "" +msgstr "Zur Aufmerksamkeit der Benutzer, diesen ausgeschlossen." #. TRANS: Client exception. msgid "Not to anyone in reply to anything." -msgstr "" +msgstr "An niemanden als Antwort auf irgendetwas." #. TRANS: Client exception. -#, fuzzy msgid "This is already a favorite." -msgstr "Dieses Ziel versteht keine Favoriten." +msgstr "Dies ist bereits ein Favorit." #. TRANS: Client exception. msgid "Could not save new favorite." @@ -510,41 +500,39 @@ msgstr "Notiz wurde nicht favorisiert!" #. TRANS: Client exception. msgid "Not a person object." -msgstr "" +msgstr "Kein Personen-Objekt." #. TRANS: Client exception. msgid "Unidentified profile being listed." -msgstr "" +msgstr "Unidentifiziertes Profil wird gelistet." #. TRANS: Client exception. msgid "This user is not the one being listed." -msgstr "" +msgstr "Dieser Benutzer ist nicht der Aufgelistete." #. TRANS: Client exception. msgid "The listing could not be saved." -msgstr "" +msgstr "Das Objekt konnte nicht gespeichert werden." #. TRANS: Client exception. msgid "Unidentified profile being unlisted." -msgstr "" +msgstr "Unidentifiziertes Profil wird abgelistet." #. TRANS: Client exception. msgid "This user is not the one being unlisted." -msgstr "" +msgstr "Dieser Benutzer ist nicht der Abgelistete." #. TRANS: Client exception. msgid "The listing could not be deleted." -msgstr "" +msgstr "Das Listen konnte nicht gelöscht werden." #. TRANS: Client exception. -#, fuzzy msgid "Cannot favorite/unfavorite without an object." msgstr "Kann nicht ohne Objekt (ent)favorisieren." #. TRANS: Client exception. -#, fuzzy msgid "Cannot handle that kind of object for liking/faving." -msgstr "Kann diese Art von Objekt nicht für mögen/favorisieren verarbeiten." +msgstr "Kann diese Art von Objekt nicht zum Mögen/Favorisieren verarbeiten." #. TRANS: Client exception. %s is an object ID. #, php-format @@ -557,54 +545,45 @@ msgid "Notice with ID %1$s not posted by %2$s." msgstr "Nachricht mit ID %1$s wurde nicht von %2$s geschrieben." #. TRANS: Field label. -#, fuzzy msgid "Subscribe to list" -msgstr "Abonniere %s" +msgstr "Liste abonnieren" #. TRANS: Field title. -#, fuzzy msgid "Address of the OStatus list, like http://example.net/user/all/tag." -msgstr "" -"OStatus-Adresse der Gruppe. Beispiel: http://example.net/group/nickname." +msgstr "Adresse der OStatus-Liste, etwa http://example.net/user/all/tag." #. TRANS: Error text displayed when trying to subscribe to a list already a subscriber to. -#, fuzzy msgid "You are already subscribed to this list." -msgstr "Du hast diesen Benutzer bereits abonniert:" +msgstr "Du hast diese Liste bereits abonniert." #. TRANS: Page title for OStatus remote list subscription form -#, fuzzy msgid "Confirm subscription to remote list" -msgstr "Bestätige das Beitreten einer Remotegruppe" +msgstr "Das Abonnement einer entfernten Liste bestätigen" #. TRANS: Instructions for OStatus list subscription form. -#, fuzzy msgid "" "You can subscribe to lists from other supported sites. Paste the list's URI " "below:" msgstr "" -"Du kannst Gruppen von anderen unterstützten Websites abonnieren. Füge die " -"URI der Gruppe unten ein:" +"Du kannst Listen von anderen unterstützten Websites abonnieren. Füge die URI " +"der Liste unten ein:" #. TRANS: Client error. msgid "No such group." msgstr "Keine derartige Gruppe." #. TRANS: Client error. -#, fuzzy msgid "Cannot accept remote posts for a remote group." msgstr "Kann Remoteposts für Remotegruppen nicht akzeptieren." #. TRANS: Client error. -#, fuzzy msgid "Cannot read profile to set up group membership." -msgstr "Kann Profil nicht lesen, um die Gruppenmitgliedschaft einzurichten." +msgstr "Kann Profil nicht lesen um die Gruppenmitgliedschaft einzurichten." #. TRANS: Client error. #. TRANS: Client error displayed when trying to have a group join another group. -#, fuzzy msgid "Groups cannot join groups." -msgstr "Gruppen können Remotegruppen nicht beitreten." +msgstr "Gruppen können Gruppen nicht beitreten." #. 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." @@ -617,7 +596,6 @@ msgstr "Konnte Remotebenutzer %1$s nicht der Gruppe %2$s hinzufügen." #. TRANS: Client error displayed when group membership cannot be cancelled #. TRANS: because the remote profile could not be read. -#, fuzzy msgid "Cannot read profile to cancel group membership." msgstr "Kann Profil nicht lesen, um die Gruppenmitgliedschaft zu kündigen." @@ -632,47 +610,42 @@ msgid "No such list." msgstr "Liste nicht gefunden." #. TRANS: Client error displayed when trying to send a message to a remote list. -#, fuzzy msgid "Cannot accept remote posts for a remote list." -msgstr "Kann Remoteposts für Remotegruppen nicht akzeptieren." +msgstr "Kann Remoteposts für Remotelisten nicht akzeptieren." #. TRANS: Client error displayed when referring to a non-existing remote list. -#, fuzzy msgid "Cannot read profile to set up list subscription." -msgstr "Kann Profil nicht lesen, um die Gruppenmitgliedschaft einzurichten." +msgstr "Kann Profil nicht lesen, um das Listenabonnement einzurichten." #. 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. -#, fuzzy msgid "Groups cannot subscribe to lists." -msgstr "Gruppen können Remotegruppen nicht beitreten." +msgstr "Gruppen können Listen nicht abonnieren." #. 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. -#, fuzzy, php-format +#, php-format msgid "Could not subscribe remote user %1$s to list %2$s." -msgstr "Konnte Remotebenutzer %1$s nicht der Gruppe %2$s hinzufügen." +msgstr "Konnte Remotebenutzer %1$s nicht zur Liste %2$s einschreiben." #. TRANS: Client error displayed when trying to unsubscribe from non-existing list. -#, fuzzy msgid "Cannot read profile to cancel list subscription." -msgstr "Kann Profil nicht lesen, um die Gruppenmitgliedschaft zu kündigen." +msgstr "Kann Profil nicht lesen, um das Listenabonnement zu kündigen." #. 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. -#, fuzzy, php-format +#, php-format msgid "Could not unsubscribe remote user %1$s from list %2$s." -msgstr "Konnte Remotebenutzer %1$s nicht der Gruppe %2$s hinzufügen." +msgstr "Konnte Remotebenutzer %1$s nicht aus der Liste %2$s austragen." #. TRANS: Client error. msgid "You can use the local subscription!" msgstr "Du kannst ein lokales Abonnement erstellen!" #. TRANS: Form title. -#, fuzzy msgctxt "TITLE" msgid "Subscribe to user" -msgstr "Abonniere diesen Benutzer" +msgstr "Benutzer abonnieren" #. TRANS: Form legend. %s is a group name. #, php-format @@ -685,9 +658,9 @@ msgid "Join" msgstr "Beitreten" #. TRANS: Form legend. %1$s is a list, %2$s is a lister's name. -#, fuzzy, php-format +#, php-format msgid "Subscribe to list %1$s by %2$s" -msgstr "Abonniere %s" +msgstr "Abonnement der Liste %1$s von %2$s" #. TRANS: Button text to subscribe to a list. #. TRANS: Button text to subscribe to a profile. @@ -713,9 +686,8 @@ msgid "Nickname of the user you want to follow." msgstr "Name des Benutzers, dem du folgen möchtest" #. TRANS: Tooltip for field label "Profile Account". -#, fuzzy msgid "Your account ID (e.g. user@identi.ca)." -msgstr "Deine Konto-ID (z.B. user@identi.ca)." +msgstr "Deine Account-ID (z.B. user@identi.ca)." #. TRANS: Client error. msgid "Must provide a remote profile." @@ -756,9 +728,9 @@ msgid "Not a valid webfinger address." msgstr "Ungültige Webfinger-Adresse." #. TRANS: Exception. %s is a webfinger address. -#, fuzzy, php-format +#, php-format msgid "Could not find a valid profile for \"%s\"." -msgstr "Es konnte kein gültiges Profil für „%s“ gefunden werden." +msgstr "Konnte kein gültiges Profil für „%s“ finden." #. TRANS: Server exception. msgid "Attempting to start PuSH subscription for feed with no hub." @@ -771,18 +743,14 @@ msgstr "" "Es wird versucht, ein PuSH-Abonnemont für einen Feed ohne Hub zu beenden." #. TRANS: Server exception. %s is a URI -#, fuzzy, php-format +#, php-format msgid "Invalid ostatus_profile state: Two or more IDs set for %s." -msgstr "" -"Ungültiger ostatus_profile-Zustand: Sowohl Gruppen- als auch Profil-ID für %" -"s gesetzt." +msgstr "Ungültiger ostatus_profile-Zustand: Mehrere IDs für %s gesetzt." #. TRANS: Server exception. %s is a URI -#, fuzzy, php-format +#, php-format msgid "Invalid ostatus_profile state: All IDs empty for %s." -msgstr "" -"Ungültiger ostatus_profile-Zustand: Sowohl Gruppen- als auch Profil-ID für %" -"s sind leer." +msgstr "Ungültiger ostatus_profile-Zustand: Alle IDs für %s sind leer." #. TRANS: Server exception. #. TRANS: %1$s is the method name the exception occured in, %2$s is the actor type. @@ -808,17 +776,17 @@ msgstr "RSS-Feed ohne einen Kanal." #. TRANS: Client exception thrown when trying to share multiple activities at once. msgid "Can only handle share activities with exactly one object." -msgstr "" +msgstr "Kann nur Teilen-Aktivitäten mit genau einem Objekt verarbeiten." #. TRANS: Client exception thrown when trying to share a non-activity object. msgid "Can only handle shared activities." -msgstr "" +msgstr "Kann nur Teilen von Aktivitäten bearbeiten." #. 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 "" +msgstr "Speichern der Aktivität %s gescheitert." #. TRANS: Client exception. %s is a source URI. #, php-format @@ -836,7 +804,6 @@ msgid "Could not reach profile page %s." msgstr "Konnte Profilseite %s nicht erreichen." #. TRANS: Feed sub exception. -#, fuzzy msgid "Cannot find enough profile information to make a feed." msgstr "" "Kann nicht genug Profilinformationen finden, um einen Feed zu erstellen." @@ -846,49 +813,42 @@ msgid "No author ID URI found." msgstr "Keine Autoren-ID-URI gefunden." #. TRANS: Exception. -#, fuzzy msgid "No profile URI." -msgstr "Beitritt in Remote-Gruppe fehlgeschlagen!" +msgstr "Kein Profil-URI." #. TRANS: Exception. -#, fuzzy msgid "Local user cannot be referenced as remote." -msgstr "Lokaler Benutzer kann nicht als remote verwiesen werden." +msgstr "Lokaler Benutzer kann nicht als entfernt referenziert werden." #. TRANS: Exception. -#, fuzzy msgid "Local group cannot be referenced as remote." -msgstr "Lokale Gruppe kann nicht als remote verwiesen werden." +msgstr "Lokale Gruppe kann nicht als entfernt referenziert werden." #. TRANS: Exception. -#, fuzzy msgid "Local list cannot be referenced as remote." -msgstr "Lokaler Benutzer kann nicht als remote verwiesen werden." +msgstr "Lokale Liste kann nicht als entfernt referenziert werden." #. TRANS: Server exception. -#, fuzzy msgid "Cannot save local profile." msgstr "Lokales Profil kann nicht gespeichert werden." #. TRANS: Server exception. -#, fuzzy msgid "Cannot save local list." -msgstr "Lokales Profil kann nicht gespeichert werden." +msgstr "Lokale Liste kann nicht gespeichert werden." #. TRANS: Server exception. -#, fuzzy msgid "Cannot save OStatus profile." msgstr "OStatus-Profil kann nicht gespeichert werden." #. TRANS: Exception. %s is a webfinger address. -#, fuzzy, php-format +#, php-format msgid "Could not save profile for \"%s\"." msgstr "Profil für „%s“ konnte nicht gespeichert werden." #. TRANS: Exception. %s is a webfinger address. -#, fuzzy, php-format +#, php-format msgid "Could not save OStatus profile for \"%s\"." -msgstr "Ostatus_profile für „%s“ konnte nicht gespeichert werden." +msgstr "Ostatus-Profil für „%s“ konnte nicht gespeichert werden." #. TRANS: Server exception. msgid "Could not store HTML content of long post as file." @@ -978,14 +938,12 @@ msgid "This target does not understand leave events." msgstr "Dieses Ziel versteht das Verlassen von Events nicht." #. TRANS: Client exception. -#, fuzzy msgid "This target does not understand list events." -msgstr "Dieses Ziel versteht das Teilen von Events nicht." +msgstr "Dieses Ziel versteht keine Listen-Ereignisse." #. TRANS: Client exception. -#, fuzzy msgid "This target does not understand unlist events." -msgstr "Dieses Ziel versteht das Teilen von Events nicht." +msgstr "Dieses Ziel versteht keine Ablisten-Ereignisse." #. TRANS: Exception. msgid "Received a salmon slap from unidentified actor." diff --git a/plugins/OStatus/locale/es/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/es/LC_MESSAGES/OStatus.po index 403a3d60f4..6629e1450e 100644 --- a/plugins/OStatus/locale/es/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/es/LC_MESSAGES/OStatus.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:08+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:31+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: String in the gettext speed test script. Unimportant. diff --git a/plugins/OStatus/locale/eu/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/eu/LC_MESSAGES/OStatus.po index 39a3db24f5..33690e4a1e 100644 --- a/plugins/OStatus/locale/eu/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/eu/LC_MESSAGES/OStatus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:08+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:32+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: String in the gettext speed test script. Unimportant. diff --git a/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po index 5ce7f196d7..f48fce4e42 100644 --- a/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po @@ -17,13 +17,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:09+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:04+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" diff --git a/plugins/OStatus/locale/gl/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/gl/LC_MESSAGES/OStatus.po index 9872b4f078..8def4d8975 100644 --- a/plugins/OStatus/locale/gl/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/gl/LC_MESSAGES/OStatus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OStatus to Galician (Galego) +# Translation of StatusNet - OStatus to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:09+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:49:04+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" diff --git a/plugins/OStatus/locale/ia/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/ia/LC_MESSAGES/OStatus.po index 7572839d9e..13e07d7b0b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:09+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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 13:49:04+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" diff --git a/plugins/OStatus/locale/ko/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/ko/LC_MESSAGES/OStatus.po index 70b0637fd2..4d6eae15da 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:09+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:33+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ko\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" diff --git a/plugins/OStatus/locale/mk/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/mk/LC_MESSAGES/OStatus.po index c5493a75c3..dbe3e0d969 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:10+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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 13:49:04+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" diff --git a/plugins/OStatus/locale/nl/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/nl/LC_MESSAGES/OStatus.po index 4eae33bafb..9100419daa 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:10+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:04+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" diff --git a/plugins/OStatus/locale/tl/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/tl/LC_MESSAGES/OStatus.po index 5084d0ba21..ac0f665ea8 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:10+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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 13:49:04+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" @@ -31,9 +31,8 @@ msgid "Subscribe" msgstr "Pumayag na tumanggap ng sipi" #. TRANS: Fieldset legend. -#, fuzzy msgid "List remote profile" -msgstr "Tatakan ang malayong balangkas" +msgstr "Ilista ang malayong balangkas" #. TRANS: Field label. msgctxt "LABEL" @@ -204,9 +203,8 @@ msgid "%s has updated their profile page." msgstr "Si %s ay nagsapanahon ng kanilang pahina ng balangkas." #. TRANS: Link text for a user to list an OStatus user. -#, fuzzy msgid "List" -msgstr "Itala" +msgstr "Ilista" #. TRANS: Plugin description. msgid "" @@ -279,14 +277,13 @@ msgid "Invalid URL passed for %1$s: \"%2$s\"" msgstr "Hindi katanggap-tanggap na URL ang ipinasa para sa %1$s: \"%2$s\"" #. TRANS: Client error displayed when trying to list a local object as if it is remote. -#, fuzzy msgid "You can use the local list functionality!" -msgstr "Maaari mong gamitin ang katutubong pagpapasipi!" +msgstr "Maaari mong gamitin ang katungkulan ng katutubong listahan!" #. TRANS: Header for listing a remote object. %s is a remote object's name. -#, fuzzy, php-format +#, php-format msgid "List %s" -msgstr "Itala" +msgstr "Ilista ang %s" #. TRANS: Button text to list a remote object. msgctxt "BUTTON" @@ -298,9 +295,8 @@ msgid "User nickname" msgstr "Palayaw ng tagagamit" #. TRANS: Field title. -#, fuzzy msgid "Nickname of the user you want to list." -msgstr "Palayaw ng tagagamit na nais mong tatakan." +msgstr "Palayaw ng tagagamit na nais mong ilista." #. TRANS: Field label. msgid "Profile Account" @@ -508,34 +504,28 @@ msgid "Not a person object." msgstr "Hindi isang bagay ng tao." #. TRANS: Client exception. -#, fuzzy msgid "Unidentified profile being listed." -msgstr "Tinatatakang balangkas na hindi nakikilala." +msgstr "Inililistang balangkas na hindi pa nakikilala." #. TRANS: Client exception. -#, fuzzy msgid "This user is not the one being listed." -msgstr "Hindi ito ang tagagamit na tinatatakan." +msgstr "Hindi ito ang tagagamit na inililista." #. TRANS: Client exception. -#, fuzzy msgid "The listing could not be saved." -msgstr "Hindi masasagip ang tatak." +msgstr "Hindi masasagip ang listahan." #. TRANS: Client exception. -#, fuzzy msgid "Unidentified profile being unlisted." -msgstr "Ang hindi nakikilalang balangkas na hindi na tinatakan." +msgstr "Inaalis sa lista na balangkas na hindi pa nakikilala." #. TRANS: Client exception. -#, fuzzy msgid "This user is not the one being unlisted." -msgstr "Hindi ito ang tagagamit na hindi na tinatatakan." +msgstr "Hindi ito ang tagagamit na inaalis mula sa listahan." #. TRANS: Client exception. -#, fuzzy msgid "The listing could not be deleted." -msgstr "Hindi mabubura ang tatak." +msgstr "Hindi mabura ang listahan." #. TRANS: Client exception. msgid "Cannot favorite/unfavorite without an object." @@ -805,16 +795,18 @@ msgstr "Pasubong RSS na walang libuyan." #. TRANS: Client exception thrown when trying to share multiple activities at once. msgid "Can only handle share activities with exactly one object." msgstr "" +"Makapanghahawak lamang ng mga gawaing pinagsasaluhan na mayroong isang bagay " +"lang talaga." #. TRANS: Client exception thrown when trying to share a non-activity object. msgid "Can only handle shared activities." -msgstr "" +msgstr "Makapanghahawak lamang ng mga gawaing pinagsasaluhan." #. 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 "" +msgstr "Nabigo sa pagsagip ng gawaing %s." #. TRANS: Client exception. %s is a source URI. #, php-format @@ -969,17 +961,15 @@ msgstr "" "Ang pinupukol na ito ay hindi nakakaunawa ng mga kaganapan ng paglisan." #. TRANS: Client exception. -#, fuzzy msgid "This target does not understand list events." msgstr "" -"Ang pinupukol na ito ay hindi nakakaunawa ng mga kaganapan ng pagtatatak." +"Ang pinupukol na ito ay hindi nakakaunawa ng mga kaganapan ng paglilista." #. TRANS: Client exception. -#, fuzzy msgid "This target does not understand unlist events." msgstr "" -"Ang pinupukol na ito ay hindi nakakaunawa ng mga kaganapan ng hindi " -"pagtatatak." +"Ang pinupukol na ito ay hindi nakakaunawa ng mga kaganapan ng pagtatanggal " +"mula sa listahan." #. TRANS: Exception. msgid "Received a salmon slap from unidentified actor." diff --git a/plugins/OStatus/locale/uk/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/uk/LC_MESSAGES/OStatus.po index 7e203df63e..5384c431e4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:10+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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 13:49:04+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" diff --git a/plugins/OfflineBackup/locale/OfflineBackup.pot b/plugins/OfflineBackup/locale/OfflineBackup.pot index eed43a85b1..99457c03d8 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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/OfflineBackup/locale/de/LC_MESSAGES/OfflineBackup.po b/plugins/OfflineBackup/locale/de/LC_MESSAGES/OfflineBackup.po new file mode 100644 index 0000000000..577560047b --- /dev/null +++ b/plugins/OfflineBackup/locale/de/LC_MESSAGES/OfflineBackup.po @@ -0,0 +1,32 @@ +# Translation of StatusNet - OfflineBackup to German (Deutsch) +# Exported from translatewiki.net +# +# Author: PtM +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - OfflineBackup\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:21+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-06-18 00:06:35+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, php-format +msgctxt "" +"The backup file you requested is ready for download.\n" +"\n" +"%s\n" +"Thanks for your time,\n" +msgid "%s\n" +msgstr "%s\n" + +#. TRANS: Plugin description. +msgid "Backup user data in offline queue and email when ready." +msgstr "Speichere Nutzerdaten in einer Offline-Queue und maile, wenn bereit." diff --git a/plugins/OfflineBackup/locale/es/LC_MESSAGES/OfflineBackup.po b/plugins/OfflineBackup/locale/es/LC_MESSAGES/OfflineBackup.po new file mode 100644 index 0000000000..68827c8a95 --- /dev/null +++ b/plugins/OfflineBackup/locale/es/LC_MESSAGES/OfflineBackup.po @@ -0,0 +1,34 @@ +# Translation of StatusNet - OfflineBackup 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 - OfflineBackup\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:21+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-06-18 00:06:35+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, php-format +msgctxt "" +"The backup file you requested is ready for download.\n" +"\n" +"%s\n" +"Thanks for your time,\n" +msgid "%s\n" +msgstr "%s\n" + +#. TRANS: Plugin description. +msgid "Backup user data in offline queue and email when ready." +msgstr "" +"Guardar los datos de usuario en la cola sin conexión y enviarlos por correo " +"electrónico cuando estén listos." diff --git a/plugins/OfflineBackup/locale/fr/LC_MESSAGES/OfflineBackup.po b/plugins/OfflineBackup/locale/fr/LC_MESSAGES/OfflineBackup.po new file mode 100644 index 0000000000..710e0ba030 --- /dev/null +++ b/plugins/OfflineBackup/locale/fr/LC_MESSAGES/OfflineBackup.po @@ -0,0 +1,34 @@ +# Translation of StatusNet - OfflineBackup to French (français) +# Exported from translatewiki.net +# +# Author: Gomoko +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - OfflineBackup\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:21+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-06-18 00:06:35+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, php-format +msgctxt "" +"The backup file you requested is ready for download.\n" +"\n" +"%s\n" +"Thanks for your time,\n" +msgid "%s\n" +msgstr "%s\n" + +#. TRANS: Plugin description. +msgid "Backup user data in offline queue and email when ready." +msgstr "" +"Sauvegarder les données utilisateur dans une file hors connexion et " +"l'envoyer par courrier électronique quand elles sont prêtes." diff --git a/plugins/OfflineBackup/locale/gl/LC_MESSAGES/OfflineBackup.po b/plugins/OfflineBackup/locale/gl/LC_MESSAGES/OfflineBackup.po new file mode 100644 index 0000000000..fdd96db2c2 --- /dev/null +++ b/plugins/OfflineBackup/locale/gl/LC_MESSAGES/OfflineBackup.po @@ -0,0 +1,34 @@ +# Translation of StatusNet - OfflineBackup 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 - OfflineBackup\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:21+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-06-18 00:06:35+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, php-format +msgctxt "" +"The backup file you requested is ready for download.\n" +"\n" +"%s\n" +"Thanks for your time,\n" +msgid "%s\n" +msgstr "%s\n" + +#. TRANS: Plugin description. +msgid "Backup user data in offline queue and email when ready." +msgstr "" +"Gardar os datos de usuario na cola sen conexión e envialos por correo " +"electrónico cando estean listos." diff --git a/plugins/OfflineBackup/locale/ia/LC_MESSAGES/OfflineBackup.po b/plugins/OfflineBackup/locale/ia/LC_MESSAGES/OfflineBackup.po new file mode 100644 index 0000000000..ffb284f77e --- /dev/null +++ b/plugins/OfflineBackup/locale/ia/LC_MESSAGES/OfflineBackup.po @@ -0,0 +1,34 @@ +# Translation of StatusNet - OfflineBackup to Interlingua (interlingua) +# Exported from translatewiki.net +# +# Author: McDutchie +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - OfflineBackup\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:21+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-06-18 00:06:35+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, php-format +msgctxt "" +"The backup file you requested is ready for download.\n" +"\n" +"%s\n" +"Thanks for your time,\n" +msgid "%s\n" +msgstr "%s\n" + +#. TRANS: Plugin description. +msgid "Backup user data in offline queue and email when ready." +msgstr "" +"Copiar le datos del usator in le cauda foras de linea e inviar le copia per " +"e-mail quando es preste." diff --git a/plugins/OfflineBackup/locale/it/LC_MESSAGES/OfflineBackup.po b/plugins/OfflineBackup/locale/it/LC_MESSAGES/OfflineBackup.po new file mode 100644 index 0000000000..d9f4c3ce4b --- /dev/null +++ b/plugins/OfflineBackup/locale/it/LC_MESSAGES/OfflineBackup.po @@ -0,0 +1,35 @@ +# Translation of StatusNet - OfflineBackup to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# Author: Ximo17 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - OfflineBackup\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:21+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-06-18 00:06:35+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, php-format +msgctxt "" +"The backup file you requested is ready for download.\n" +"\n" +"%s\n" +"Thanks for your time,\n" +msgid "%s\n" +msgstr "%s\n" + +#. TRANS: Plugin description. +msgid "Backup user data in offline queue and email when ready." +msgstr "" +"Creare una copia di backup dei dati dell'utente in modalità non in linea e " +"spedirli tramite e-mail quando sono pronti." diff --git a/plugins/OfflineBackup/locale/mk/LC_MESSAGES/OfflineBackup.po b/plugins/OfflineBackup/locale/mk/LC_MESSAGES/OfflineBackup.po new file mode 100644 index 0000000000..4ca009ec74 --- /dev/null +++ b/plugins/OfflineBackup/locale/mk/LC_MESSAGES/OfflineBackup.po @@ -0,0 +1,34 @@ +# Translation of StatusNet - OfflineBackup to Macedonian (македонски) +# Exported from translatewiki.net +# +# Author: Bjankuloski06 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - OfflineBackup\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:21+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-06-18 00:06:35+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" + +#, php-format +msgctxt "" +"The backup file you requested is ready for download.\n" +"\n" +"%s\n" +"Thanks for your time,\n" +msgid "%s\n" +msgstr "%s\n" + +#. TRANS: Plugin description. +msgid "Backup user data in offline queue and email when ready." +msgstr "" +"Ги става корисничките податоци во резерва (вонмрежна редица), а кога ќе " +"заврши, испраќа е-пошта." diff --git a/plugins/OfflineBackup/locale/nl/LC_MESSAGES/OfflineBackup.po b/plugins/OfflineBackup/locale/nl/LC_MESSAGES/OfflineBackup.po new file mode 100644 index 0000000000..0be40621c8 --- /dev/null +++ b/plugins/OfflineBackup/locale/nl/LC_MESSAGES/OfflineBackup.po @@ -0,0 +1,32 @@ +# Translation of StatusNet - OfflineBackup to Dutch (Nederlands) +# Exported from translatewiki.net +# +# Author: Siebrand +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - OfflineBackup\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:21+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-06-18 00:06:35+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, php-format +msgctxt "" +"The backup file you requested is ready for download.\n" +"\n" +"%s\n" +"Thanks for your time,\n" +msgid "%s\n" +msgstr "%s\n" + +#. TRANS: Plugin description. +msgid "Backup user data in offline queue and email when ready." +msgstr "Gebruikersgegevens offline back-uppen en e-mailen als afgerond." diff --git a/plugins/OfflineBackup/locale/tl/LC_MESSAGES/OfflineBackup.po b/plugins/OfflineBackup/locale/tl/LC_MESSAGES/OfflineBackup.po new file mode 100644 index 0000000000..d2ef19a4f0 --- /dev/null +++ b/plugins/OfflineBackup/locale/tl/LC_MESSAGES/OfflineBackup.po @@ -0,0 +1,34 @@ +# Translation of StatusNet - OfflineBackup to Tagalog (Tagalog) +# Exported from translatewiki.net +# +# Author: AnakngAraw +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - OfflineBackup\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:21+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-06-18 00:06:35+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, php-format +msgctxt "" +"The backup file you requested is ready for download.\n" +"\n" +"%s\n" +"Thanks for your time,\n" +msgid "%s\n" +msgstr "%s\n" + +#. TRANS: Plugin description. +msgid "Backup user data in offline queue and email when ready." +msgstr "" +"Gawan ng pansalong kopya ang dato ng tagagamit sa loob ng pilang hindi " +"nakakunekta sa Internet at ipadala ang e-liham kapag nakahanda na." diff --git a/plugins/OpenExternalLinkTarget/locale/OpenExternalLinkTarget.pot b/plugins/OpenExternalLinkTarget/locale/OpenExternalLinkTarget.pot index 688bcc8a6e..01e6fa8824 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 acc73e8c8a..bcc206572e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" diff --git a/plugins/OpenExternalLinkTarget/locale/ca/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/ca/LC_MESSAGES/OpenExternalLinkTarget.po index 8a3a7e80ff..8d70a7a20d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:10+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" diff --git a/plugins/OpenExternalLinkTarget/locale/de/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/de/LC_MESSAGES/OpenExternalLinkTarget.po index 41e941de89..fe7b6032b1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:10+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" diff --git a/plugins/OpenExternalLinkTarget/locale/es/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/es/LC_MESSAGES/OpenExternalLinkTarget.po index 6084dd1ba8..5ebdcde26c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:01+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:10+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" diff --git a/plugins/OpenExternalLinkTarget/locale/eu/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/eu/LC_MESSAGES/OpenExternalLinkTarget.po index 74c8ab983c..f1f8dfc579 100644 --- a/plugins/OpenExternalLinkTarget/locale/eu/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/eu/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:02+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:23+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/OpenExternalLinkTarget/locale/fr/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/fr/LC_MESSAGES/OpenExternalLinkTarget.po index 39c21ac09c..56e8a90450 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:02+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:10+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" diff --git a/plugins/OpenExternalLinkTarget/locale/gl/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/gl/LC_MESSAGES/OpenExternalLinkTarget.po index 2381b5c8be..40abfd65f8 100644 --- a/plugins/OpenExternalLinkTarget/locale/gl/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/gl/LC_MESSAGES/OpenExternalLinkTarget.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenExternalLinkTarget to Galician (Galego) +# Translation of StatusNet - OpenExternalLinkTarget to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:02+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:10+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" diff --git a/plugins/OpenExternalLinkTarget/locale/he/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/he/LC_MESSAGES/OpenExternalLinkTarget.po index d29afb0589..00b62fa6b2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:02+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:10+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" diff --git a/plugins/OpenExternalLinkTarget/locale/ia/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/ia/LC_MESSAGES/OpenExternalLinkTarget.po index 4dc841da0a..31a8f18b1d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:02+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:10+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" diff --git a/plugins/OpenExternalLinkTarget/locale/it/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/it/LC_MESSAGES/OpenExternalLinkTarget.po new file mode 100644 index 0000000000..42ca0746dc --- /dev/null +++ b/plugins/OpenExternalLinkTarget/locale/it/LC_MESSAGES/OpenExternalLinkTarget.po @@ -0,0 +1,23 @@ +# Translation of StatusNet - OpenExternalLinkTarget to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:24+0000\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-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Opens external links (i.e. with rel=external) on a new window or tab." +msgstr "Apre i link esterni (ad esempio con rel=external) in una nuova scheda." diff --git a/plugins/OpenExternalLinkTarget/locale/ja/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/ja/LC_MESSAGES/OpenExternalLinkTarget.po index 3f1d5df576..bfee0948d5 100644 --- a/plugins/OpenExternalLinkTarget/locale/ja/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/ja/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:02+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:24+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=1; plural=0;\n" #. TRANS: Plugin description. diff --git a/plugins/OpenExternalLinkTarget/locale/mk/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/mk/LC_MESSAGES/OpenExternalLinkTarget.po index c9f6927445..44d69543a3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:02+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:10+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" diff --git a/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po index 85693586d6..0c014ea1f9 100644 --- a/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:02+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:10+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" diff --git a/plugins/OpenExternalLinkTarget/locale/nl/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/nl/LC_MESSAGES/OpenExternalLinkTarget.po index 4f65f10a50..1f3e5f3e32 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:02+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:10+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" diff --git a/plugins/OpenExternalLinkTarget/locale/pt/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/pt/LC_MESSAGES/OpenExternalLinkTarget.po index ca88aed359..5dca073670 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:02+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:10+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" diff --git a/plugins/OpenExternalLinkTarget/locale/ru/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/ru/LC_MESSAGES/OpenExternalLinkTarget.po index 4f216772f6..2b11f8a649 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:02+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:10+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" diff --git a/plugins/OpenExternalLinkTarget/locale/tl/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/tl/LC_MESSAGES/OpenExternalLinkTarget.po index 48df158561..00626cd6c6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:02+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:10+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" diff --git a/plugins/OpenExternalLinkTarget/locale/uk/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/uk/LC_MESSAGES/OpenExternalLinkTarget.po index 6087f132f1..0362e529f2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:02+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:10+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" diff --git a/plugins/OpenExternalLinkTarget/locale/zh_CN/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/zh_CN/LC_MESSAGES/OpenExternalLinkTarget.po index bc5f9e0d82..ee273a9d72 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:03+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" diff --git a/plugins/OpenID/locale/OpenID.pot b/plugins/OpenID/locale/OpenID.pot index 850a9bbc99..ffc4831868 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 b2b3bc37c4..e273faaedd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:03+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:24+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-openid\n" diff --git a/plugins/OpenID/locale/ca/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/ca/LC_MESSAGES/OpenID.po index 9609a526ed..1d8da991a3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:03+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-openid\n" diff --git a/plugins/OpenID/locale/de/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/de/LC_MESSAGES/OpenID.po index 124436a612..fc66574e3f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:03+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-openid\n" diff --git a/plugins/OpenID/locale/es/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/es/LC_MESSAGES/OpenID.po index 6c3cc18a92..364ce8c178 100644 --- a/plugins/OpenID/locale/es/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/es/LC_MESSAGES/OpenID.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:03+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:25+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Title for identity verification page. diff --git a/plugins/OpenID/locale/eu/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/eu/LC_MESSAGES/OpenID.po index 9f5e3aff6a..c379f69bc0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:04+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-openid\n" diff --git a/plugins/OpenID/locale/fr/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/fr/LC_MESSAGES/OpenID.po index 70e56c8a8e..32c90cfdc5 100644 --- a/plugins/OpenID/locale/fr/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/fr/LC_MESSAGES/OpenID.po @@ -16,13 +16,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:04+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-openid\n" diff --git a/plugins/OpenID/locale/gl/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/gl/LC_MESSAGES/OpenID.po index 21cd56b8e1..c8089e7521 100644 --- a/plugins/OpenID/locale/gl/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/gl/LC_MESSAGES/OpenID.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenID to Galician (Galego) +# Translation of StatusNet - OpenID to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:04+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-openid\n" diff --git a/plugins/OpenID/locale/ia/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/ia/LC_MESSAGES/OpenID.po index f9293233f4..838558ec7c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:04+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-openid\n" diff --git a/plugins/OpenID/locale/it/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/it/LC_MESSAGES/OpenID.po new file mode 100644 index 0000000000..c60c3a00b0 --- /dev/null +++ b/plugins/OpenID/locale/it/LC_MESSAGES/OpenID.po @@ -0,0 +1,649 @@ +# Translation of StatusNet - OpenID to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# Author: Od1n +# Author: Ximo17 +# Author: 1009 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - OpenID\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:26+0000\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-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Title for identity verification page. +msgid "OpenID Identity Verification" +msgstr "Verifica dell'identità OpenID" + +#. TRANS: Client error when visiting page directly. +msgid "" +"This page should only be reached during OpenID processing, not directly." +msgstr "" +"Questa pagina dovrebbe essere visualizzata soltanto durante la procedura " +"OpenID, non direttamente." + +#. TRANS: Page notice. %s is a trustroot name. +#, php-format +msgid "" +"%s has asked to verify your identity. Click Continue to verify your identity " +"and login without creating a new password." +msgstr "" +"%s ha richiesto di verificare la vostra identità. Cliccate su Continua per " +"verificare la vostra identità ed accedere senza creare una nuova password." + +#. 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 "Continua" + +#. TRANS: Button text to cancel OpenID identity verification. +msgctxt "BUTTON" +msgid "Cancel" +msgstr "Annulla" + +#. TRANS: Client exception thrown when an action is not available. +msgid "Unavailable action." +msgstr "Azione non disponibile." + +#. TRANS: Tooltip for main menu option "Login" +msgctxt "TOOLTIP" +msgid "Login to the site." +msgstr "Accedi al sito." + +#. TRANS: Main menu option when not logged in to log in +msgctxt "MENU" +msgid "Login" +msgstr "Accedi" + +#. TRANS: Tooltip for main menu option "Help" +msgctxt "TOOLTIP" +msgid "Help me!" +msgstr "Aiuto!" + +#. TRANS: Main menu option for help on the StatusNet site +msgctxt "MENU" +msgid "Help" +msgstr "Aiuto" + +#. TRANS: Tooltip for main menu option "Search" +msgctxt "TOOLTIP" +msgid "Search for people or text." +msgstr "Cerca delle persone o del testo." + +#. TRANS: Main menu option when logged in or when the StatusNet instance is not private +msgctxt "MENU" +msgid "Search" +msgstr "Ricerca" + +#. TRANS: OpenID plugin menu item on site logon page. +#. TRANS: OpenID plugin menu item on user settings page. +#. TRANS: OpenID configuration menu item. +msgctxt "MENU" +msgid "OpenID" +msgstr "OpenID" + +#. TRANS: OpenID plugin tooltip for logon menu item. +msgid "Login or register with OpenID." +msgstr "Accedi o registrati con OpenID" + +#. TRANS: OpenID plugin tooltip for user settings menu item. +msgid "Add or remove OpenIDs." +msgstr "Aggiungi o rimuovi 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 "" +"Possiedi un [OpenID] (http://openid.net/)? [Aggiungi un OpenID al tuo " +"account](%%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 "" +"(Possiedi un [OpenID](http://openid.net/)? Prova la nostra [registrazione " +"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 "" +"(Possiedi un [OpenID](http://openid.net/)? Prova il nostro [accesso OpenID](%" +"%action.openidlogin%%)!)" + +#. TRANS: Tooltip for OpenID configuration menu item. +msgid "OpenID configuration." +msgstr "Configurazione OpenID." + +#. TRANS: Plugin description. +msgid "Use OpenID to login to the site." +msgstr "" +"Utilizzate OpenIDper accedere al sito." + +#. TRANS: OpenID plugin logon form legend. +msgctxt "LEGEND" +msgid "OpenID login" +msgstr "Accesso OpenID" + +#. TRANS: Field label. +msgid "OpenID provider" +msgstr "Provider OpenID" + +#. TRANS: Form guide. +msgid "Enter your username." +msgstr "Inserisci il tuo nome utente." + +#. TRANS: Form guide. +msgid "You will be sent to the provider's site for authentication." +msgstr "Sarete indirizzati al sito del provider per l'autenticazione." + +#. TRANS: OpenID plugin logon form field label. +#. TRANS: Field label. +#. TRANS: OpenID plugin logon form field label. +msgid "OpenID URL" +msgstr "URL OpenID" + +#. TRANS: OpenID plugin logon form field instructions. +#. TRANS: OpenID plugin logon form field title. +msgid "Your OpenID URL." +msgstr "Il tuo URL OpenID" + +#. TRANS: Client error message trying to log on with OpenID while already logged on. +msgid "Already logged in." +msgstr "Accesso già effettuato." + +#. 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 "" +"Si è verificato un problema con il tuo token di sessione. Prova di nuovo." + +#. TRANS: Message given if user does not agree with the site's license. +msgid "You cannot register if you do not agree to the license." +msgstr "Non puoi registrarti se non accetti la licenza." + +#. TRANS: Messag given on an unknown error. +msgid "An unknown error has occured." +msgstr "Si è verificato un errore sconosciuto." + +#. TRANS: Instructions given after a first successful logon using OpenID. +#. TRANS: %s is the site name. +#, php-format +msgid "" +"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 "" +"Questo è il tuo primo accesso a %s perciò dovremo connettere il tuo account " +"OpenID ad un account locale. Puoi inoltre creare un nuovo account locale, o " +"connetterti tramite un account locale già esistente." + +#. TRANS: Title +msgctxt "TITLE" +msgid "OpenID Account Setup" +msgstr "Configurazione dell'account OpenID" + +#. TRANS: Fieldset legend. +msgid "Create new account" +msgstr "Crea nuovo account" + +#. TRANS: Form guide. +msgid "Create a new user with this nickname." +msgstr "Crea un nuovo utente con questo nickname." + +#. TRANS: Field label. +msgid "New nickname" +msgstr "Nuovo nickname" + +#. TRANS: Field title. +msgid "1-64 lowercase letters or numbers, no punctuation or spaces." +msgstr "1-64 lettere minuscole o numeri, senza punteggiatura o spazi." + +#. TRANS: Field label. +msgid "Email" +msgstr "Email" + +#. TRANS: Field title. +msgid "Used only for updates, announcements, and password recovery." +msgstr "Usata solo per aggiornamenti, annunci e recupero password." + +#. 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 "" +"I miei testi e file sono disponibili nei termini di %s a eccezione di questi " +"dati personali: password, indirizzo email, indirizzo messaggistica " +"istantanea e numero di telefono." + +#. TRANS: Button label in form in which to create a new user on the site for an OpenID. +msgctxt "BUTTON" +msgid "Create" +msgstr "Crea" + +#. TRANS: Used as form legend for form in which to connect an OpenID to an existing user on the site. +msgid "Connect existing account" +msgstr "Connettere un account esistente" + +#. TRANS: User instructions for form in which to connect an OpenID to an existing user on the site. +msgid "" +"If you already have an account, login with your username and password to " +"connect it to your OpenID." +msgstr "" +"Se hai già un account, effettua l'accesso con lo username e la password " +"corrispondenti per collegarlo al tuo OpenID." + +#. TRANS: Field label in form in which to connect an OpenID to an existing user on the site. +msgid "Existing nickname" +msgstr "Nickname esistente" + +#. TRANS: Field label in form in which to connect an OpenID to an existing user on the site. +msgid "Password" +msgstr "Password" + +#. TRANS: Button text in form in which to connect an OpenID to an existing user on the site. +msgctxt "BUTTON" +msgid "Connect" +msgstr "Collega" + +#. TRANS: Status message in case the response from the OpenID provider is that the logon attempt was cancelled. +msgid "OpenID authentication cancelled." +msgstr "Autenticazione OpenID annullata." + +#. 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. +#, php-format +msgid "OpenID authentication failed: %s." +msgstr "L'autenticazione tramite OpenID è fallita: %s." + +#. 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." +msgstr "" +"Autenticazione tramite OpenID conclusa: Non siete autorizzati ad accedere a " +"questo sito." + +#. 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. +msgid "Registration not allowed." +msgstr "Registrazione non consentita." + +#. TRANS: OpenID plugin message. No new user registration is allowed on the site without an invitation code, and the one provided was not valid. +msgid "Not a valid invitation code." +msgstr "Il codice di invito non è valido." + +#. TRANS: OpenID plugin message. The entered new user name is blacklisted. +msgid "Nickname not allowed." +msgstr "Nickname non consentito." + +#. TRANS: OpenID plugin message. The entered new user name is already used. +msgid "Nickname already in use. Try another one." +msgstr "Soprannome già in uso. Prova con un altro." + +#. TRANS: OpenID plugin server error. A stored OpenID cannot be retrieved. +#. TRANS: OpenID plugin server error. A stored OpenID cannot be found. +msgid "Stored OpenID not found." +msgstr "OpenID memorizzato non trovato." + +#. TRANS: OpenID plugin server error. +msgid "Creating new account for OpenID that already has a user." +msgstr "Creazione di un nuovo account per un OpenID che ha già un utente." + +#. TRANS: OpenID plugin message. +msgid "Invalid username or password." +msgstr "Nome utente o password non validi." + +#. TRANS: OpenID plugin server error. The user or user profile could not be saved. +msgid "Error connecting user to OpenID." +msgstr "Errore durante la connessione dell'utente a OpenID." + +#. TRANS: OpenID plugin server error. +msgid "Cannot instantiate OpenID consumer object." +msgstr "Impossibile istanziare l'oggetto OpenID cliente." + +#. TRANS: OpenID plugin message. Given when an OpenID is not valid. +msgid "Not a valid OpenID." +msgstr "Non è un codice OpenID valido." + +#. 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 "Autenticazione OpenID non riuscita: %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 "Impossibile reindirizzare verso il server: %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 "" +"Questo formulario dovrebbe essere inviato automaticamente. In caso " +"contrario, clicca sul pulsante \"Invia\" per accedere al tuo provider OpenID" + +#. TRANS: OpenID plugin server error. +msgid "Error saving the profile." +msgstr "Errore nel salvataggio del profilo." + +#. TRANS: OpenID plugin server error. +msgid "Error saving the user." +msgstr "Errore nel salvataggio dell'utente." + +#. TRANS: OpenID plugin client exception (403). +msgid "Unauthorized URL used for OpenID login." +msgstr "Indirizzo URL non autorizzato per l'accesso tramite OpenID" + +#. TRANS: Title +msgid "OpenID Login Submission" +msgstr "Invio richiesta di accesso tramite OpenID" + +#. TRANS: OpenID plugin message used while requesting authorization user's OpenID login provider. +msgid "Requesting authorization from your login provider..." +msgstr "Richiesta di autorizzazione dal vostro provider d'accesso..." + +#. 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 siete reindirizzati al vostro provider d'accesso entro pochi secondi, " +"provate a cliccare sul pulsante sottostante." + +#. TRANS: Title for OpenID bridge administration page. +msgctxt "TITLE" +msgid "OpenID Settings" +msgstr "Impostazioni OpenID." + +#. TRANS: Page instructions. +msgid "OpenID settings" +msgstr "Impostazioni OpenID." + +#. TRANS: Client error displayed when OpenID provider URL is too long. +msgid "Invalid provider URL. Maximum length is 255 characters." +msgstr "" +"Indirizzo URL del provider non valido. La lunghezza massima è di 255 " +"caratteri." + +#. TRANS: Client error displayed when Launchpad team name is too long. +msgid "Invalid team name. Maximum length is 255 characters." +msgstr "Nome di squadra non valido. La lunghezza massima è di 255 caratteri." + +#. TRANS: Fieldset legend. +msgctxt "LEGEND" +msgid "Trusted provider" +msgstr "Provider di fiducia" + +#. 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 "" +"Per impostazione predefinita, gli utenti possono autenticarsi con un " +"qualsiasi provider OpenID. Se state utilizzando un servizio OpenID personale " +"per la condivisione delle iscrizioni,\n" +"potete limitare l'accesso solo alle vostre utenze qui." + +#. TRANS: Field label. +msgid "Provider URL" +msgstr "URL Provider" + +#. TRANS: Field title. +msgid "" +"All OpenID logins will be sent to this URL; other providers may not be used." +msgstr "" +"Tutti gli accessi OpenID saranno inoltrati a questo URL; altri fornitori non " +"possono essere utilizzati." + +#. TRANS: Checkbox label. +msgid "Append a username to base URL" +msgstr "Aggiungere un nome utente all' URL di 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 "" +"Il form di accesso mostrerà l'indirizzo URL e chiederà un nome utente da " +"aggiungere alla fine. Questa opzione è da utilizzarsi se l'URL del provider " +"OpenID dovrà essere la pagina di profilo per utenti individuali." + +#. TRANS: Field label. +msgid "Required team" +msgstr "Squadra richiesta" + +#. TRANS: Field title. +msgid "Only allow logins from users in the given team (Launchpad extension)." +msgstr "" +"Consente solo l'accesso da utenti provenienti dalle squadre indicate " +"(estensione Launchpad)." + +#. TRANS: Fieldset legend. +msgctxt "LEGEND" +msgid "Options" +msgstr "Opzioni" + +#. TRANS: Checkbox label. +msgid "Enable OpenID-only mode" +msgstr "Abilita la modalità solo OpenID" + +#. TRANS: Checkbox title. +msgid "" +"Require all users to login via OpenID. Warning: disables password " +"authentication for all users!" +msgstr "" +"Si richiede a tutti gli utenti di effettuare il login tramite OpenID. " +"Attenzione: la password di autenticazione è disabilita!" + +#. TRANS: Button text to save OpenID settings. +msgctxt "BUTTON" +msgid "Save" +msgstr "Salva" + +#. TRANS: Button title to save OpenID settings. +msgid "Save OpenID settings." +msgstr "Salva le impostazioni di OpenID." + +#. TRANS: Error message displayed when trying to perform an action that requires a logged in user. +msgid "Not logged in." +msgstr "Accesso non effettuato." + +#. TRANS: Message in case a user tries to add an OpenID that is already connected to them. +msgid "You already have this OpenID!" +msgstr "Avete già questo 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 "Qualcun altro possiede già questo OpenID." + +#. TRANS: Message in case the OpenID object cannot be connected to the user. +msgid "Error connecting user." +msgstr "Errore durante la connessione dell'utente." + +#. TRANS: Message in case the user or the user profile cannot be saved in StatusNet. +msgid "Error updating profile." +msgstr "Errore durante l'aggiornamento del profilo." + +#. TRANS: Title after getting the status of the OpenID authorisation request. +msgid "OpenID Login" +msgstr "Accesso OpenID" + +#. TRANS: Title of OpenID settings page for a user. +msgctxt "TITLE" +msgid "OpenID settings" +msgstr "Impostazioni 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 "" +"[OpenID](%%doc.openid%%) permette di accedere a molti siti con lo stesso " +"account utente. Gestisci i tuoi OpenID associati da qui." + +#. TRANS: Fieldset legend. +msgctxt "LEGEND" +msgid "Add OpenID" +msgstr "Aggiungi 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 desiderate aggiungere un OpenID al vostro account, inseritelo nella " +"casella sottostante e cliccate su \"Aggiungi\"." + +#. TRANS: Button text for adding an OpenID URL. +msgctxt "BUTTON" +msgid "Add" +msgstr "Aggiungi" + +#. TRANS: Header on OpenID settings page. +msgctxt "HEADER" +msgid "Remove OpenID" +msgstr "Rimuovi 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 "" +"Rimuovendo il vostro unico OpenID non potrete più effettuare l'accesso! Se " +"dovete rimuoverlo, prima aggiungete un altro OpenID." + +#. TRANS: Form guide. +msgid "" +"You can remove an OpenID from your account by clicking the button marked " +"\"Remove\"." +msgstr "" +"Potete rimuovere un OpenID dal vostro account cliccando sul pulsante con la " +"scritta \"Rimuovi\"." + +#. TRANS: Button text to remove an OpenID. +#. TRANS: Button text to remove an OpenID trustroot. +msgctxt "BUTTON" +msgid "Remove" +msgstr "Rimuovi" + +#. TRANS: Fieldset legend. +msgid "OpenID Trusted Sites" +msgstr "Siti OpenID Attendibili" + +#. 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 "" +"I seguenti siti sono autorizzati ad accedere alla tua identità ed effettuare " +"l'accesso. Puoi rimuovere un sito da questa lista per negargli l'accesso al " +"tuo OpenID." + +#. TRANS: Form validation error if no OpenID providers can be added. +msgid "Cannot add new providers." +msgstr "Impossibile aggiungere dei nuovi provider." + +#. TRANS: Unexpected form validation error. +msgid "Something weird happened." +msgstr "E' successo qualcosa di buffo." + +#. TRANS: Form validation error when trying to remove a non-existing trustroot. +msgid "No such OpenID trustroot." +msgstr "OpenID di fiducia inesistente." + +#. TRANS: Success message after removing trustroots. +msgid "Trustroots removed." +msgstr "Origini verificate rimosse." + +#. TRANS: Form validation error for a non-existing OpenID. +msgid "No such OpenID." +msgstr "OpenID inesistente." + +#. TRANS: Form validation error if OpenID is connected to another user. +msgid "That OpenID does not belong to you." +msgstr "Questo OpenID non vi appartiene." + +#. TRANS: Success message after removing an OpenID. +msgid "OpenID removed." +msgstr "OpenID rimosso." + +#. 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 siete autorizzati ad utilizzare l'identità %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 "" +"E' solo un provider OpenID. Non c'è niente da vedere qui, proseguite..." + +#. 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%%)". +#, php-format +msgid "" +"For security reasons, please re-login with your [OpenID](%%doc.openid%%) " +"before changing your settings." +msgstr "" +"Per ragioni di sicurezza, per favore effettuate nuovamente l'accesso con il " +"vostro [OpenID] (%%doc.openid%%) prima di modificare le vostre impostazioni." + +#. TRANS: OpenID plugin message. +#. TRANS: "OpenID" is the display text for a link with URL "(%%doc.openid%%)". +#, php-format +msgid "Login with an [OpenID](%%doc.openid%%) account." +msgstr "Accesso con un account [OpenID](%%doc.openid%%)." + +#. TRANS: OpenID plugin message. Title. +msgctxt "TITLE" +msgid "OpenID Login" +msgstr "Accesso OpenID" + +#. TRANS: Field label. +msgctxt "LABEL" +msgid "OpenID provider" +msgstr "Provider OpenID" + +#. TRANS: OpenID plugin logon form checkbox label for setting to put the OpenID information in a cookie. +msgid "Remember me" +msgstr "Ricordati di me" + +#. TRANS: OpenID plugin logon form field title. +msgid "Automatically login in the future; not for shared computers!" +msgstr "Accedi automaticamente in futuro; non per computer condivisi!" + +#. TRANS: OpenID plugin logon form button label to start logon with the data provided in the logon form. +msgctxt "BUTTON" +msgid "Login" +msgstr "Accedi" diff --git a/plugins/OpenID/locale/ko/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/ko/LC_MESSAGES/OpenID.po index cef0550337..3ee3658da4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:04+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:26+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ko\n" "X-Message-Group: #out-statusnet-plugin-openid\n" diff --git a/plugins/OpenID/locale/mk/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/mk/LC_MESSAGES/OpenID.po index 55c26e876c..e9049bf604 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:05+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-openid\n" diff --git a/plugins/OpenID/locale/nl/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/nl/LC_MESSAGES/OpenID.po index a20c539102..7916925d8c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:05+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:27+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\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 0a898762a2..63abccedc0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:05+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-openid\n" diff --git a/plugins/OpenID/locale/tl/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/tl/LC_MESSAGES/OpenID.po index eafbdbf5d9..51c845902b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:05+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-openid\n" @@ -54,7 +54,7 @@ msgstr "Huwag ituloy" #. TRANS: Client exception thrown when an action is not available. msgid "Unavailable action." -msgstr "" +msgstr "Galaw na hindi makuha." #. TRANS: Tooltip for main menu option "Login" msgctxt "TOOLTIP" @@ -108,6 +108,8 @@ msgid "" "(Have an [OpenID](http://openid.net/)? [Add an OpenID to your account](%%" "action.openidsettings%%)!" msgstr "" +"(Mayroong kang [OpenID](http://openid.net/)? [Magdagdag ng isang OpenID sa " +"akawnt mo](%%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]. @@ -116,6 +118,8 @@ msgid "" "(Have an [OpenID](http://openid.net/)? Try our [OpenID registration](%%" "action.openidlogin%%)!)" msgstr "" +"(Mayroon kang [OpenID](http://openid.net/)? Subukan ang aming [rehistasyon " +"ng 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]. @@ -124,6 +128,8 @@ msgid "" "(Have an [OpenID](http://openid.net/)? Try our [OpenID login](%%action." "openidlogin%%)!)" msgstr "" +"(Mayroon kang [OpenID](http://openid.net/)? Subukan ang aming [paglagda ng " +"OpenID](%%action.openidlogin%%)!)" #. TRANS: Tooltip for OpenID configuration menu item. msgid "OpenID configuration." diff --git a/plugins/OpenID/locale/uk/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/uk/LC_MESSAGES/OpenID.po index 9335ac2c64..4d1fd39531 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:05+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-openid\n" diff --git a/plugins/OpenX/locale/OpenX.pot b/plugins/OpenX/locale/OpenX.pot index 608cfd890f..78d1e949ff 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 8a29b75d0b..fd0c882cd9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-openx\n" diff --git a/plugins/OpenX/locale/de/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/de/LC_MESSAGES/OpenX.po index 3a46846915..986c214732 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-openx\n" diff --git a/plugins/OpenX/locale/es/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/es/LC_MESSAGES/OpenX.po index e0c8f58d9e..cb9a888406 100644 --- a/plugins/OpenX/locale/es/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/es/LC_MESSAGES/OpenX.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:28+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Menu item title. diff --git a/plugins/OpenX/locale/eu/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/eu/LC_MESSAGES/OpenX.po index f82d743465..b4f883ef61 100644 --- a/plugins/OpenX/locale/eu/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/eu/LC_MESSAGES/OpenX.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:28+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Menu item title. diff --git a/plugins/OpenX/locale/fr/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/fr/LC_MESSAGES/OpenX.po index 932971eaf2..da28221451 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-openx\n" diff --git a/plugins/OpenX/locale/gl/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/gl/LC_MESSAGES/OpenX.po index 0c8d13ff10..024f72379b 100644 --- a/plugins/OpenX/locale/gl/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/gl/LC_MESSAGES/OpenX.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenX to Galician (Galego) +# Translation of StatusNet - OpenX to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-openx\n" diff --git a/plugins/OpenX/locale/ia/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/ia/LC_MESSAGES/OpenX.po index 2f09816cda..f65ed89d66 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-openx\n" diff --git a/plugins/OpenX/locale/it/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/it/LC_MESSAGES/OpenX.po new file mode 100644 index 0000000000..c21141f5cd --- /dev/null +++ b/plugins/OpenX/locale/it/LC_MESSAGES/OpenX.po @@ -0,0 +1,91 @@ +# Translation of StatusNet - OpenX to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# -- +# 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: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:29+0000\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-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Menu item title. +msgid "OpenX configuration." +msgstr "Configurazione OpenX." + +#. TRANS: Menu item for site administration +msgid "OpenX" +msgstr "OpenX" + +#. TRANS: Plugin description. +msgid "Plugin for OpenX Ad Server." +msgstr "" +"Plugin per il server pubblicitario 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 "Impostazioni OpenX per questo sito StatusNet" + +#. TRANS: Form label in OpenX admin panel. +msgid "Ad script URL" +msgstr "URL script Ad" + +#. TRANS: Tooltip for form label in OpenX admin panel. +msgid "Script URL" +msgstr "Script URL" + +#. TRANS: Form label in OpenX admin panel. Refers to advertisement format. +msgid "Medium rectangle" +msgstr "Rettangolo medio" + +#. TRANS: Tooltip for form label in OpenX admin panel. Refers to advertisement format. +msgid "Medium rectangle zone" +msgstr "Zona rettangolo medio" + +#. TRANS: Form label in OpenX admin panel. Refers to advertisement format. +msgid "Rectangle" +msgstr "Rettangolo" + +#. TRANS: Tooltip for form label in OpenX admin panel. Refers to advertisement format. +msgid "Rectangle zone" +msgstr "Zona rettangolo" + +#. TRANS: Form label in OpenX admin panel. Refers to advertisement format. +msgid "Leaderboard" +msgstr "Classifica" + +#. TRANS: Tooltip for form label in OpenX admin panel. Refers to advertisement format. +msgid "Leaderboard zone" +msgstr "Zona della classifica" + +#. TRANS: Form label in OpenX admin panel. Refers to advertisement format. +msgid "Skyscraper" +msgstr "Banner verticale" + +#. TRANS: Tooltip for form label in OpenX admin panel. Refers to advertisement format. +msgid "Wide skyscraper zone" +msgstr "Zona banner verticale largo" + +#. TRANS: Submit button text in OpenX admin panel. +msgctxt "BUTTON" +msgid "Save" +msgstr "Salva" + +#. TRANS: Submit button title in OpenX admin panel. +msgid "Save OpenX settings." +msgstr "Salva le impostazioni di OpenX." diff --git a/plugins/OpenX/locale/mk/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/mk/LC_MESSAGES/OpenX.po index 245a0dfe06..ea75865e17 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-openx\n" diff --git a/plugins/OpenX/locale/nl/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/nl/LC_MESSAGES/OpenX.po index 45c3eb8cde..49c5a73540 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-openx\n" diff --git a/plugins/OpenX/locale/tl/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/tl/LC_MESSAGES/OpenX.po index 4935afa9e7..385fd50048 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-openx\n" diff --git a/plugins/OpenX/locale/uk/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/uk/LC_MESSAGES/OpenX.po index 3bdc61a7cf..aa6f63ac66 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:06+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-openx\n" diff --git a/plugins/Orbited/locale/Orbited.pot b/plugins/Orbited/locale/Orbited.pot index 2c1333d640..1d3deddabc 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 2a45afc996..c32dbf3b58 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:13+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-orbited\n" diff --git a/plugins/Orbited/locale/es/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/es/LC_MESSAGES/Orbited.po index f590a56225..a048d4dc42 100644 --- a/plugins/Orbited/locale/es/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/es/LC_MESSAGES/Orbited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:30+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Server exception thrown when no connection can be made to a queue server. diff --git a/plugins/Orbited/locale/eu/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/eu/LC_MESSAGES/Orbited.po index 8d5ddb6aec..c681d547fd 100644 --- a/plugins/Orbited/locale/eu/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/eu/LC_MESSAGES/Orbited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:30+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Server exception thrown when no connection can be made to a queue server. diff --git a/plugins/Orbited/locale/fr/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/fr/LC_MESSAGES/Orbited.po index 30aa5d3016..05f3fe9cd1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:13+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-orbited\n" diff --git a/plugins/Orbited/locale/gl/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/gl/LC_MESSAGES/Orbited.po index f15b61ab56..187c7438f1 100644 --- a/plugins/Orbited/locale/gl/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/gl/LC_MESSAGES/Orbited.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Orbited to Galician (Galego) +# Translation of StatusNet - Orbited to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:13+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-orbited\n" diff --git a/plugins/Orbited/locale/ia/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/ia/LC_MESSAGES/Orbited.po index 3a2e8fafff..227c2a3c4c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:13+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-orbited\n" diff --git a/plugins/Orbited/locale/it/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/it/LC_MESSAGES/Orbited.po new file mode 100644 index 0000000000..4521e80328 --- /dev/null +++ b/plugins/Orbited/locale/it/LC_MESSAGES/Orbited.po @@ -0,0 +1,28 @@ +# Translation of StatusNet - Orbited to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# Author: Ximo17 +# -- +# 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-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:30+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 (233fc08); Translate 2012-06-21\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 "Impossibile connettersi al server di coda." + +#. TRANS: Plugin description. +msgid "Plugin to make updates using Orbited and STOMP." +msgstr "Plugin per fare aggiornamenti utilizzando Orbited e STOMP." diff --git a/plugins/Orbited/locale/mk/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/mk/LC_MESSAGES/Orbited.po index 9d8afc2961..3edb3453b1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:13+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-orbited\n" diff --git a/plugins/Orbited/locale/nl/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/nl/LC_MESSAGES/Orbited.po index 3de81ea5b4..9086e1bcb9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:13+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-orbited\n" diff --git a/plugins/Orbited/locale/tl/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/tl/LC_MESSAGES/Orbited.po index 7600b50c18..6393883fc2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:13+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-orbited\n" diff --git a/plugins/Orbited/locale/uk/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/uk/LC_MESSAGES/Orbited.po index 905809eafe..de14ee4db8 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:07+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:13+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-orbited\n" diff --git a/plugins/PiwikAnalytics/locale/PiwikAnalytics.pot b/plugins/PiwikAnalytics/locale/PiwikAnalytics.pot index 1e0988631d..4bd76be314 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 eff7e1ce2d..538b3476af 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" diff --git a/plugins/PiwikAnalytics/locale/es/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/es/LC_MESSAGES/PiwikAnalytics.po index 8e555a8701..17700604f4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" diff --git a/plugins/PiwikAnalytics/locale/fr/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/fr/LC_MESSAGES/PiwikAnalytics.po index 103bff9d75..3d0257d95f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" diff --git a/plugins/PiwikAnalytics/locale/gl/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/gl/LC_MESSAGES/PiwikAnalytics.po index d3cd684044..e622996b79 100644 --- a/plugins/PiwikAnalytics/locale/gl/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/gl/LC_MESSAGES/PiwikAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PiwikAnalytics to Galician (Galego) +# Translation of StatusNet - PiwikAnalytics to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" diff --git a/plugins/PiwikAnalytics/locale/he/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/he/LC_MESSAGES/PiwikAnalytics.po index 29ca97629d..53d2740536 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" diff --git a/plugins/PiwikAnalytics/locale/ia/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/ia/LC_MESSAGES/PiwikAnalytics.po index 53a4c33572..935706abff 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" diff --git a/plugins/PiwikAnalytics/locale/id/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/id/LC_MESSAGES/PiwikAnalytics.po index 36d91cf4bc..6b210a7b68 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" diff --git a/plugins/PiwikAnalytics/locale/it/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/it/LC_MESSAGES/PiwikAnalytics.po new file mode 100644 index 0000000000..9798f9090d --- /dev/null +++ b/plugins/PiwikAnalytics/locale/it/LC_MESSAGES/PiwikAnalytics.po @@ -0,0 +1,27 @@ +# Translation of StatusNet - PiwikAnalytics to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - PiwikAnalytics\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:35+0000\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-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "" +"Use Piwik Open Source web analytics " +"software." +msgstr "" +"Utilizza il software Open Source Piwik per " +"l'analisi del web." diff --git a/plugins/PiwikAnalytics/locale/ja/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/ja/LC_MESSAGES/PiwikAnalytics.po index dac51bf874..46df818928 100644 --- a/plugins/PiwikAnalytics/locale/ja/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/ja/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:35+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=1; plural=0;\n" #. TRANS: Plugin description. diff --git a/plugins/PiwikAnalytics/locale/mk/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/mk/LC_MESSAGES/PiwikAnalytics.po index f4eb7397bf..5e3f8306e7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" diff --git a/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po index a77886bd53..d8e0a64dd5 100644 --- a/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" diff --git a/plugins/PiwikAnalytics/locale/nl/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/nl/LC_MESSAGES/PiwikAnalytics.po index f5074b49cf..ff2f12f8aa 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" diff --git a/plugins/PiwikAnalytics/locale/pt/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/pt/LC_MESSAGES/PiwikAnalytics.po index acc10f1709..022e360d36 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" diff --git a/plugins/PiwikAnalytics/locale/pt_BR/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/pt_BR/LC_MESSAGES/PiwikAnalytics.po index 5529aafed3..c10c2461b1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" diff --git a/plugins/PiwikAnalytics/locale/ru/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/ru/LC_MESSAGES/PiwikAnalytics.po index 67d7ba62c9..c4f4b1a3f0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:11+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" diff --git a/plugins/PiwikAnalytics/locale/tl/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/tl/LC_MESSAGES/PiwikAnalytics.po index a65d7bbb9a..1f237d82c5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" diff --git a/plugins/PiwikAnalytics/locale/uk/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/uk/LC_MESSAGES/PiwikAnalytics.po index 69c9ba85ff..b1b1dfcf1a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" diff --git a/plugins/Poll/locale/Poll.pot b/plugins/Poll/locale/Poll.pot index 150519e968..cfc523a722 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 7e446a6cf4..a2ef4cd26a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-poll\n" diff --git a/plugins/Poll/locale/ca/LC_MESSAGES/Poll.po b/plugins/Poll/locale/ca/LC_MESSAGES/Poll.po index dc170f445f..7cdb4025ca 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-poll\n" diff --git a/plugins/Poll/locale/de/LC_MESSAGES/Poll.po b/plugins/Poll/locale/de/LC_MESSAGES/Poll.po index f468da8006..9cbb4a9539 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-poll\n" diff --git a/plugins/Poll/locale/es/LC_MESSAGES/Poll.po b/plugins/Poll/locale/es/LC_MESSAGES/Poll.po index b74443121d..885f76b6d6 100644 --- a/plugins/Poll/locale/es/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/es/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:37+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Client exception thrown trying to view a non-existing poll. diff --git a/plugins/Poll/locale/eu/LC_MESSAGES/Poll.po b/plugins/Poll/locale/eu/LC_MESSAGES/Poll.po index f450ad461e..2aa59baad6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-poll\n" diff --git a/plugins/Poll/locale/fr/LC_MESSAGES/Poll.po b/plugins/Poll/locale/fr/LC_MESSAGES/Poll.po index a95981fd78..6debf3bf90 100644 --- a/plugins/Poll/locale/fr/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/fr/LC_MESSAGES/Poll.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-poll\n" diff --git a/plugins/Poll/locale/fur/LC_MESSAGES/Poll.po b/plugins/Poll/locale/fur/LC_MESSAGES/Poll.po index 1a75b32fb8..a16fcac0b9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:37+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fur\n" "X-Message-Group: #out-statusnet-plugin-poll\n" diff --git a/plugins/Poll/locale/gl/LC_MESSAGES/Poll.po b/plugins/Poll/locale/gl/LC_MESSAGES/Poll.po index 9857dec856..832d42d6ee 100644 --- a/plugins/Poll/locale/gl/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/gl/LC_MESSAGES/Poll.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Poll to Galician (Galego) +# Translation of StatusNet - Poll to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:12+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-poll\n" diff --git a/plugins/Poll/locale/ia/LC_MESSAGES/Poll.po b/plugins/Poll/locale/ia/LC_MESSAGES/Poll.po index 8944702a32..ef75f1faec 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:13+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-poll\n" diff --git a/plugins/Poll/locale/ja/LC_MESSAGES/Poll.po b/plugins/Poll/locale/ja/LC_MESSAGES/Poll.po index 0117401b66..1507b99d93 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:13+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-poll\n" diff --git a/plugins/Poll/locale/mk/LC_MESSAGES/Poll.po b/plugins/Poll/locale/mk/LC_MESSAGES/Poll.po index 99241f6a22..75a67b2a11 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:13+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-poll\n" diff --git a/plugins/Poll/locale/nl/LC_MESSAGES/Poll.po b/plugins/Poll/locale/nl/LC_MESSAGES/Poll.po index 31a3784185..5838ca2428 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:13+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-poll\n" diff --git a/plugins/Poll/locale/tl/LC_MESSAGES/Poll.po b/plugins/Poll/locale/tl/LC_MESSAGES/Poll.po index f5fb6791b4..e1a105ca76 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:13+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-poll\n" diff --git a/plugins/Poll/locale/uk/LC_MESSAGES/Poll.po b/plugins/Poll/locale/uk/LC_MESSAGES/Poll.po index 1cb16eba7d..7865247e96 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:13+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:15+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-poll\n" diff --git a/plugins/PostDebug/locale/PostDebug.pot b/plugins/PostDebug/locale/PostDebug.pot index 45a912779f..398a4a6fcf 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 26d7c455e4..73b490df09 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:13+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" diff --git a/plugins/PostDebug/locale/es/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/es/LC_MESSAGES/PostDebug.po index f4f47a3794..5907552d63 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:13+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" diff --git a/plugins/PostDebug/locale/fi/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/fi/LC_MESSAGES/PostDebug.po index 90aaac0bd2..9cd0a5b1d7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:13+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" diff --git a/plugins/PostDebug/locale/fr/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/fr/LC_MESSAGES/PostDebug.po index 6f37639957..def4b42043 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:13+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" diff --git a/plugins/PostDebug/locale/gl/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/gl/LC_MESSAGES/PostDebug.po index 3d7092a1fc..5096c830f2 100644 --- a/plugins/PostDebug/locale/gl/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/gl/LC_MESSAGES/PostDebug.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PostDebug to Galician (Galego) +# Translation of StatusNet - PostDebug to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:13+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" diff --git a/plugins/PostDebug/locale/he/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/he/LC_MESSAGES/PostDebug.po index a13d1b0a9e..89f2936bea 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:13+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" diff --git a/plugins/PostDebug/locale/ia/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/ia/LC_MESSAGES/PostDebug.po index ce1cc15557..27a57cffe2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" diff --git a/plugins/PostDebug/locale/id/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/id/LC_MESSAGES/PostDebug.po index a137a6fd62..8786b9b2a9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" diff --git a/plugins/PostDebug/locale/it/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/it/LC_MESSAGES/PostDebug.po new file mode 100644 index 0000000000..ad9a7c34d5 --- /dev/null +++ b/plugins/PostDebug/locale/it/LC_MESSAGES/PostDebug.po @@ -0,0 +1,23 @@ +# Translation of StatusNet - PostDebug to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - PostDebug\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:38+0000\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-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Debugging tool to record request details on POST." +msgstr "Strumento di debug per richiesta registrazione dettagli sul POST." diff --git a/plugins/PostDebug/locale/ja/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/ja/LC_MESSAGES/PostDebug.po index e824446d75..e6a7ee6af0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" diff --git a/plugins/PostDebug/locale/mk/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/mk/LC_MESSAGES/PostDebug.po index a6d8b6bd98..a161bfbb6c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" diff --git a/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po index c576f409f0..b1ec72a024 100644 --- a/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" diff --git a/plugins/PostDebug/locale/nl/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/nl/LC_MESSAGES/PostDebug.po index 473ca72199..065731e295 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" diff --git a/plugins/PostDebug/locale/pt/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/pt/LC_MESSAGES/PostDebug.po index eb4aca72fe..0a2b31b6ae 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" diff --git a/plugins/PostDebug/locale/pt_BR/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/pt_BR/LC_MESSAGES/PostDebug.po index 94f03de1e3..50b3b4dca2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" diff --git a/plugins/PostDebug/locale/ru/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/ru/LC_MESSAGES/PostDebug.po index 8a42f1f065..0df253c3c2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" diff --git a/plugins/PostDebug/locale/tl/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/tl/LC_MESSAGES/PostDebug.po index c28811435f..d1980c6e8f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" diff --git a/plugins/PostDebug/locale/uk/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/uk/LC_MESSAGES/PostDebug.po index 578c21c4a3..c5826cca55 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:20+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" diff --git a/plugins/PoweredByStatusNet/locale/PoweredByStatusNet.pot b/plugins/PoweredByStatusNet/locale/PoweredByStatusNet.pot index 71e9da7496..69b4c51551 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 a5c9dafe49..ad1507c75e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:39+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: af\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" diff --git a/plugins/PoweredByStatusNet/locale/br/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/br/LC_MESSAGES/PoweredByStatusNet.po index b2ad9b5718..0271d5af42 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" diff --git a/plugins/PoweredByStatusNet/locale/ca/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/ca/LC_MESSAGES/PoweredByStatusNet.po index a052184f69..db18b32858 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" diff --git a/plugins/PoweredByStatusNet/locale/de/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/de/LC_MESSAGES/PoweredByStatusNet.po index c942eb4b14..c33ec2496d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" diff --git a/plugins/PoweredByStatusNet/locale/es/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/es/LC_MESSAGES/PoweredByStatusNet.po index fb0120d6a3..abdfc9d83f 100644 --- a/plugins/PoweredByStatusNet/locale/es/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/es/LC_MESSAGES/PoweredByStatusNet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:14+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" diff --git a/plugins/PoweredByStatusNet/locale/eu/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/eu/LC_MESSAGES/PoweredByStatusNet.po index 70ff8d5617..8afd5a7168 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:15+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:40+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" diff --git a/plugins/PoweredByStatusNet/locale/fr/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/fr/LC_MESSAGES/PoweredByStatusNet.po index f41657da2a..3912803f12 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:15+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" diff --git a/plugins/PoweredByStatusNet/locale/gl/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/gl/LC_MESSAGES/PoweredByStatusNet.po index 62feb98950..a5741c1f2e 100644 --- a/plugins/PoweredByStatusNet/locale/gl/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/gl/LC_MESSAGES/PoweredByStatusNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PoweredByStatusNet to Galician (Galego) +# Translation of StatusNet - PoweredByStatusNet to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:15+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" diff --git a/plugins/PoweredByStatusNet/locale/he/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/he/LC_MESSAGES/PoweredByStatusNet.po index 1a2a54b44d..54263e530d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:15+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" diff --git a/plugins/PoweredByStatusNet/locale/ia/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/ia/LC_MESSAGES/PoweredByStatusNet.po index 70f8d35205..68eb0bf825 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:15+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" diff --git a/plugins/PoweredByStatusNet/locale/mk/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/mk/LC_MESSAGES/PoweredByStatusNet.po index e51f0865e0..862389a0f5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:15+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" diff --git a/plugins/PoweredByStatusNet/locale/nl/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/nl/LC_MESSAGES/PoweredByStatusNet.po index a06a878a02..57eb1be9de 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:15+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" diff --git a/plugins/PoweredByStatusNet/locale/pt/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/pt/LC_MESSAGES/PoweredByStatusNet.po index 128ea945b0..6f67d14758 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:15+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" diff --git a/plugins/PoweredByStatusNet/locale/ru/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/ru/LC_MESSAGES/PoweredByStatusNet.po index b441d5f4e1..89fd3bcdcd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:15+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" diff --git a/plugins/PoweredByStatusNet/locale/sv/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/sv/LC_MESSAGES/PoweredByStatusNet.po index c6415402ab..f6b2704def 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:15+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" diff --git a/plugins/PoweredByStatusNet/locale/tl/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/tl/LC_MESSAGES/PoweredByStatusNet.po index 973c4fc3c9..9b4079514f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:15+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" diff --git a/plugins/PoweredByStatusNet/locale/uk/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/uk/LC_MESSAGES/PoweredByStatusNet.po index 9f2cd864b5..7b24d496e9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:15+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" diff --git a/plugins/PtitUrl/locale/PtitUrl.pot b/plugins/PtitUrl/locale/PtitUrl.pot index cf504e6e5b..47f5994aff 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 1ca115e14a..a6b5aa8f46 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:15+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:19:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" diff --git a/plugins/PtitUrl/locale/ca/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/ca/LC_MESSAGES/PtitUrl.po index 0262e4871e..5748f006a0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:15+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:19:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" diff --git a/plugins/PtitUrl/locale/de/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/de/LC_MESSAGES/PtitUrl.po index 5b48fa9fba..c57af4eca1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:19:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" diff --git a/plugins/PtitUrl/locale/es/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/es/LC_MESSAGES/PtitUrl.po index a7358d4e4c..66a5013286 100644 --- a/plugins/PtitUrl/locale/es/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/es/LC_MESSAGES/PtitUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" diff --git a/plugins/PtitUrl/locale/eu/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/eu/LC_MESSAGES/PtitUrl.po index 18d86181c3..4ff7d529f4 100644 --- a/plugins/PtitUrl/locale/eu/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/eu/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:41+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Exception thrown when URL shortening plugin was configured incorrectly. diff --git a/plugins/PtitUrl/locale/fr/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/fr/LC_MESSAGES/PtitUrl.po index 2408fe06dd..eb6fc04ebf 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" diff --git a/plugins/PtitUrl/locale/gl/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/gl/LC_MESSAGES/PtitUrl.po index 71ed65ed6b..0496243ce9 100644 --- a/plugins/PtitUrl/locale/gl/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/gl/LC_MESSAGES/PtitUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PtitUrl to Galician (Galego) +# Translation of StatusNet - PtitUrl to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" diff --git a/plugins/PtitUrl/locale/he/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/he/LC_MESSAGES/PtitUrl.po index 057b1f9be1..9fb29a3d93 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" diff --git a/plugins/PtitUrl/locale/ia/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/ia/LC_MESSAGES/PtitUrl.po index d5ed0d6209..de3533da7b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:19:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" diff --git a/plugins/PtitUrl/locale/ja/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/ja/LC_MESSAGES/PtitUrl.po index 8face619da..7fc5720387 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:19:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" diff --git a/plugins/PtitUrl/locale/mk/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/mk/LC_MESSAGES/PtitUrl.po index 9aa6567424..4c815503fd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" diff --git a/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po index b444e9f7bf..b1ecfcd4da 100644 --- a/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" diff --git a/plugins/PtitUrl/locale/nl/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/nl/LC_MESSAGES/PtitUrl.po index d1da07cba5..024105a56c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:19:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" diff --git a/plugins/PtitUrl/locale/pt/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/pt/LC_MESSAGES/PtitUrl.po index 3f2b7c253d..5274e23586 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" diff --git a/plugins/PtitUrl/locale/pt_BR/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/pt_BR/LC_MESSAGES/PtitUrl.po index 8492cbd63a..93671c311b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" diff --git a/plugins/PtitUrl/locale/ru/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/ru/LC_MESSAGES/PtitUrl.po index 72d778315b..d236740f6f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:16+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" diff --git a/plugins/PtitUrl/locale/tl/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/tl/LC_MESSAGES/PtitUrl.po index 62b26ef3d5..935d1b0d59 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:17+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:19:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" diff --git a/plugins/PtitUrl/locale/uk/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/uk/LC_MESSAGES/PtitUrl.po index 8c65e8dd39..4086020b29 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:17+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" diff --git a/plugins/QnA/locale/QnA.pot b/plugins/QnA/locale/QnA.pot index fd0ea584e8..93181d223e 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 90ddc0bd52..fd7c776fa6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:17+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:43+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 be43b08391..103aa10181 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:17+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:43+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 88f2de21a2..5584b60ab5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:17+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:43+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 4f69994465..b6407b5c80 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:17+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:43+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-qna\n" diff --git a/plugins/QnA/locale/es/LC_MESSAGES/QnA.po b/plugins/QnA/locale/es/LC_MESSAGES/QnA.po index 301bf65199..6326088d69 100644 --- a/plugins/QnA/locale/es/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/es/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:17+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:43+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Title for Question page. diff --git a/plugins/QnA/locale/eu/LC_MESSAGES/QnA.po b/plugins/QnA/locale/eu/LC_MESSAGES/QnA.po index a2e05b27ea..a82322b858 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:17+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:43+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 0b5601db68..e79acb1d35 100644 --- a/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:17+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:44+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-qna\n" diff --git a/plugins/QnA/locale/gl/LC_MESSAGES/QnA.po b/plugins/QnA/locale/gl/LC_MESSAGES/QnA.po index 0c0a3ff51e..2a3b359ddb 100644 --- a/plugins/QnA/locale/gl/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/gl/LC_MESSAGES/QnA.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - QnA to Galician (Galego) +# Translation of StatusNet - QnA to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:18+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:44+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 f8b1ad2cd4..a7c1b74780 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:18+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:44+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 21835e0c67..9fe1fbc014 100644 --- a/plugins/QnA/locale/ja/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/ja/LC_MESSAGES/QnA.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:18+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:44+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 cfc4cef5e2..7f916d81ce 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:18+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:44+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 c9fd450f13..d83d7723ff 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:18+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:44+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 ddbd790e84..f9f81092d9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:18+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:45+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 4aea84f60c..0c6f05574f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:18+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:45+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 6dbd9f6674..a04fcc44d7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:18+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:45+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-qna\n" diff --git a/plugins/RSSCloud/locale/RSSCloud.pot b/plugins/RSSCloud/locale/RSSCloud.pot index 466b089c81..b14d3f1b6a 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 9b52382d2c..71920eefa8 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-rsscloud\n" diff --git a/plugins/RSSCloud/locale/es/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/es/LC_MESSAGES/RSSCloud.po index 767a17a761..ce8bb0b4d4 100644 --- a/plugins/RSSCloud/locale/es/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/es/LC_MESSAGES/RSSCloud.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:53+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Form validation error displayed when a URL parameter is missing. diff --git a/plugins/RSSCloud/locale/eu/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/eu/LC_MESSAGES/RSSCloud.po index 775c0404ca..9d915af03f 100644 --- a/plugins/RSSCloud/locale/eu/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/eu/LC_MESSAGES/RSSCloud.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:53+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Form validation error displayed when a URL parameter is missing. diff --git a/plugins/RSSCloud/locale/fr/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/fr/LC_MESSAGES/RSSCloud.po index c89380d152..7ebca96218 100644 --- a/plugins/RSSCloud/locale/fr/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/fr/LC_MESSAGES/RSSCloud.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-rsscloud\n" diff --git a/plugins/RSSCloud/locale/gl/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/gl/LC_MESSAGES/RSSCloud.po index edb3fa1f49..54cd26cb5c 100644 --- a/plugins/RSSCloud/locale/gl/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/gl/LC_MESSAGES/RSSCloud.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RSSCloud to Galician (Galego) +# Translation of StatusNet - RSSCloud to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-rsscloud\n" diff --git a/plugins/RSSCloud/locale/ia/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/ia/LC_MESSAGES/RSSCloud.po index a2185f5ccf..b87cd9e4d4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-rsscloud\n" diff --git a/plugins/RSSCloud/locale/mk/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/mk/LC_MESSAGES/RSSCloud.po index 4cba2f191f..76b6e045d2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-rsscloud\n" diff --git a/plugins/RSSCloud/locale/nl/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/nl/LC_MESSAGES/RSSCloud.po index 1f2c9e0f20..7756221e44 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-rsscloud\n" diff --git a/plugins/RSSCloud/locale/tl/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/tl/LC_MESSAGES/RSSCloud.po index 02712309bd..4b799e3a56 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-rsscloud\n" diff --git a/plugins/RSSCloud/locale/uk/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/uk/LC_MESSAGES/RSSCloud.po index 908cfadccc..9070d21099 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-rsscloud\n" diff --git a/plugins/Realtime/locale/Realtime.pot b/plugins/Realtime/locale/Realtime.pot index bdc1b7d95c..9abee74135 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 71f6e4e92f..e3c685dbb5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:18+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:45+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 389bc8e47a..ee062d9769 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:19+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:45+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 415f436f8e..3fb1b58382 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:19+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:45+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 b3d6bf3db1..e55ef3b124 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:19+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:45+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 5da0aca208..3adcece1be 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:19+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:45+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" diff --git a/plugins/Realtime/locale/es/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/es/LC_MESSAGES/Realtime.po index ed3f73536d..909ffec56a 100644 --- a/plugins/Realtime/locale/es/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/es/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:19+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:46+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Client exception. Do not translate POST. diff --git a/plugins/Realtime/locale/eu/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/eu/LC_MESSAGES/Realtime.po index 447d4e8f4d..b6a7c51985 100644 --- a/plugins/Realtime/locale/eu/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/eu/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:19+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:46+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Client exception. Do not translate POST. diff --git a/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po index 5633046ba9..ee6b1d3b49 100644 --- a/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:19+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:10:45+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 1ce2692be7..2d114aa657 100644 --- a/plugins/Realtime/locale/gl/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/gl/LC_MESSAGES/Realtime.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Realtime to Galician (Galego) +# Translation of StatusNet - Realtime to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:19+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:10:45+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 4a9b249b75..e6aaa527fa 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:19+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:10:45+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" diff --git a/plugins/Realtime/locale/ja/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/ja/LC_MESSAGES/Realtime.po index 283269c3d1..744c7f6977 100644 --- a/plugins/Realtime/locale/ja/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/ja/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:19+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:46+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=1; plural=0;\n" #. TRANS: Client exception. Do not translate POST. diff --git a/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po index d1f62ee22b..243603160d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:19+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:46+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 8225435e0c..283da3626d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:19+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:47+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 40ed325f01..ff96c8274b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:47+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 b09dd8bc67..41e76f23ab 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:47+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 75914a4c00..2c8789db84 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:47+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 9ace5a3933..7729ee9f7b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:10:45+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 dbabbd89fc..d46d0163be 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:10:45+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" @@ -23,15 +23,15 @@ msgstr "" #. TRANS: Client exception. Do not translate POST. msgid "You have to POST it." -msgstr "" +msgstr "Kailangan mong IPASKIL iyan." #. TRANS: Client exception thrown when the channel key argument is missing. msgid "No channel key argument." -msgstr "" +msgstr "Walang susi sa katwiran ng kanal." #. TRANS: Client exception thrown when referring to a non-existing channel. msgid "No such channel." -msgstr "" +msgstr "Walang ganyang kanal." #. TRANS: Text label for realtime view "play" button, usually replaced by an icon. msgctxt "BUTTON" diff --git a/plugins/Realtime/locale/tr/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/tr/LC_MESSAGES/Realtime.po index 3a0e15bad3..7cc644ee5a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:47+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: 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 7400670327..1d91e5cc45 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:10:45+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" diff --git a/plugins/Recaptcha/locale/Recaptcha.pot b/plugins/Recaptcha/locale/Recaptcha.pot index bcec2e1d7b..4bebaf3b65 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 269b9f6ddd..b58605b7fd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" diff --git a/plugins/Recaptcha/locale/de/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/de/LC_MESSAGES/Recaptcha.po index 44c0ad6a63..fc6e346408 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" diff --git a/plugins/Recaptcha/locale/es/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/es/LC_MESSAGES/Recaptcha.po index bf414ccccb..f62215aab7 100644 --- a/plugins/Recaptcha/locale/es/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/es/LC_MESSAGES/Recaptcha.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:24+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Field label. diff --git a/plugins/Recaptcha/locale/fr/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/fr/LC_MESSAGES/Recaptcha.po index c3398028f4..f2e4f986ce 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" diff --git a/plugins/Recaptcha/locale/fur/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/fur/LC_MESSAGES/Recaptcha.po index df25b42c68..1974962a83 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:20+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fur\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" diff --git a/plugins/Recaptcha/locale/gl/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/gl/LC_MESSAGES/Recaptcha.po index ac6869f0c2..2f85db4ae5 100644 --- a/plugins/Recaptcha/locale/gl/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/gl/LC_MESSAGES/Recaptcha.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Recaptcha to Galician (Galego) +# Translation of StatusNet - Recaptcha to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" diff --git a/plugins/Recaptcha/locale/ia/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/ia/LC_MESSAGES/Recaptcha.po index 697808ff5a..9f42ea4891 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" diff --git a/plugins/Recaptcha/locale/mk/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/mk/LC_MESSAGES/Recaptcha.po index a6b6f4b8cf..a3c2256025 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" diff --git a/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po index 8b5cbf1bcf..c7fb0f8da9 100644 --- a/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:48+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" diff --git a/plugins/Recaptcha/locale/nl/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/nl/LC_MESSAGES/Recaptcha.po index ef1feeb59f..c30b9dc170 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" diff --git a/plugins/Recaptcha/locale/pl/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/pl/LC_MESSAGES/Recaptcha.po index 2822206a78..a5520e7026 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:48+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" diff --git a/plugins/Recaptcha/locale/pt/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/pt/LC_MESSAGES/Recaptcha.po index 5c9f2d0113..5bbcfe98e6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" diff --git a/plugins/Recaptcha/locale/ru/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/ru/LC_MESSAGES/Recaptcha.po index ec115b60da..fcb10a821e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" diff --git a/plugins/Recaptcha/locale/sv/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/sv/LC_MESSAGES/Recaptcha.po index 2cc447546b..64aaee3835 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" diff --git a/plugins/Recaptcha/locale/tl/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/tl/LC_MESSAGES/Recaptcha.po index d66712949e..84c33845d7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" diff --git a/plugins/Recaptcha/locale/uk/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/uk/LC_MESSAGES/Recaptcha.po index 5df0bb7b07..0c67de4e99 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:24+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" diff --git a/plugins/RegisterThrottle/locale/RegisterThrottle.pot b/plugins/RegisterThrottle/locale/RegisterThrottle.pot index f6602a051c..b831f6bf6c 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 c815e02f68..e38ff7ab88 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:49:00+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-registerthrottle\n" diff --git a/plugins/RegisterThrottle/locale/de/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/de/LC_MESSAGES/RegisterThrottle.po index a1ae5d5c70..a1a38f8f62 100644 --- a/plugins/RegisterThrottle/locale/de/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/de/LC_MESSAGES/RegisterThrottle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:49:00+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-registerthrottle\n" diff --git a/plugins/RegisterThrottle/locale/es/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/es/LC_MESSAGES/RegisterThrottle.po index 8f50a54dd6..25f765b104 100644 --- a/plugins/RegisterThrottle/locale/es/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/es/LC_MESSAGES/RegisterThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:49+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Server exception thrown when no IP address can be found for a registation attempt. diff --git a/plugins/RegisterThrottle/locale/fr/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/fr/LC_MESSAGES/RegisterThrottle.po index 55908ffc42..0bc99982c0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:21+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:49:00+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-registerthrottle\n" diff --git a/plugins/RegisterThrottle/locale/gl/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/gl/LC_MESSAGES/RegisterThrottle.po index da49dfd8ea..d620f0e529 100644 --- a/plugins/RegisterThrottle/locale/gl/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/gl/LC_MESSAGES/RegisterThrottle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RegisterThrottle to Galician (Galego) +# Translation of StatusNet - RegisterThrottle to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:49:00+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-registerthrottle\n" diff --git a/plugins/RegisterThrottle/locale/ia/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/ia/LC_MESSAGES/RegisterThrottle.po index da6d407e17..cfbba99218 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:49:00+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-registerthrottle\n" diff --git a/plugins/RegisterThrottle/locale/mk/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/mk/LC_MESSAGES/RegisterThrottle.po index ef5615be2f..350923f41d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:49:00+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-registerthrottle\n" diff --git a/plugins/RegisterThrottle/locale/nl/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/nl/LC_MESSAGES/RegisterThrottle.po index e049ab5d9d..c5d00c0090 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:00+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-registerthrottle\n" diff --git a/plugins/RegisterThrottle/locale/tl/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/tl/LC_MESSAGES/RegisterThrottle.po index eec59b975f..0a2999c860 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:00+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-registerthrottle\n" diff --git a/plugins/RegisterThrottle/locale/uk/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/uk/LC_MESSAGES/RegisterThrottle.po index a794923b68..21061a7387 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:00+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-registerthrottle\n" diff --git a/plugins/RequireValidatedEmail/locale/RequireValidatedEmail.pot b/plugins/RequireValidatedEmail/locale/RequireValidatedEmail.pot index f8b393f582..24cab03bc8 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 dba652fad5..fd111d3c8a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:19:28+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" diff --git a/plugins/RequireValidatedEmail/locale/br/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/br/LC_MESSAGES/RequireValidatedEmail.po index 8cfb3c01c0..f7bf93b449 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:19:28+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" diff --git a/plugins/RequireValidatedEmail/locale/ca/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/ca/LC_MESSAGES/RequireValidatedEmail.po index 53c5c2deeb..cab8c19b28 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:19:28+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" diff --git a/plugins/RequireValidatedEmail/locale/de/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/de/LC_MESSAGES/RequireValidatedEmail.po index bd7989af28..2f70656022 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:22+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:19:28+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" diff --git a/plugins/RequireValidatedEmail/locale/es/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/es/LC_MESSAGES/RequireValidatedEmail.po index 019d67d5da..e78ef6bc82 100644 --- a/plugins/RequireValidatedEmail/locale/es/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/es/LC_MESSAGES/RequireValidatedEmail.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:50+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Client exception thrown when trying to post notices before validating an e-mail address. diff --git a/plugins/RequireValidatedEmail/locale/eu/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/eu/LC_MESSAGES/RequireValidatedEmail.po index f5da3f46bc..ff1b72e64f 100644 --- a/plugins/RequireValidatedEmail/locale/eu/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/eu/LC_MESSAGES/RequireValidatedEmail.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:50+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Client exception thrown when trying to post notices before validating an e-mail address. diff --git a/plugins/RequireValidatedEmail/locale/fr/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/fr/LC_MESSAGES/RequireValidatedEmail.po index 53b6e953aa..f2516cb081 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:19:28+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" diff --git a/plugins/RequireValidatedEmail/locale/gl/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/gl/LC_MESSAGES/RequireValidatedEmail.po index d9dc846dd6..ea7e71bab6 100644 --- a/plugins/RequireValidatedEmail/locale/gl/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/gl/LC_MESSAGES/RequireValidatedEmail.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RequireValidatedEmail to Galician (Galego) +# Translation of StatusNet - RequireValidatedEmail to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" diff --git a/plugins/RequireValidatedEmail/locale/ia/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/ia/LC_MESSAGES/RequireValidatedEmail.po index 8a719a468c..9d2d592be5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" diff --git a/plugins/RequireValidatedEmail/locale/mk/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/mk/LC_MESSAGES/RequireValidatedEmail.po index 914b235c99..9efdb41329 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" diff --git a/plugins/RequireValidatedEmail/locale/nl/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/nl/LC_MESSAGES/RequireValidatedEmail.po index 41b90a988f..e941626016 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:19:28+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" diff --git a/plugins/RequireValidatedEmail/locale/pl/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/pl/LC_MESSAGES/RequireValidatedEmail.po index 1d1015a9ec..9e2cc5c97b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:51+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" diff --git a/plugins/RequireValidatedEmail/locale/tl/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/tl/LC_MESSAGES/RequireValidatedEmail.po index 4be2ee8b11..cd9318f0a6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:19:28+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" diff --git a/plugins/RequireValidatedEmail/locale/uk/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/uk/LC_MESSAGES/RequireValidatedEmail.po index c472f31d35..610d933b37 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:19:28+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/ReverseUsernameAuthentication.pot b/plugins/ReverseUsernameAuthentication/locale/ReverseUsernameAuthentication.pot index bf1543d07a..6262951cb4 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 8e75b6bc0c..fdd60dcab3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/es/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/es/LC_MESSAGES/ReverseUsernameAuthentication.po index bfaf9d6fed..c608bfbaa3 100644 --- a/plugins/ReverseUsernameAuthentication/locale/es/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/es/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:23+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:51+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/ReverseUsernameAuthentication/locale/fr/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/fr/LC_MESSAGES/ReverseUsernameAuthentication.po index a25c113b60..2875634839 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/gl/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/gl/LC_MESSAGES/ReverseUsernameAuthentication.po index dab7141ca3..f7fe91b63f 100644 --- a/plugins/ReverseUsernameAuthentication/locale/gl/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/gl/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ReverseUsernameAuthentication to Galician (Galego) +# Translation of StatusNet - ReverseUsernameAuthentication to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/he/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/he/LC_MESSAGES/ReverseUsernameAuthentication.po index bfc3b2fa54..b3e5821850 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/ia/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/ia/LC_MESSAGES/ReverseUsernameAuthentication.po index dcd6e9cba3..22521b96b5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/id/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/id/LC_MESSAGES/ReverseUsernameAuthentication.po index ceb3fc13e7..c0598c6494 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/ja/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/ja/LC_MESSAGES/ReverseUsernameAuthentication.po index eb6210f70a..55d3a6a6a3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/mk/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/mk/LC_MESSAGES/ReverseUsernameAuthentication.po index e8dd02fc58..9e0f8b1a7d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po index 308ce8fdb5..e341c7cef1 100644 --- a/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/nl/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/nl/LC_MESSAGES/ReverseUsernameAuthentication.po index 81a3c1d925..ddee9ae3ea 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/ru/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/ru/LC_MESSAGES/ReverseUsernameAuthentication.po index 57a3e47e9c..e948719097 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/tl/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/tl/LC_MESSAGES/ReverseUsernameAuthentication.po index 1a88666fad..3b51a6bd01 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/uk/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/uk/LC_MESSAGES/ReverseUsernameAuthentication.po index ac73b8f87a..9389b11ecf 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:24+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:51:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" diff --git a/plugins/SQLProfile/locale/SQLProfile.pot b/plugins/SQLProfile/locale/SQLProfile.pot index 6c6085459a..de696b437a 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 177a45194a..0f8bff164c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:39+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" diff --git a/plugins/SQLProfile/locale/es/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/es/LC_MESSAGES/SQLProfile.po index 00196d12a0..64b68717f4 100644 --- a/plugins/SQLProfile/locale/es/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/es/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:07+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/SQLProfile/locale/fr/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/fr/LC_MESSAGES/SQLProfile.po index ea20633b9d..b221c62a22 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:39+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" diff --git a/plugins/SQLProfile/locale/gl/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/gl/LC_MESSAGES/SQLProfile.po index 9c00f37caf..cda7c777c1 100644 --- a/plugins/SQLProfile/locale/gl/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/gl/LC_MESSAGES/SQLProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SQLProfile to Galician (Galego) +# Translation of StatusNet - SQLProfile to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:39+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" diff --git a/plugins/SQLProfile/locale/he/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/he/LC_MESSAGES/SQLProfile.po index 5a84179291..d55fdcb061 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:51:39+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" diff --git a/plugins/SQLProfile/locale/ia/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/ia/LC_MESSAGES/SQLProfile.po index 841e1ba5cd..e0624e89ae 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:39+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" diff --git a/plugins/SQLProfile/locale/ja/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/ja/LC_MESSAGES/SQLProfile.po index d26c828eda..b606466c3d 100644 --- a/plugins/SQLProfile/locale/ja/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/ja/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:08+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=1; plural=0;\n" #. TRANS: Plugin description. diff --git a/plugins/SQLProfile/locale/mk/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/mk/LC_MESSAGES/SQLProfile.po index 8d95be331f..06fb790a83 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:39+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" diff --git a/plugins/SQLProfile/locale/nl/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/nl/LC_MESSAGES/SQLProfile.po index e1dfce0174..57ab016347 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:39+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" diff --git a/plugins/SQLProfile/locale/pt/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/pt/LC_MESSAGES/SQLProfile.po index 176fd82077..2f475ca002 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:51:39+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" diff --git a/plugins/SQLProfile/locale/ru/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/ru/LC_MESSAGES/SQLProfile.po index bc52f8af62..344d1ddc17 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:51:39+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" diff --git a/plugins/SQLProfile/locale/tl/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/tl/LC_MESSAGES/SQLProfile.po index 24e1dfa7c4..a01042360c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:39+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" diff --git a/plugins/SQLProfile/locale/uk/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/uk/LC_MESSAGES/SQLProfile.po index ff0cec02de..f2a3cceb24 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:39+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" diff --git a/plugins/SQLStats/locale/SQLStats.pot b/plugins/SQLStats/locale/SQLStats.pot index 06f03d8ccf..182893ca5a 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 45a3f775ea..c035ec9d3f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:39+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-sqlstats\n" diff --git a/plugins/SQLStats/locale/es/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/es/LC_MESSAGES/SQLStats.po index 6aa0211336..42d41719b4 100644 --- a/plugins/SQLStats/locale/es/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/es/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:09+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin decription. diff --git a/plugins/SQLStats/locale/fr/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/fr/LC_MESSAGES/SQLStats.po index 940bff97ce..af3718060d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:39+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-sqlstats\n" diff --git a/plugins/SQLStats/locale/gl/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/gl/LC_MESSAGES/SQLStats.po index 49dc86f2d8..29016a6097 100644 --- a/plugins/SQLStats/locale/gl/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/gl/LC_MESSAGES/SQLStats.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SQLStats to Galician (Galego) +# Translation of StatusNet - SQLStats to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:39+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-sqlstats\n" diff --git a/plugins/SQLStats/locale/he/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/he/LC_MESSAGES/SQLStats.po index b76e2d73e6..a46e1bb606 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:39+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-sqlstats\n" diff --git a/plugins/SQLStats/locale/ia/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/ia/LC_MESSAGES/SQLStats.po index 7a4a88c857..581d731c4e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:39+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-sqlstats\n" diff --git a/plugins/SQLStats/locale/ja/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/ja/LC_MESSAGES/SQLStats.po index 203a69f081..bb4c118244 100644 --- a/plugins/SQLStats/locale/ja/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/ja/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:09+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=1; plural=0;\n" #. TRANS: Plugin decription. diff --git a/plugins/SQLStats/locale/ksh/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/ksh/LC_MESSAGES/SQLStats.po index 2d535452ff..b408dd817e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:09+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ksh\n" "X-Message-Group: #out-statusnet-plugin-sqlstats\n" diff --git a/plugins/SQLStats/locale/mk/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/mk/LC_MESSAGES/SQLStats.po index 6895a914ef..418e0c9c52 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:34+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:39+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-sqlstats\n" diff --git a/plugins/SQLStats/locale/nl/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/nl/LC_MESSAGES/SQLStats.po index f6b4060fec..1ae8bc0322 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:39+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-sqlstats\n" diff --git a/plugins/SQLStats/locale/tl/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/tl/LC_MESSAGES/SQLStats.po index 56415b9c5b..0532ebc2d2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:39+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-sqlstats\n" diff --git a/plugins/SQLStats/locale/uk/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/uk/LC_MESSAGES/SQLStats.po index cc2d183380..35ad98ba0d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:39+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-sqlstats\n" diff --git a/plugins/Sample/locale/Sample.pot b/plugins/Sample/locale/Sample.pot index 089351a3c8..a8bf64240a 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 020960eea7..ef26e04ded 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:53+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: af\n" "X-Message-Group: #out-statusnet-plugin-sample\n" diff --git a/plugins/Sample/locale/ar/LC_MESSAGES/Sample.po b/plugins/Sample/locale/ar/LC_MESSAGES/Sample.po index 38967f33bd..9853aeb58e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-sample\n" diff --git a/plugins/Sample/locale/br/LC_MESSAGES/Sample.po b/plugins/Sample/locale/br/LC_MESSAGES/Sample.po index 88ff3b8ea0..69f213c2c3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:54+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-sample\n" diff --git a/plugins/Sample/locale/ca/LC_MESSAGES/Sample.po b/plugins/Sample/locale/ca/LC_MESSAGES/Sample.po index 92bf02dc6b..f577c06194 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:25+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-sample\n" diff --git a/plugins/Sample/locale/de/LC_MESSAGES/Sample.po b/plugins/Sample/locale/de/LC_MESSAGES/Sample.po index c010f37eeb..ff5642da73 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:49:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-sample\n" diff --git a/plugins/Sample/locale/es/LC_MESSAGES/Sample.po b/plugins/Sample/locale/es/LC_MESSAGES/Sample.po index 0f256aeca5..740e4c178a 100644 --- a/plugins/Sample/locale/es/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/es/LC_MESSAGES/Sample.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:54+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Page title for sample plugin. diff --git a/plugins/Sample/locale/eu/LC_MESSAGES/Sample.po b/plugins/Sample/locale/eu/LC_MESSAGES/Sample.po index a8e89ca050..d341773671 100644 --- a/plugins/Sample/locale/eu/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/eu/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:54+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Page title for sample plugin. diff --git a/plugins/Sample/locale/fr/LC_MESSAGES/Sample.po b/plugins/Sample/locale/fr/LC_MESSAGES/Sample.po index fbca6f7150..e98eb3f8ca 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:49:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-sample\n" diff --git a/plugins/Sample/locale/gl/LC_MESSAGES/Sample.po b/plugins/Sample/locale/gl/LC_MESSAGES/Sample.po index e57947f26c..11f6e0940d 100644 --- a/plugins/Sample/locale/gl/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/gl/LC_MESSAGES/Sample.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Sample to Galician (Galego) +# Translation of StatusNet - Sample to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:49:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-sample\n" diff --git a/plugins/Sample/locale/ia/LC_MESSAGES/Sample.po b/plugins/Sample/locale/ia/LC_MESSAGES/Sample.po index ae3a5fd067..3821a8bf78 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:49:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-sample\n" diff --git a/plugins/Sample/locale/lb/LC_MESSAGES/Sample.po b/plugins/Sample/locale/lb/LC_MESSAGES/Sample.po index 6b1ce73ba5..825d20ca67 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:55+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: lb\n" "X-Message-Group: #out-statusnet-plugin-sample\n" diff --git a/plugins/Sample/locale/mk/LC_MESSAGES/Sample.po b/plugins/Sample/locale/mk/LC_MESSAGES/Sample.po index eb19e72b4b..72a8289670 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-sample\n" diff --git a/plugins/Sample/locale/nl/LC_MESSAGES/Sample.po b/plugins/Sample/locale/nl/LC_MESSAGES/Sample.po index b4c4f281d7..8ae7489de0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-sample\n" diff --git a/plugins/Sample/locale/pdc/LC_MESSAGES/Sample.po b/plugins/Sample/locale/pdc/LC_MESSAGES/Sample.po index 24b26e5dcd..82d97b7c17 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:55+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pdc\n" "X-Message-Group: #out-statusnet-plugin-sample\n" diff --git a/plugins/Sample/locale/ru/LC_MESSAGES/Sample.po b/plugins/Sample/locale/ru/LC_MESSAGES/Sample.po index 5415a5b21a..355ccbfb64 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-sample\n" diff --git a/plugins/Sample/locale/tl/LC_MESSAGES/Sample.po b/plugins/Sample/locale/tl/LC_MESSAGES/Sample.po index e193a034c9..12b472d001 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:26+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-sample\n" diff --git a/plugins/Sample/locale/uk/LC_MESSAGES/Sample.po b/plugins/Sample/locale/uk/LC_MESSAGES/Sample.po index ead523ce6c..4d8691fd7e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-sample\n" diff --git a/plugins/Sample/locale/zh_CN/LC_MESSAGES/Sample.po b/plugins/Sample/locale/zh_CN/LC_MESSAGES/Sample.po index 9e1e925e2a..1a26ab16de 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-sample\n" diff --git a/plugins/SearchSub/locale/SearchSub.pot b/plugins/SearchSub/locale/SearchSub.pot index b5873afc0d..ac01fd7ce2 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 60f36de330..5094271e7d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-searchsub\n" diff --git a/plugins/SearchSub/locale/de/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/de/LC_MESSAGES/SearchSub.po index 3dd79282f0..c5c640194e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-searchsub\n" diff --git a/plugins/SearchSub/locale/es/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/es/LC_MESSAGES/SearchSub.po index 8f22be50b3..9d54a502db 100644 --- a/plugins/SearchSub/locale/es/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/es/LC_MESSAGES/SearchSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:56+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Header for subscriptions overview for a user (first page). diff --git a/plugins/SearchSub/locale/eu/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/eu/LC_MESSAGES/SearchSub.po index 918b03f009..8e631460bb 100644 --- a/plugins/SearchSub/locale/eu/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/eu/LC_MESSAGES/SearchSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:56+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Header for subscriptions overview for a user (first page). diff --git a/plugins/SearchSub/locale/fr/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/fr/LC_MESSAGES/SearchSub.po index c1182a45ae..672e34a2d9 100644 --- a/plugins/SearchSub/locale/fr/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/fr/LC_MESSAGES/SearchSub.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-searchsub\n" diff --git a/plugins/SearchSub/locale/gl/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/gl/LC_MESSAGES/SearchSub.po index f5087e3d49..6b97fabb23 100644 --- a/plugins/SearchSub/locale/gl/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/gl/LC_MESSAGES/SearchSub.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SearchSub to Galician (Galego) +# Translation of StatusNet - SearchSub to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-searchsub\n" diff --git a/plugins/SearchSub/locale/ia/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/ia/LC_MESSAGES/SearchSub.po index fc94a8a430..43f0b67806 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-searchsub\n" diff --git a/plugins/SearchSub/locale/mk/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/mk/LC_MESSAGES/SearchSub.po index 8a5387b642..dbd550ae18 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:27+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-searchsub\n" diff --git a/plugins/SearchSub/locale/nl/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/nl/LC_MESSAGES/SearchSub.po index 58935dfbe3..942c6555ad 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-searchsub\n" diff --git a/plugins/SearchSub/locale/tl/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/tl/LC_MESSAGES/SearchSub.po index 5bb418a698..8123ad1d42 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-searchsub\n" diff --git a/plugins/SearchSub/locale/uk/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/uk/LC_MESSAGES/SearchSub.po index 449d223ab3..3e0686c84e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-searchsub\n" diff --git a/plugins/ShareNotice/locale/ShareNotice.pot b/plugins/ShareNotice/locale/ShareNotice.pot index 23aba9c509..10dc79466c 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 1b1e0a6604..f1c482d954 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" diff --git a/plugins/ShareNotice/locale/br/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/br/LC_MESSAGES/ShareNotice.po index e846a8439c..9583dfe4be 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" diff --git a/plugins/ShareNotice/locale/ca/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/ca/LC_MESSAGES/ShareNotice.po index 844f0fc3d6..851d46328f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" diff --git a/plugins/ShareNotice/locale/de/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/de/LC_MESSAGES/ShareNotice.po index 948024cffe..816bf7fdc3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" diff --git a/plugins/ShareNotice/locale/es/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/es/LC_MESSAGES/ShareNotice.po index 5b0cfa217e..74251e4cb3 100644 --- a/plugins/ShareNotice/locale/es/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/es/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:57+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: %s is notice content that is shared on Twitter, Facebook or another platform. diff --git a/plugins/ShareNotice/locale/eu/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/eu/LC_MESSAGES/ShareNotice.po index 90e5b1eb12..ab27c13f24 100644 --- a/plugins/ShareNotice/locale/eu/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/eu/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:57+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: %s is notice content that is shared on Twitter, Facebook or another platform. diff --git a/plugins/ShareNotice/locale/fi/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/fi/LC_MESSAGES/ShareNotice.po index 4364bfd359..d8c52808e5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" diff --git a/plugins/ShareNotice/locale/fr/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/fr/LC_MESSAGES/ShareNotice.po index 6e167cd1c1..4fabeb57b0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" diff --git a/plugins/ShareNotice/locale/gl/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/gl/LC_MESSAGES/ShareNotice.po index 8cbcd2ecf3..149aac0f81 100644 --- a/plugins/ShareNotice/locale/gl/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/gl/LC_MESSAGES/ShareNotice.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ShareNotice to Galician (Galego) +# Translation of StatusNet - ShareNotice to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" diff --git a/plugins/ShareNotice/locale/ia/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/ia/LC_MESSAGES/ShareNotice.po index 0d2ad8bd73..3a0bbdda43 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" diff --git a/plugins/ShareNotice/locale/mk/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/mk/LC_MESSAGES/ShareNotice.po index 6c27540a7b..eaad4120ba 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:28+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" diff --git a/plugins/ShareNotice/locale/nl/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/nl/LC_MESSAGES/ShareNotice.po index 680a94881c..03637e0be0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" diff --git a/plugins/ShareNotice/locale/pl/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/pl/LC_MESSAGES/ShareNotice.po index 5802dd0172..040a68a687 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:58+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" diff --git a/plugins/ShareNotice/locale/te/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/te/LC_MESSAGES/ShareNotice.po index ec688a9633..fc71cfd799 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:58+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: te\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" diff --git a/plugins/ShareNotice/locale/tl/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/tl/LC_MESSAGES/ShareNotice.po index a4a31dfb6a..1858790d26 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" diff --git a/plugins/ShareNotice/locale/tr/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/tr/LC_MESSAGES/ShareNotice.po index e81763b149..3b0ef18d0f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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:49:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tr\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" diff --git a/plugins/ShareNotice/locale/uk/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/uk/LC_MESSAGES/ShareNotice.po index be50dcecd9..156be2cef7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" diff --git a/plugins/SimpleUrl/locale/SimpleUrl.pot b/plugins/SimpleUrl/locale/SimpleUrl.pot index 72a3969ad7..5c79798179 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 2d42286aac..3f2856a31b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:58+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" diff --git a/plugins/SimpleUrl/locale/de/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/de/LC_MESSAGES/SimpleUrl.po index 8c65b8b289..aa196a519b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" diff --git a/plugins/SimpleUrl/locale/es/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/es/LC_MESSAGES/SimpleUrl.po index cc72aa007c..3fbb7a5211 100644 --- a/plugins/SimpleUrl/locale/es/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/es/LC_MESSAGES/SimpleUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" diff --git a/plugins/SimpleUrl/locale/eu/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/eu/LC_MESSAGES/SimpleUrl.po index e8faf1ebbd..4a212e4b23 100644 --- a/plugins/SimpleUrl/locale/eu/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/eu/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09:59+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Exception thrown when the SimpleUrl plugin has been configured incorrectly. diff --git a/plugins/SimpleUrl/locale/fi/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/fi/LC_MESSAGES/SimpleUrl.po index fc77689bc5..ec82ae7e9b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" diff --git a/plugins/SimpleUrl/locale/fr/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/fr/LC_MESSAGES/SimpleUrl.po index 03210a64e5..fe59014a01 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" diff --git a/plugins/SimpleUrl/locale/gl/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/gl/LC_MESSAGES/SimpleUrl.po index afd320a410..700ccb3029 100644 --- a/plugins/SimpleUrl/locale/gl/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/gl/LC_MESSAGES/SimpleUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SimpleUrl to Galician (Galego) +# Translation of StatusNet - SimpleUrl to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" diff --git a/plugins/SimpleUrl/locale/he/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/he/LC_MESSAGES/SimpleUrl.po index 6b092d3d90..3b2c1502cc 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" diff --git a/plugins/SimpleUrl/locale/ia/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/ia/LC_MESSAGES/SimpleUrl.po index 1deec6c83a..918ecdb4f9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:09: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-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" diff --git a/plugins/SimpleUrl/locale/id/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/id/LC_MESSAGES/SimpleUrl.po index 1560ec2c00..e7bcf61acc 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:29+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" diff --git a/plugins/SimpleUrl/locale/ja/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/ja/LC_MESSAGES/SimpleUrl.po index 7b914212d1..792b8d2550 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" diff --git a/plugins/SimpleUrl/locale/mk/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/mk/LC_MESSAGES/SimpleUrl.po index b43cc35e0d..b4334369ec 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" diff --git a/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po index 10af621c15..9ffe5c8a7b 100644 --- a/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" diff --git a/plugins/SimpleUrl/locale/nl/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/nl/LC_MESSAGES/SimpleUrl.po index 8616b399aa..a1b2a4d812 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" diff --git a/plugins/SimpleUrl/locale/pt/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/pt/LC_MESSAGES/SimpleUrl.po index 9811206223..4e6c0bf698 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" diff --git a/plugins/SimpleUrl/locale/ru/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/ru/LC_MESSAGES/SimpleUrl.po index 17ce9787ff..8f255c183d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" diff --git a/plugins/SimpleUrl/locale/tl/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/tl/LC_MESSAGES/SimpleUrl.po index 27e73b9beb..662b9f8083 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" @@ -23,7 +23,7 @@ msgstr "" #. TRANS: Exception thrown when the SimpleUrl plugin has been configured incorrectly. msgid "You must specify a serviceUrl." -msgstr "" +msgstr "Dapat kang tumukoy ng isang URL ng paglilingkod." #. TRANS: Plugin description. #, php-format diff --git a/plugins/SimpleUrl/locale/uk/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/uk/LC_MESSAGES/SimpleUrl.po index 85126567dd..b8adcd169d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" diff --git a/plugins/Sitemap/locale/Sitemap.pot b/plugins/Sitemap/locale/Sitemap.pot index 8100d3d814..b90fa7d787 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 35c25bffa0..08d64f7da2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:51:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-sitemap\n" diff --git a/plugins/Sitemap/locale/de/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/de/LC_MESSAGES/Sitemap.po index 56aedae0c4..6211db386f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-sitemap\n" diff --git a/plugins/Sitemap/locale/diq/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/diq/LC_MESSAGES/Sitemap.po index 749916c6d3..62122ae525 100644 --- a/plugins/Sitemap/locale/diq/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/diq/LC_MESSAGES/Sitemap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:01+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Title for sitemap. diff --git a/plugins/Sitemap/locale/es/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/es/LC_MESSAGES/Sitemap.po index ca34f2abab..806164eea9 100644 --- a/plugins/Sitemap/locale/es/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/es/LC_MESSAGES/Sitemap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:01+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Title for sitemap. diff --git a/plugins/Sitemap/locale/eu/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/eu/LC_MESSAGES/Sitemap.po index d22fe4d13f..07e3e5ec96 100644 --- a/plugins/Sitemap/locale/eu/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/eu/LC_MESSAGES/Sitemap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:01+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Title for sitemap. diff --git a/plugins/Sitemap/locale/fr/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/fr/LC_MESSAGES/Sitemap.po index 8fc9e5b1c4..8e85cee128 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:30+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-sitemap\n" diff --git a/plugins/Sitemap/locale/gl/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/gl/LC_MESSAGES/Sitemap.po index 50ea1c3f4d..86e135df34 100644 --- a/plugins/Sitemap/locale/gl/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/gl/LC_MESSAGES/Sitemap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Sitemap to Galician (Galego) +# Translation of StatusNet - Sitemap to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-sitemap\n" diff --git a/plugins/Sitemap/locale/ia/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/ia/LC_MESSAGES/Sitemap.po index 1151d9534e..223f208f6a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-sitemap\n" diff --git a/plugins/Sitemap/locale/ja/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/ja/LC_MESSAGES/Sitemap.po index 614de5b87a..12c76d4d3d 100644 --- a/plugins/Sitemap/locale/ja/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/ja/LC_MESSAGES/Sitemap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:02+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=1; plural=0;\n" #. TRANS: Title for sitemap. diff --git a/plugins/Sitemap/locale/mk/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/mk/LC_MESSAGES/Sitemap.po index 2aa0b2c56e..b05e53cf22 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-sitemap\n" diff --git a/plugins/Sitemap/locale/nl/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/nl/LC_MESSAGES/Sitemap.po index 6309252848..068c9074f4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-sitemap\n" diff --git a/plugins/Sitemap/locale/ru/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/ru/LC_MESSAGES/Sitemap.po index ee82bc794e..8069cf7513 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-sitemap\n" diff --git a/plugins/Sitemap/locale/tl/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/tl/LC_MESSAGES/Sitemap.po index 95c5f3cdfa..4d0e5bc00e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-sitemap\n" diff --git a/plugins/Sitemap/locale/uk/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/uk/LC_MESSAGES/Sitemap.po index 8b4b48f9a4..e83ee56a40 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:51:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-sitemap\n" diff --git a/plugins/SlicedFavorites/locale/SlicedFavorites.pot b/plugins/SlicedFavorites/locale/SlicedFavorites.pot index 34a2ff1209..c1cf49d66f 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 c5cc2d807e..81bee18cc1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" diff --git a/plugins/SlicedFavorites/locale/es/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/es/LC_MESSAGES/SlicedFavorites.po index 4f1302b8b8..270b472b9a 100644 --- a/plugins/SlicedFavorites/locale/es/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/es/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:36+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/SlicedFavorites/locale/eu/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/eu/LC_MESSAGES/SlicedFavorites.po index 95bc9c52d7..59a3566cfa 100644 --- a/plugins/SlicedFavorites/locale/eu/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/eu/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:36+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/SlicedFavorites/locale/fr/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/fr/LC_MESSAGES/SlicedFavorites.po index 371ec3c28e..df1dc113d7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" diff --git a/plugins/SlicedFavorites/locale/gl/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/gl/LC_MESSAGES/SlicedFavorites.po index d23c06a28f..7fe986d249 100644 --- a/plugins/SlicedFavorites/locale/gl/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/gl/LC_MESSAGES/SlicedFavorites.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SlicedFavorites to Galician (Galego) +# Translation of StatusNet - SlicedFavorites to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" diff --git a/plugins/SlicedFavorites/locale/he/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/he/LC_MESSAGES/SlicedFavorites.po index 7949d080d9..7b07d6357d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:51:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" diff --git a/plugins/SlicedFavorites/locale/ia/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/ia/LC_MESSAGES/SlicedFavorites.po index 944af51f81..e43529a4c4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" diff --git a/plugins/SlicedFavorites/locale/id/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/id/LC_MESSAGES/SlicedFavorites.po index da92f4d723..2e8ae13609 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:31+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:03+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" diff --git a/plugins/SlicedFavorites/locale/mk/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/mk/LC_MESSAGES/SlicedFavorites.po index c0281f30bb..68f2e71b4b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" diff --git a/plugins/SlicedFavorites/locale/nl/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/nl/LC_MESSAGES/SlicedFavorites.po index 798ef58327..f7a68df868 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" diff --git a/plugins/SlicedFavorites/locale/ru/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/ru/LC_MESSAGES/SlicedFavorites.po index 624d2ac55f..2534acdddb 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" diff --git a/plugins/SlicedFavorites/locale/tl/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/tl/LC_MESSAGES/SlicedFavorites.po index c5735cdee8..14960c7491 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" diff --git a/plugins/SlicedFavorites/locale/uk/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/uk/LC_MESSAGES/SlicedFavorites.po index a895fbe836..672515e950 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" diff --git a/plugins/SphinxSearch/locale/SphinxSearch.pot b/plugins/SphinxSearch/locale/SphinxSearch.pot index f61bf0491a..346eee59d6 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 3e2c4949ee..b0cd57c216 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11: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-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-sphinxsearch\n" diff --git a/plugins/SphinxSearch/locale/es/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/es/LC_MESSAGES/SphinxSearch.po index 0e97a1be77..7301906379 100644 --- a/plugins/SphinxSearch/locale/es/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/es/LC_MESSAGES/SphinxSearch.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:04+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Server exception thrown when a database name cannot be identified. diff --git a/plugins/SphinxSearch/locale/fr/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/fr/LC_MESSAGES/SphinxSearch.po index 5731cd3984..89854bb5bd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11: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-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-sphinxsearch\n" diff --git a/plugins/SphinxSearch/locale/gl/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/gl/LC_MESSAGES/SphinxSearch.po index dc0ce9bcfd..25e93d9961 100644 --- a/plugins/SphinxSearch/locale/gl/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/gl/LC_MESSAGES/SphinxSearch.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SphinxSearch to Galician (Galego) +# Translation of StatusNet - SphinxSearch to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:37+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-sphinxsearch\n" diff --git a/plugins/SphinxSearch/locale/ia/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/ia/LC_MESSAGES/SphinxSearch.po index 8f28faf26e..b559581dbb 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:37+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-sphinxsearch\n" diff --git a/plugins/SphinxSearch/locale/mk/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/mk/LC_MESSAGES/SphinxSearch.po index 1fbba156a9..a2192867a1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11: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-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-sphinxsearch\n" diff --git a/plugins/SphinxSearch/locale/nl/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/nl/LC_MESSAGES/SphinxSearch.po index 4ab4cb38a3..c6c7a98fed 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11: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-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-sphinxsearch\n" diff --git a/plugins/SphinxSearch/locale/ru/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/ru/LC_MESSAGES/SphinxSearch.po index 99a5deb35f..593b00fe0c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:05+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-sphinxsearch\n" diff --git a/plugins/SphinxSearch/locale/tl/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/tl/LC_MESSAGES/SphinxSearch.po index 00f781e5c6..b635462b1b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11: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-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-sphinxsearch\n" diff --git a/plugins/SphinxSearch/locale/uk/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/uk/LC_MESSAGES/SphinxSearch.po index 0e2df1ca01..6c9e3c840c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11: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-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-sphinxsearch\n" diff --git a/plugins/Spotify/locale/Spotify.pot b/plugins/Spotify/locale/Spotify.pot index e931437276..067d910d5a 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 7be4b6c540..3db27433fd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:32+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-spotify\n" diff --git a/plugins/Spotify/locale/es/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/es/LC_MESSAGES/Spotify.po index e4573d9bec..b57a11f2dd 100644 --- a/plugins/Spotify/locale/es/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/es/LC_MESSAGES/Spotify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:06+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/Spotify/locale/fr/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/fr/LC_MESSAGES/Spotify.po index ba352fef35..52f3ad52ec 100644 --- a/plugins/Spotify/locale/fr/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/fr/LC_MESSAGES/Spotify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:06+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. TRANS: Plugin description. diff --git a/plugins/Spotify/locale/gl/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/gl/LC_MESSAGES/Spotify.po index 63e30f2633..d9337709c0 100644 --- a/plugins/Spotify/locale/gl/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/gl/LC_MESSAGES/Spotify.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Spotify to Galician (Galego) +# Translation of StatusNet - Spotify to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-spotify\n" diff --git a/plugins/Spotify/locale/he/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/he/LC_MESSAGES/Spotify.po index 77fd4b3fbb..28f1678eda 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-spotify\n" diff --git a/plugins/Spotify/locale/ia/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/ia/LC_MESSAGES/Spotify.po index bb48e24f91..3185173912 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-spotify\n" diff --git a/plugins/Spotify/locale/mk/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/mk/LC_MESSAGES/Spotify.po index 5b104aa211..b1c86f17d6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-spotify\n" diff --git a/plugins/Spotify/locale/nl/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/nl/LC_MESSAGES/Spotify.po index 95b3006733..be97552c5f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-spotify\n" diff --git a/plugins/Spotify/locale/sv/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/sv/LC_MESSAGES/Spotify.po index 52d928242f..fa3b155b89 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:33+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:07+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-spotify\n" diff --git a/plugins/Spotify/locale/tl/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/tl/LC_MESSAGES/Spotify.po new file mode 100644 index 0000000000..64c13c1fe4 --- /dev/null +++ b/plugins/Spotify/locale/tl/LC_MESSAGES/Spotify.po @@ -0,0 +1,25 @@ +# Translation of StatusNet - Spotify to Tagalog (Tagalog) +# Exported from translatewiki.net +# +# Author: AnakngAraw +# -- +# 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-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:07+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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Create pretty Spotify URLs." +msgstr "" +"Lumikha ng marilag na mga URL ng Spotify." diff --git a/plugins/StrictTransportSecurity/locale/StrictTransportSecurity.pot b/plugins/StrictTransportSecurity/locale/StrictTransportSecurity.pot index 0b36084f9e..6b3559ec63 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 aaaaf22d95..90a9443ccc 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-stricttransportsecurity\n" diff --git a/plugins/StrictTransportSecurity/locale/es/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/es/LC_MESSAGES/StrictTransportSecurity.po index fd57876eaa..ecb02b40e1 100644 --- a/plugins/StrictTransportSecurity/locale/es/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/es/LC_MESSAGES/StrictTransportSecurity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:41+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/StrictTransportSecurity/locale/fr/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/fr/LC_MESSAGES/StrictTransportSecurity.po index e4a9ef379c..ae52d58df2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-stricttransportsecurity\n" diff --git a/plugins/StrictTransportSecurity/locale/gl/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/gl/LC_MESSAGES/StrictTransportSecurity.po index b62bc715d8..2ce758e78b 100644 --- a/plugins/StrictTransportSecurity/locale/gl/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/gl/LC_MESSAGES/StrictTransportSecurity.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - StrictTransportSecurity to Galician (Galego) +# Translation of StatusNet - StrictTransportSecurity to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-stricttransportsecurity\n" diff --git a/plugins/StrictTransportSecurity/locale/he/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/he/LC_MESSAGES/StrictTransportSecurity.po index 02a6cb2fe7..22833b951e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-stricttransportsecurity\n" diff --git a/plugins/StrictTransportSecurity/locale/ia/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/ia/LC_MESSAGES/StrictTransportSecurity.po index a92897c191..d0212f2118 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-stricttransportsecurity\n" diff --git a/plugins/StrictTransportSecurity/locale/mk/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/mk/LC_MESSAGES/StrictTransportSecurity.po index 3305128671..c3d4a7951f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-stricttransportsecurity\n" diff --git a/plugins/StrictTransportSecurity/locale/nl/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/nl/LC_MESSAGES/StrictTransportSecurity.po index 7a032a8c45..8b5e3e36fb 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-stricttransportsecurity\n" diff --git a/plugins/StrictTransportSecurity/locale/ru/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/ru/LC_MESSAGES/StrictTransportSecurity.po index 878ffac652..fb758025fd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-stricttransportsecurity\n" diff --git a/plugins/StrictTransportSecurity/locale/tl/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/tl/LC_MESSAGES/StrictTransportSecurity.po index c2afd217ed..f61be0f287 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-stricttransportsecurity\n" diff --git a/plugins/StrictTransportSecurity/locale/uk/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/uk/LC_MESSAGES/StrictTransportSecurity.po index 874c744b39..bcae6000e4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-stricttransportsecurity\n" diff --git a/plugins/SubMirror/locale/SubMirror.pot b/plugins/SubMirror/locale/SubMirror.pot index 76b65752bd..93a9810404 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 738cdc86dd..0372223572 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:35+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-submirror\n" diff --git a/plugins/SubMirror/locale/de/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/de/LC_MESSAGES/SubMirror.po index fb28866bb1..6fa79055cc 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-submirror\n" diff --git a/plugins/SubMirror/locale/es/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/es/LC_MESSAGES/SubMirror.po index 0aed69d27a..958ea7f1a1 100644 --- a/plugins/SubMirror/locale/es/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/es/LC_MESSAGES/SubMirror.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:33+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Client error displayed when entering an invalid URL for a feed. diff --git a/plugins/SubMirror/locale/eu/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/eu/LC_MESSAGES/SubMirror.po index 973054b524..02a6d95155 100644 --- a/plugins/SubMirror/locale/eu/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/eu/LC_MESSAGES/SubMirror.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:33+0000\n" "X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Client error displayed when entering an invalid URL for a feed. diff --git a/plugins/SubMirror/locale/fr/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/fr/LC_MESSAGES/SubMirror.po index 4e5ba28d2a..ca3e5564b6 100644 --- a/plugins/SubMirror/locale/fr/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/fr/LC_MESSAGES/SubMirror.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-submirror\n" diff --git a/plugins/SubMirror/locale/gl/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/gl/LC_MESSAGES/SubMirror.po index 74e72c97d6..d2a56b27ac 100644 --- a/plugins/SubMirror/locale/gl/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/gl/LC_MESSAGES/SubMirror.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SubMirror to Galician (Galego) +# Translation of StatusNet - SubMirror to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-submirror\n" diff --git a/plugins/SubMirror/locale/ia/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/ia/LC_MESSAGES/SubMirror.po index 2c84ef9606..d65c17120f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-submirror\n" diff --git a/plugins/SubMirror/locale/mk/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/mk/LC_MESSAGES/SubMirror.po index fdad1f9fcf..4b38bb3513 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-submirror\n" diff --git a/plugins/SubMirror/locale/nl/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/nl/LC_MESSAGES/SubMirror.po index 04070ac013..4003d8e5f4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-submirror\n" diff --git a/plugins/SubMirror/locale/tl/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/tl/LC_MESSAGES/SubMirror.po index 8a0c30ef2d..7980949453 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-submirror\n" @@ -62,11 +62,12 @@ msgstr "Datong may masamang anyo." #. 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 "" +msgstr "Nabigo ang paghiling ng salamin, sapagkat walang nabawing resulta." #. TRANS: Exception thrown when a feed provider could not be recognised. msgid "Internal form error: Unrecognized feed provider." msgstr "" +"Kamalian ng panloob na pormularyo: Hindi nakikilalang tagapagbigay ng pakain." #. TRANS: Exception thrown when a subscribing to a feed fails. msgid "Could not subscribe to feed." @@ -134,28 +135,25 @@ msgid "Mirroring style" msgstr "Estilo ng pagsasalamin" #. TRANS: Feed mirror style (radio button option). -#, fuzzy msgid "" "Repeat: reference the original user's post (sometimes shows as \"RT @blah\")" msgstr "" -"Ulitin: sangguniin ang orihinal na pagpapaskil ng tagagamit (minsang " -"ipinapakita bilang 'RT @blah')" +"Ulitin: tukuyin ang orihinal na paskil ng tagagamit (minsang ipinapakita " +"bilang \"RT @blah\")" #. TRANS: Feed mirror style (radio button option). msgid "Repost the content under my account" msgstr "Muling ipaskil ang nilalaman sa ilalim ng aking akawnt" #. TRANS: Button text to save feed mirror settings. -#, fuzzy msgctxt "BUTTON" msgid "Save" msgstr "Sagipin" #. TRANS: Button text to stop mirroring a feed. -#, fuzzy msgctxt "BUTTON" msgid "Stop mirroring" -msgstr "Ihinto ang pagsasalamin" +msgstr "Ihinto ang pagpapasalamin" #. TRANS: Name for possible feed provider. msgid "Twitter" diff --git a/plugins/SubMirror/locale/uk/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/uk/LC_MESSAGES/SubMirror.po index 61bed576ba..dec9cbff17 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:36+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:33+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-submirror\n" diff --git a/plugins/SubscriptionThrottle/locale/SubscriptionThrottle.pot b/plugins/SubscriptionThrottle/locale/SubscriptionThrottle.pot index 506c92f68c..0d248115c0 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 68990ce448..542f98dfac 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" diff --git a/plugins/SubscriptionThrottle/locale/de/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/de/LC_MESSAGES/SubscriptionThrottle.po index 0a18aa7663..3ced8154f2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:27:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" diff --git a/plugins/SubscriptionThrottle/locale/es/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/es/LC_MESSAGES/SubscriptionThrottle.po index 96c637bf29..ad5c10e0a0 100644 --- a/plugins/SubscriptionThrottle/locale/es/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/es/LC_MESSAGES/SubscriptionThrottle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" diff --git a/plugins/SubscriptionThrottle/locale/fr/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/fr/LC_MESSAGES/SubscriptionThrottle.po index 08efd89b77..9e2bd1868a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:27:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" diff --git a/plugins/SubscriptionThrottle/locale/gl/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/gl/LC_MESSAGES/SubscriptionThrottle.po index c5f6cbf472..4ddbcfdc85 100644 --- a/plugins/SubscriptionThrottle/locale/gl/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/gl/LC_MESSAGES/SubscriptionThrottle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SubscriptionThrottle to Galician (Galego) +# Translation of StatusNet - SubscriptionThrottle to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:27:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" diff --git a/plugins/SubscriptionThrottle/locale/he/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/he/LC_MESSAGES/SubscriptionThrottle.po index 555bbacc77..1ddff7c6c9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" diff --git a/plugins/SubscriptionThrottle/locale/ia/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/ia/LC_MESSAGES/SubscriptionThrottle.po index ed93e7ab44..77b9b9524e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" diff --git a/plugins/SubscriptionThrottle/locale/mk/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/mk/LC_MESSAGES/SubscriptionThrottle.po index 1865b610d2..713a01584c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" diff --git a/plugins/SubscriptionThrottle/locale/ms/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/ms/LC_MESSAGES/SubscriptionThrottle.po index 4d864088e9..5349652b94 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" diff --git a/plugins/SubscriptionThrottle/locale/nl/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/nl/LC_MESSAGES/SubscriptionThrottle.po index ef10353afd..dd06a168b7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" diff --git a/plugins/SubscriptionThrottle/locale/tl/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/tl/LC_MESSAGES/SubscriptionThrottle.po index 386d09e8a2..5695805343 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" diff --git a/plugins/SubscriptionThrottle/locale/uk/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/uk/LC_MESSAGES/SubscriptionThrottle.po index e21ec007fa..daa648f97f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" diff --git a/plugins/TabFocus/locale/TabFocus.pot b/plugins/TabFocus/locale/TabFocus.pot index dfe03914cc..0ba18a4e37 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 3fb87b3d6b..bb3979cba5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" diff --git a/plugins/TabFocus/locale/de/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/de/LC_MESSAGES/TabFocus.po index 5d5856447f..1965ffa230 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:27:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" diff --git a/plugins/TabFocus/locale/es/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/es/LC_MESSAGES/TabFocus.po index 85948149f1..6e98556fe9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" diff --git a/plugins/TabFocus/locale/fr/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/fr/LC_MESSAGES/TabFocus.po index e02078b5e9..b009bd34a9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" diff --git a/plugins/TabFocus/locale/gl/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/gl/LC_MESSAGES/TabFocus.po index 3aa456ca08..2dff162d9f 100644 --- a/plugins/TabFocus/locale/gl/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/gl/LC_MESSAGES/TabFocus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TabFocus to Galician (Galego) +# Translation of StatusNet - TabFocus to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:37+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:27:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" diff --git a/plugins/TabFocus/locale/he/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/he/LC_MESSAGES/TabFocus.po index 8cadeda6f9..82d1e1e576 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" diff --git a/plugins/TabFocus/locale/ia/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/ia/LC_MESSAGES/TabFocus.po index 3f5253382d..e60031ffc4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:27:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" diff --git a/plugins/TabFocus/locale/id/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/id/LC_MESSAGES/TabFocus.po index f9ba1491e9..ddca3d0738 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:14+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" diff --git a/plugins/TabFocus/locale/mk/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/mk/LC_MESSAGES/TabFocus.po index ec54396363..bbfa38f51a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:27:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" diff --git a/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po index 5d95287cb0..b71f8b404e 100644 --- a/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" diff --git a/plugins/TabFocus/locale/nl/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/nl/LC_MESSAGES/TabFocus.po index 2f47082c67..c9eebf40fc 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:27:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" diff --git a/plugins/TabFocus/locale/nn/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/nn/LC_MESSAGES/TabFocus.po index 44a8ccc5e8..9f4bd760a4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:14+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nn\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" diff --git a/plugins/TabFocus/locale/ru/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/ru/LC_MESSAGES/TabFocus.po index 35edd9c393..a33bae24b3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" diff --git a/plugins/TabFocus/locale/tl/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/tl/LC_MESSAGES/TabFocus.po index 46f845e73b..7a230069be 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:27:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" diff --git a/plugins/TabFocus/locale/uk/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/uk/LC_MESSAGES/TabFocus.po index 9483812b55..34303da26a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" diff --git a/plugins/TagSub/locale/TagSub.pot b/plugins/TagSub/locale/TagSub.pot index a53c3b118d..fa401a93e9 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 7e881a1b55..f953b6c527 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" diff --git a/plugins/TagSub/locale/ca/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/ca/LC_MESSAGES/TagSub.po index 5d93166a98..b7243f2821 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" diff --git a/plugins/TagSub/locale/de/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/de/LC_MESSAGES/TagSub.po index 3adc9d033c..626a47b1b5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" diff --git a/plugins/TagSub/locale/es/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/es/LC_MESSAGES/TagSub.po index 5400af0cc4..3bcf330d4a 100644 --- a/plugins/TagSub/locale/es/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/es/LC_MESSAGES/TagSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:15+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Form legend. diff --git a/plugins/TagSub/locale/eu/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/eu/LC_MESSAGES/TagSub.po index bda62e1695..07771dfb49 100644 --- a/plugins/TagSub/locale/eu/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/eu/LC_MESSAGES/TagSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:38+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:15+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Form legend. diff --git a/plugins/TagSub/locale/fr/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/fr/LC_MESSAGES/TagSub.po index daf53a1376..a3cf26b6ba 100644 --- a/plugins/TagSub/locale/fr/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/fr/LC_MESSAGES/TagSub.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:15+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. TRANS: Form legend. diff --git a/plugins/TagSub/locale/gl/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/gl/LC_MESSAGES/TagSub.po index 6b349af18b..aeeb2fc0e6 100644 --- a/plugins/TagSub/locale/gl/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/gl/LC_MESSAGES/TagSub.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TagSub to Galician (Galego) +# Translation of StatusNet - TagSub to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" diff --git a/plugins/TagSub/locale/ia/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/ia/LC_MESSAGES/TagSub.po index 167ce3b3ce..ca82002594 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" diff --git a/plugins/TagSub/locale/mk/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/mk/LC_MESSAGES/TagSub.po index 845866fa48..0375f945f8 100644 --- a/plugins/TagSub/locale/mk/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/mk/LC_MESSAGES/TagSub.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" diff --git a/plugins/TagSub/locale/nl/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/nl/LC_MESSAGES/TagSub.po index 847aa5cb03..d12f3db98b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" diff --git a/plugins/TagSub/locale/sr-ec/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/sr-ec/LC_MESSAGES/TagSub.po index 34dd3cd1ea..c2b03dcfc0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:16+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: sr-ec\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" diff --git a/plugins/TagSub/locale/te/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/te/LC_MESSAGES/TagSub.po index b81694f419..2015c28688 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: te\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" diff --git a/plugins/TagSub/locale/tl/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/tl/LC_MESSAGES/TagSub.po index 515941ebff..0b3bc90c6d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" @@ -31,9 +31,8 @@ msgid "Unsubscribe" msgstr "Pahintuin na ang pagtanggap ng sipi" #. TRANS: Submit button title to unsubscribe from a tag. -#, fuzzy msgid "Unsubscribe from this tag." -msgstr "Huwag nang magpasipi mula sa tatak na ito" +msgstr "Huwag nang sumipi mula sa tatak na ito." #. TRANS: Plugin description. msgid "Plugin to allow following all messages with a given tag." @@ -64,9 +63,8 @@ msgid "Subscribe" msgstr "Pumayag na tumanggap ng sipi" #. TRANS: Submit button title to subscribe to a tag. -#, fuzzy msgid "Subscribe to this tag." -msgstr "Magpasipi para sa tatak na ito" +msgstr "Sumipi mula sa tatak na ito." #. TRANS: Page title when tag unsubscription succeeded. msgid "Unsubscribed" @@ -142,12 +140,12 @@ msgstr "" #. 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. -#, fuzzy, php-format +#, php-format msgid "%s is not following any tags." -msgstr "Si %s ay hindi nakikinig sa anumang mga tatak." +msgstr "Hindi sinusundan ni %s ang anumang mga tatak." #. TRANS: %1$s is a URL to a tag, %2$s is a tag, #. TRANS: %3$s a date string. -#, fuzzy, php-format +#, php-format msgid "#%2$s since %3$s" -msgstr "#%s magmula noong %s" +msgstr "#%2$s magmula pa noong %3$s" diff --git a/plugins/TagSub/locale/uk/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/uk/LC_MESSAGES/TagSub.po index 85d4dd9b38..09223782a7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:31+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" diff --git a/plugins/TightUrl/locale/TightUrl.pot b/plugins/TightUrl/locale/TightUrl.pot index 28055804af..e3d1c46bf5 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 02687032b4..054a2d7c2d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:23:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" diff --git a/plugins/TightUrl/locale/es/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/es/LC_MESSAGES/TightUrl.po index fce4eb2996..2fa8c7f226 100644 --- a/plugins/TightUrl/locale/es/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/es/LC_MESSAGES/TightUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:23:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" diff --git a/plugins/TightUrl/locale/eu/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/eu/LC_MESSAGES/TightUrl.po index 9fe8fca0c6..e9bf436d29 100644 --- a/plugins/TightUrl/locale/eu/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/eu/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:16+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Exception thrown when the TightUrl plugin has been configured incorrectly. diff --git a/plugins/TightUrl/locale/fr/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/fr/LC_MESSAGES/TightUrl.po index b909a8c17b..60f9b35d76 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:39+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" diff --git a/plugins/TightUrl/locale/gl/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/gl/LC_MESSAGES/TightUrl.po index 9cb37b6780..c05c6a9988 100644 --- a/plugins/TightUrl/locale/gl/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/gl/LC_MESSAGES/TightUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TightUrl to Galician (Galego) +# Translation of StatusNet - TightUrl to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" diff --git a/plugins/TightUrl/locale/he/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/he/LC_MESSAGES/TightUrl.po index bc3ad5c913..171a858fa0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" diff --git a/plugins/TightUrl/locale/ia/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/ia/LC_MESSAGES/TightUrl.po index 9281718338..2f8d325983 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" diff --git a/plugins/TightUrl/locale/id/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/id/LC_MESSAGES/TightUrl.po index abcf6108ef..c9313e5c38 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" diff --git a/plugins/TightUrl/locale/ja/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/ja/LC_MESSAGES/TightUrl.po index c4b49a8962..7a720834de 100644 --- a/plugins/TightUrl/locale/ja/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/ja/LC_MESSAGES/TightUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" diff --git a/plugins/TightUrl/locale/mk/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/mk/LC_MESSAGES/TightUrl.po index 5c4799ccfd..f785bbecba 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" diff --git a/plugins/TightUrl/locale/ms/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/ms/LC_MESSAGES/TightUrl.po index 8d692ecd9c..8591d97076 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" diff --git a/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po index b77af972f4..a18fa31554 100644 --- a/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" diff --git a/plugins/TightUrl/locale/nl/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/nl/LC_MESSAGES/TightUrl.po index 82a11db6dc..9260a21778 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" diff --git a/plugins/TightUrl/locale/pt/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/pt/LC_MESSAGES/TightUrl.po index 04cc933b2b..a4386f6bee 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" diff --git a/plugins/TightUrl/locale/pt_BR/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/pt_BR/LC_MESSAGES/TightUrl.po index 4885404319..06f690a599 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" diff --git a/plugins/TightUrl/locale/ru/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/ru/LC_MESSAGES/TightUrl.po index 7a65129e88..eb351c5191 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" diff --git a/plugins/TightUrl/locale/tl/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/tl/LC_MESSAGES/TightUrl.po index 4b2883ee41..7cdff4e6f6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" @@ -23,7 +23,7 @@ msgstr "" #. TRANS: Exception thrown when the TightUrl plugin has been configured incorrectly. msgid "You must specify a serviceUrl." -msgstr "" +msgstr "Dapat kang tumukoy ng isang URL ng paglilingkod." #. TRANS: Plugin description. %s is the shortener name. #, php-format diff --git a/plugins/TightUrl/locale/uk/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/uk/LC_MESSAGES/TightUrl.po index 3f505d7a40..8942a3315f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" diff --git a/plugins/TinyMCE/locale/TinyMCE.pot b/plugins/TinyMCE/locale/TinyMCE.pot index 41fd526438..ccd2ea1f1f 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 9f12454048..0269928395 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" diff --git a/plugins/TinyMCE/locale/de/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/de/LC_MESSAGES/TinyMCE.po index 4c3c12b957..a41e949f8c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" diff --git a/plugins/TinyMCE/locale/eo/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/eo/LC_MESSAGES/TinyMCE.po index 078470d21b..87ae53b98a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: eo\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" diff --git a/plugins/TinyMCE/locale/es/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/es/LC_MESSAGES/TinyMCE.po index dabde94d0f..b03b0ddf1e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" diff --git a/plugins/TinyMCE/locale/fr/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/fr/LC_MESSAGES/TinyMCE.po index de7dcdfcb6..ab25a97d8e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" diff --git a/plugins/TinyMCE/locale/gl/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/gl/LC_MESSAGES/TinyMCE.po index 8e8f8e04ef..227f52874f 100644 --- a/plugins/TinyMCE/locale/gl/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/gl/LC_MESSAGES/TinyMCE.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TinyMCE to Galician (Galego) +# Translation of StatusNet - TinyMCE to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" diff --git a/plugins/TinyMCE/locale/he/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/he/LC_MESSAGES/TinyMCE.po index f240114755..0ac20eac9f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:19+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" diff --git a/plugins/TinyMCE/locale/ia/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/ia/LC_MESSAGES/TinyMCE.po index e82cddf856..70e76204b4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" diff --git a/plugins/TinyMCE/locale/id/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/id/LC_MESSAGES/TinyMCE.po index 4a3f5bf5c5..fef89c39a5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:19+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" diff --git a/plugins/TinyMCE/locale/ja/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/ja/LC_MESSAGES/TinyMCE.po index 2a696b5497..dfd08796b4 100644 --- a/plugins/TinyMCE/locale/ja/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/ja/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:19+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=1; plural=0;\n" #. TRANS: Plugin description. diff --git a/plugins/TinyMCE/locale/mk/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/mk/LC_MESSAGES/TinyMCE.po index da406282b8..abf72426c5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" diff --git a/plugins/TinyMCE/locale/ms/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/ms/LC_MESSAGES/TinyMCE.po index 65d03b0321..39393f0c27 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:19+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" diff --git a/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po index 3f54a70cba..db49725fd7 100644 --- a/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" diff --git a/plugins/TinyMCE/locale/nl/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/nl/LC_MESSAGES/TinyMCE.po index fb784da01e..81cb96e3b1 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" diff --git a/plugins/TinyMCE/locale/pt/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/pt/LC_MESSAGES/TinyMCE.po index 5ee8dfe990..1a53bcaf86 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" diff --git a/plugins/TinyMCE/locale/pt_BR/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/pt_BR/LC_MESSAGES/TinyMCE.po index c26557938c..c149adebe0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" diff --git a/plugins/TinyMCE/locale/ru/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/ru/LC_MESSAGES/TinyMCE.po index a4345938c1..2cafd46d9b 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" diff --git a/plugins/TinyMCE/locale/tl/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/tl/LC_MESSAGES/TinyMCE.po index 6c70b0ff0e..5c5bf59680 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" diff --git a/plugins/TinyMCE/locale/uk/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/uk/LC_MESSAGES/TinyMCE.po index 4b8d83606e..b77701ec48 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:08+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" diff --git a/plugins/TwitterBridge/locale/TwitterBridge.pot b/plugins/TwitterBridge/locale/TwitterBridge.pot index 1d291f6e32..15e80afa55 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 557708ef6e..4354ce8b22 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:41+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" diff --git a/plugins/TwitterBridge/locale/ca/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/ca/LC_MESSAGES/TwitterBridge.po index 156377c515..877ef039b3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" diff --git a/plugins/TwitterBridge/locale/de/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/de/LC_MESSAGES/TwitterBridge.po index cf5a237a18..0901de5ef7 100644 --- a/plugins/TwitterBridge/locale/de/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/de/LC_MESSAGES/TwitterBridge.po @@ -15,13 +15,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" diff --git a/plugins/TwitterBridge/locale/es/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/es/LC_MESSAGES/TwitterBridge.po index 7751c209ef..9a2510273a 100644 --- a/plugins/TwitterBridge/locale/es/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/es/LC_MESSAGES/TwitterBridge.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:20+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Title for page with Twitter integration settings. diff --git a/plugins/TwitterBridge/locale/eu/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/eu/LC_MESSAGES/TwitterBridge.po index cae0c580f7..a8df3c9082 100644 --- a/plugins/TwitterBridge/locale/eu/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/eu/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:21+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Title for page with Twitter integration settings. diff --git a/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po index cddd16aebb..54ec84d3ca 100644 --- a/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" diff --git a/plugins/TwitterBridge/locale/fur/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/fur/LC_MESSAGES/TwitterBridge.po index a29f91cfb2..8307c51c45 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:21+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fur\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" diff --git a/plugins/TwitterBridge/locale/gl/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/gl/LC_MESSAGES/TwitterBridge.po index ab3d47d58f..f3d2f73c51 100644 --- a/plugins/TwitterBridge/locale/gl/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/gl/LC_MESSAGES/TwitterBridge.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TwitterBridge to Galician (Galego) +# Translation of StatusNet - TwitterBridge to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:42+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" diff --git a/plugins/TwitterBridge/locale/ia/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/ia/LC_MESSAGES/TwitterBridge.po index 0e304849b7..7dafc86864 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" diff --git a/plugins/TwitterBridge/locale/ko/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/ko/LC_MESSAGES/TwitterBridge.po index 8cf7088cbe..29e4b1a216 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:21+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ko\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" diff --git a/plugins/TwitterBridge/locale/mk/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/mk/LC_MESSAGES/TwitterBridge.po index 0b87b3a9a2..87aa6ff6ed 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" diff --git a/plugins/TwitterBridge/locale/ms/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/ms/LC_MESSAGES/TwitterBridge.po index 495eaae793..10066369d6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" diff --git a/plugins/TwitterBridge/locale/nl/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/nl/LC_MESSAGES/TwitterBridge.po index e33d0fdd11..3791d76da7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" diff --git a/plugins/TwitterBridge/locale/tl/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/tl/LC_MESSAGES/TwitterBridge.po index 921e0e451b..2abee72dba 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" @@ -47,13 +47,13 @@ msgstr "Huwag iugnay ang akawnt ko na mula sa Twitter" #. TRANS: Form guide. %s is a URL to the password settings. #. TRANS: This message contains a Markdown link in the form [description](link). -#, fuzzy, php-format +#, php-format msgid "" "Disconnecting your Twitter account could make it impossible to log in! " "Please [set a password](%s) first." msgstr "" -"Ang pagkalas ng Twitter mo ay maaaring makapagdulot ng hindi makalagda! " -"Mangyaring " +"Ang pagkalas sa akawnt mo ng Twitter mo ay maaaring makapagdulot ng kawalan " +"ng kakayanang makalagda! Mangyaring [magtakda muna ng hudyat] (%s)." #. TRANS: Form instructions. %1$s is the StatusNet sitename. #, php-format @@ -65,10 +65,9 @@ msgstr "" "mong gamitin ang hudyat mo sa %1$s upang lumagdang papasok." #. TRANS: Button text for disconnecting a Twitter account. -#, fuzzy msgctxt "BUTTON" msgid "Disconnect" -msgstr "Huwag umugnay" +msgstr "Kumalas" #. TRANS: Fieldset legend. msgid "Preferences" @@ -92,13 +91,11 @@ msgstr "Angkatin ang guhit ng panahon ng mga kaibigan ko." #. TRANS: Button text for saving Twitter integration settings. #. TRANS: Button text for saving the administrative Twitter bridge settings. -#, fuzzy msgctxt "BUTTON" msgid "Save" msgstr "Sagipin" #. TRANS: Button text for adding Twitter integration. -#, fuzzy msgctxt "BUTTON" msgid "Add" msgstr "Idagdag" @@ -117,18 +114,16 @@ msgid "No Twitter connection to remove." msgstr "Walang matatanggal na ugnay sa Twitter." #. TRANS: Server error displayed when trying to remove a connected Twitter account fails. -#, fuzzy msgid "Could not remove Twitter user." -msgstr "Hindi matanggal ang tagagamit ng Twitter." +msgstr "Hindi maalis ang tagagamit ng Twitter." #. TRANS: Success message displayed after disconnecting a Twitter account. msgid "Twitter account disconnected." msgstr "Nawala ang ugnay sa akawnt ng Twitter." #. TRANS: Server error displayed when saving Twitter integration preferences fails. -#, fuzzy msgid "Could not save Twitter preferences." -msgstr "Hindi masagip ang mga nais na pang-Twitter." +msgstr "Hindi masagip ang mga kanaisan na nasa Twitter." #. TRANS: Success message after saving Twitter integration preferences. msgid "Twitter preferences saved." @@ -147,23 +142,21 @@ msgid "Could not link your Twitter account." msgstr "Hindi maikawing ang iyong akawnt ng Twitter." #. TRANS: Server error displayed when linking to a Twitter account fails because of an incorrect oauth_token. -#, fuzzy msgid "Could not link your Twitter account: oauth_token mismatch." msgstr "" -"Hindi maikawing ang iyong akawnt ng Twitter: hindi magkatugma ang " -"oauth_token." +"Hindi maikawing ang akawnt mong nasa Twitter: hindi katugma ang oauth_token." #. TRANS: Page instruction. %s is the StatusNet sitename. -#, fuzzy, php-format +#, 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 "" -"Ito ang iyong unang pagkakataon ng paglagda sa %s kaya't kailangan naming " -"iugnay ang iyong akawnt ng Twitter papunta sa isang katutubong akawnt. " -"Maaari kang lumikha ng isang bagong akawnt, o umugnay sa pamamagitan ng " -"umiiral mong akawnt, kung mayroon ka." +"Ito ang una mong pagkakataon na lumagdang papasok sa %s kaya't kailangan " +"naming iugnay ang akawnt mong nasa Twitter sa isang katutubong akawnt. " +"Maaari kang lumikha ng isang bagong akawnt, o kumabit sa umiiral mong " +"akawnt, kung mayroon ka na." #. TRANS: Page title. msgid "Twitter Account Setup" @@ -203,7 +196,6 @@ msgstr "" "hudyat" #. TRANS: Button text for creating a new StatusNet account in the Twitter connect page. -#, fuzzy msgctxt "BUTTON" msgid "Create" msgstr "Likhain" @@ -230,7 +222,7 @@ msgstr "Hudyat" #. TRANS: Fieldset legend. msgid "License" -msgstr "" +msgstr "Lisensiya" #. TRANS: Text for license agreement checkbox. #. TRANS: %s is the license as configured for the StatusNet site. @@ -244,10 +236,9 @@ msgstr "" "ng telepono." #. TRANS: Button text for connecting an existing StatusNet account in the Twitter connect page.. -#, fuzzy msgctxt "BUTTON" msgid "Connect" -msgstr "Umugnay" +msgstr "Kumabit" #. TRANS: Client error displayed when trying to create a new user while creating new users is not allowed. msgid "Registration not allowed." @@ -280,7 +271,6 @@ msgid "Invalid username or password." msgstr "Hindi katanggap-tanggap na pangalan ng tagagamit o hudyat." #. TRANS: Page title for Twitter administration panel. -#, fuzzy msgctxt "TITLE" msgid "Twitter" msgstr "Twitter" @@ -290,14 +280,12 @@ msgid "Twitter bridge settings" msgstr "Mga katakdaan sa tulay ng Twitter" #. TRANS: Client error displayed when a consumer key is invalid because it is too long. -#, fuzzy msgid "Invalid consumer key. Maximum length is 255 characters." msgstr "" -"Hindi katanggap-tanggap na susi ng tagaubos. Ang pinakamataas na haba ay " +"Hindi katanggap-tanggap na susi ng mang-uubos. Ang pinakamataas na haba ay " "255 mga panitik." #. TRANS: Client error displayed when a consumer secret is invalid because it is too long. -#, fuzzy msgid "Invalid consumer secret. Maximum length is 255 characters." msgstr "" "Hindi katanggap-tanggap na lihim ng tagaubos. Ang pinakamataas na haba ay " @@ -312,32 +300,28 @@ msgid "Consumer key" msgstr "Susi ng tagaubos" #. TRANS: Field title for Twitter assigned consumer key. -#, fuzzy msgid "The consumer key assigned by Twitter." -msgstr "Susi ng tagaubos na itinalaga ng Twitter" +msgstr "Ang susi ng tagaubos na itinalaga ng Twitter." #. TRANS: Field label for Twitter assigned consumer secret. msgid "Consumer secret" msgstr "Lihim ng tagaubos" #. TRANS: Field title for Twitter assigned consumer secret. -#, fuzzy msgid "The consumer secret assigned by Twitter." -msgstr "Lihim ng tagaubos na itinalaga ng Twitter" +msgstr "Ang lihim ng tagaubos na itinalaga ng Twitter." #. TRANS: Form guide displayed when two required fields have already been provided. -#, fuzzy msgid "Note: A global consumer key and secret are set." -msgstr "Paunawa: nakatakda ang isang pandaigdigang susi at lihim ng tagaubos." +msgstr "Paunawa: Naitakda na ang isang pangglobong susi at lihim ng tagaubos." #. TRANS: Field label for Twitter application name. msgid "Integration source" msgstr "Pinagmulan ng pagsasama" #. TRANS: Field title for Twitter application name. -#, fuzzy msgid "The name of your Twitter application." -msgstr "Pangalan ng iyong aplikasyong Twitter" +msgstr "Ang pangalan ng aplikasyon mo ng Twitter." #. TRANS: Fieldset legend for Twitter integration options. msgid "Options" @@ -348,11 +332,10 @@ msgid "Enable \"Sign-in with Twitter\"" msgstr "Paganahin ang \"Lumagdang may Twitter\"" #. TRANS: Checkbox title. -#, fuzzy msgid "This allow users to login with their Twitter credentials." msgstr "" -"Pahintulutan ang mga tagagamit na lumagdang papasok sa pamamagitan ng " -"kanilang mga katangian sa Twitter" +"Nagpapahintulot ito sa mga tagagamit na lumagdang papasok sa pamamagitan ng " +"kanilang mga kredensiyal na nasa Twitter." #. TRANS: Checkbox label for global setting. msgid "Enable Twitter import" @@ -368,53 +351,52 @@ msgstr "" "pagsasaayos ng mga daemon." #. TRANS: Button title for saving the administrative Twitter bridge settings. -#, fuzzy msgid "Save the Twitter bridge settings." -msgstr "Mga katakdaan sa tulay ng Twitter" +msgstr "Sagipin ang mga katakdaan na nasa tulay ng Twitter." #. TRANS: Server exception thrown when an invalid URL scheme is detected. msgid "Invalid URL scheme for HTTP stream reader." msgstr "" +"Hindi katanggap-tanggap na pakana ng URL para sa pambasa ng batis ng HTTP." #. TRANS: Exception thrown when input from an inexpected socket is encountered. msgid "Got input from unexpected socket!" -msgstr "" +msgstr "Nakakuha ng pagpasok mula sa hindi inaasahang bokilya!" #. 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 "" +msgstr "Hindi katanggap-tanggap na katayuan sa loob ng linya ng hawakan: %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 "" +msgstr "Hindi katanggap-tanggap na linya ng tugon ng HTTP: %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 "" +"Hindi katanggap-tanggap na tipak ng guhit ng tugon ng HTTP na \"%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 "" +msgstr "Masamang kodigo ng tugon ng HTTP na %1$s: %2$s." #. TRANS: Menu item in login navigation. #. TRANS: Menu item in connection settings navigation. -#, fuzzy msgctxt "MENU" msgid "Twitter" msgstr "Twitter" #. TRANS: Title for menu item in login navigation. -#, fuzzy msgid "Login or register using Twitter." -msgstr "Lumagda o magpatala na ginagamit ang Twitter" +msgstr "Lumagda o magpatala na ginagamit ang Twitter." #. TRANS: Title for menu item in connection settings navigation. msgid "Twitter integration options" @@ -425,9 +407,8 @@ msgid "Twitter" msgstr "Twitter" #. TRANS: Menu item title in administrative panel that leads to the Twitter bridge configuration. -#, fuzzy msgid "Twitter bridge configuration page." -msgstr "Pagkakaayos ng tulay ng Twitter" +msgstr "Pahina ng pagkakaayos ng tulay ng Twitter." #. TRANS: Plugin description. msgid "" @@ -443,10 +424,9 @@ msgid "Already logged in." msgstr "Nakalagda na." #. TRANS: Title for login using Twitter page. -#, fuzzy msgctxt "TITLE" msgid "Twitter Login" -msgstr "Paglagda sa Twitter" +msgstr "Panglagdang Papasok sa Twitter" #. TRANS: Instructions for login using Twitter page. msgid "Login with your Twitter account" diff --git a/plugins/TwitterBridge/locale/tr/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/tr/LC_MESSAGES/TwitterBridge.po index abae270a62..9dcc97753f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tr\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" diff --git a/plugins/TwitterBridge/locale/uk/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/uk/LC_MESSAGES/TwitterBridge.po index acb73f2e10..aec93aa186 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:43+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" diff --git a/plugins/TwitterBridge/locale/zh_CN/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/zh_CN/LC_MESSAGES/TwitterBridge.po index 51a3eaf042..20abf21d80 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" diff --git a/plugins/UserFlag/locale/UserFlag.pot b/plugins/UserFlag/locale/UserFlag.pot index 53549a9259..70c8ba1191 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 8b3473c62b..3e43114ad0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" diff --git a/plugins/UserFlag/locale/ca/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/ca/LC_MESSAGES/UserFlag.po index 06f9971ae8..52d02f74c9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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 13:51:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" diff --git a/plugins/UserFlag/locale/de/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/de/LC_MESSAGES/UserFlag.po index 77e2f9507b..ad8905ebdd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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 13:51:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" diff --git a/plugins/UserFlag/locale/diq/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/diq/LC_MESSAGES/UserFlag.po index 3cc079fcde..8d433e5ee5 100644 --- a/plugins/UserFlag/locale/diq/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/diq/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:23+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: AJAX form title for a flagged profile. diff --git a/plugins/UserFlag/locale/es/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/es/LC_MESSAGES/UserFlag.po index 7b9a619c07..cc2575c0df 100644 --- a/plugins/UserFlag/locale/es/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/es/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:23+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: AJAX form title for a flagged profile. diff --git a/plugins/UserFlag/locale/eu/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/eu/LC_MESSAGES/UserFlag.po index df85b5847a..58f2ea84af 100644 --- a/plugins/UserFlag/locale/eu/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/eu/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:23+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: AJAX form title for a flagged profile. diff --git a/plugins/UserFlag/locale/fr/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/fr/LC_MESSAGES/UserFlag.po index 808925af2b..010e189764 100644 --- a/plugins/UserFlag/locale/fr/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/fr/LC_MESSAGES/UserFlag.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" diff --git a/plugins/UserFlag/locale/gl/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/gl/LC_MESSAGES/UserFlag.po index f0b96fc3a3..04d211a7e5 100644 --- a/plugins/UserFlag/locale/gl/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/gl/LC_MESSAGES/UserFlag.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserFlag to Galician (Galego) +# Translation of StatusNet - UserFlag to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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 13:51:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" diff --git a/plugins/UserFlag/locale/ia/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/ia/LC_MESSAGES/UserFlag.po index 309af78acf..e53199301f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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 13:51:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" diff --git a/plugins/UserFlag/locale/mk/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/mk/LC_MESSAGES/UserFlag.po index e068a9a033..18456fadc8 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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 13:51:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" diff --git a/plugins/UserFlag/locale/nl/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/nl/LC_MESSAGES/UserFlag.po index 760407e19d..8329cdf4c8 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:44+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" diff --git a/plugins/UserFlag/locale/pt/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/pt/LC_MESSAGES/UserFlag.po index bac601b8c4..525f03960c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" diff --git a/plugins/UserFlag/locale/ru/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/ru/LC_MESSAGES/UserFlag.po index c60e02b296..e7ac5674b0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" diff --git a/plugins/UserFlag/locale/tl/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/tl/LC_MESSAGES/UserFlag.po index 57a84b20b0..ca940979cd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" @@ -87,9 +87,9 @@ msgstr "Iwinatawat ni %s" #. TRANS: Server exception given when flags could not be cleared. #. TRANS: %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgid "Could not clear flags for profile \"%s\"." -msgstr "Hindi mahawi ang mga watawat para sa balangkas na \"%s\"." +msgstr "Hindi mahawi ang mga watawat para sa balangkas ng katangian na \"%s\"." #. TRANS: Title for AJAX form to indicated that flags were removed. msgid "Flags cleared" @@ -101,7 +101,7 @@ msgstr "Nahawi na" #. TRANS: Server exception. #. TRANS: %d is a profile ID (number). -#, fuzzy, php-format +#, php-format msgid "Could not flag profile \"%d\" for review." msgstr "" -"Hindi maiwatawat ang watawat ng balangkas na \"%d\" para sa muling pagsusuri." +"Hindi maibandila ang balangkas ng katangian na \"%d\" na susuriing muli." diff --git a/plugins/UserFlag/locale/uk/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/uk/LC_MESSAGES/UserFlag.po index 91a189d42b..e4d8bee167 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:36+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" diff --git a/plugins/UserLimit/locale/UserLimit.pot b/plugins/UserLimit/locale/UserLimit.pot index 7fa2df483d..5e73559f22 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 6f3060b686..5a474486b5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" diff --git a/plugins/UserLimit/locale/de/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/de/LC_MESSAGES/UserLimit.po index c2644719d2..39237ab036 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" diff --git a/plugins/UserLimit/locale/es/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/es/LC_MESSAGES/UserLimit.po index 2733e6d29b..847810f61d 100644 --- a/plugins/UserLimit/locale/es/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/es/LC_MESSAGES/UserLimit.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" diff --git a/plugins/UserLimit/locale/fa/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/fa/LC_MESSAGES/UserLimit.po index 73f289dd9a..94c36e7968 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:25+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fa\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" diff --git a/plugins/UserLimit/locale/fi/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/fi/LC_MESSAGES/UserLimit.po index 1055fa434c..4c39405dcb 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:25+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" diff --git a/plugins/UserLimit/locale/fr/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/fr/LC_MESSAGES/UserLimit.po index cd99857d7d..273b1c17ae 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" diff --git a/plugins/UserLimit/locale/gl/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/gl/LC_MESSAGES/UserLimit.po index 5abb8ca46f..d1f4494979 100644 --- a/plugins/UserLimit/locale/gl/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/gl/LC_MESSAGES/UserLimit.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserLimit to Galician (Galego) +# Translation of StatusNet - UserLimit to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" diff --git a/plugins/UserLimit/locale/he/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/he/LC_MESSAGES/UserLimit.po index 28285be171..76520dd1e5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" diff --git a/plugins/UserLimit/locale/ia/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/ia/LC_MESSAGES/UserLimit.po index bd986afbb4..6814c29545 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" diff --git a/plugins/UserLimit/locale/id/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/id/LC_MESSAGES/UserLimit.po index 54dcc61842..756e9f092d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" diff --git a/plugins/UserLimit/locale/lb/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/lb/LC_MESSAGES/UserLimit.po index ca908b052e..2bb1adebd6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:45+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:26+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: lb\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" diff --git a/plugins/UserLimit/locale/lv/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/lv/LC_MESSAGES/UserLimit.po index a085d8bf09..1722a14e3e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:26+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: lv\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" diff --git a/plugins/UserLimit/locale/mk/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/mk/LC_MESSAGES/UserLimit.po index 49043d4e3d..faabb00894 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" diff --git a/plugins/UserLimit/locale/ms/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/ms/LC_MESSAGES/UserLimit.po index fa7dcd312c..c189d88ade 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" diff --git a/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po index b9757f80e1..f1273c3319 100644 --- a/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" diff --git a/plugins/UserLimit/locale/nl/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/nl/LC_MESSAGES/UserLimit.po index 5940a71ce3..4032ea4567 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" diff --git a/plugins/UserLimit/locale/pt/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/pt/LC_MESSAGES/UserLimit.po index 09d32544e9..1ef9850b44 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" diff --git a/plugins/UserLimit/locale/pt_BR/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/pt_BR/LC_MESSAGES/UserLimit.po index 242feedbe2..458eb3cea3 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" diff --git a/plugins/UserLimit/locale/ru/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/ru/LC_MESSAGES/UserLimit.po index e6264fc8b7..71e4df1552 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" diff --git a/plugins/UserLimit/locale/tl/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/tl/LC_MESSAGES/UserLimit.po index 931cab10c6..2a5d3329ea 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" @@ -23,7 +23,7 @@ msgstr "" #. TRANS: Error message given if creating a new user is not possible because a limit has been reached. #. TRANS: %d is the user limit (also available for plural). -#, fuzzy, php-format +#, php-format msgid "" "Cannot register because the maximum number of users (%d) for this site was " "reached." @@ -31,9 +31,11 @@ msgid_plural "" "Cannot register because the maximum number of users (%d) for this site was " "reached." msgstr[0] "" -"Hindi maipatala; naabot na ang pinakamataas na bilang ng mga tagagamit (%d)." +"Hindi mairehistro dahil naabot na ang pinakamataas na bilang ng mga " +"tagagamit (%d) para sa pook na ito." msgstr[1] "" -"Hindi maipatala; naabot na ang pinakamataas na bilang ng mga tagagamit (%d)." +"Hindi maipatala dahil naabot na ang pinakamataas na bilang ng mga tagagamit " +"(%d) para sa pook na ito." #. TRANS: Plugin description. msgid "Limit the number of users who can register." diff --git a/plugins/UserLimit/locale/tr/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/tr/LC_MESSAGES/UserLimit.po index 91a5265e3e..cd08694a2e 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:26+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tr\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" diff --git a/plugins/UserLimit/locale/uk/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/uk/LC_MESSAGES/UserLimit.po index 28713177cf..d6d7d770f4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" diff --git a/plugins/WikiHashtags/locale/WikiHashtags.pot b/plugins/WikiHashtags/locale/WikiHashtags.pot index 3e77d86b5b..12d1038061 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 43a736a5ae..2d1b3010d8 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-wikihashtags\n" diff --git a/plugins/WikiHashtags/locale/es/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/es/LC_MESSAGES/WikiHashtags.po index d2c65ec81d..1ad41310af 100644 --- a/plugins/WikiHashtags/locale/es/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/es/LC_MESSAGES/WikiHashtags.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:27+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Link title for editing an article on WikiHashTags. diff --git a/plugins/WikiHashtags/locale/fr/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/fr/LC_MESSAGES/WikiHashtags.po index a098b87790..97811a2dee 100644 --- a/plugins/WikiHashtags/locale/fr/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/fr/LC_MESSAGES/WikiHashtags.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-wikihashtags\n" diff --git a/plugins/WikiHashtags/locale/gl/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/gl/LC_MESSAGES/WikiHashtags.po index 72da52c30f..64e18185e4 100644 --- a/plugins/WikiHashtags/locale/gl/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/gl/LC_MESSAGES/WikiHashtags.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - WikiHashtags to Galician (Galego) +# Translation of StatusNet - WikiHashtags to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-wikihashtags\n" diff --git a/plugins/WikiHashtags/locale/ia/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/ia/LC_MESSAGES/WikiHashtags.po index 794ae609cb..71c822fb0c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:46+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-wikihashtags\n" diff --git a/plugins/WikiHashtags/locale/mk/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/mk/LC_MESSAGES/WikiHashtags.po index 66783b8328..447a91c1f6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-wikihashtags\n" diff --git a/plugins/WikiHashtags/locale/ms/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/ms/LC_MESSAGES/WikiHashtags.po index dfe3a1bdfc..33d9ec6621 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:27+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-wikihashtags\n" diff --git a/plugins/WikiHashtags/locale/nl/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/nl/LC_MESSAGES/WikiHashtags.po index 47210574e9..251bf48a26 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-wikihashtags\n" diff --git a/plugins/WikiHashtags/locale/tl/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/tl/LC_MESSAGES/WikiHashtags.po index c422f35958..8783fc22ed 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-wikihashtags\n" @@ -39,7 +39,7 @@ msgstr "" #. TRANS: Link description for viewing the GFDL. msgid "GNU FDL" -msgstr "" +msgstr "GNU FDL" #. TRANS: Link description for editing an article on WikiHashTags. #. TRANS: %s is the hash tag page to be created. diff --git a/plugins/WikiHashtags/locale/uk/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/uk/LC_MESSAGES/WikiHashtags.po index c64e4040da..a7b823d897 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-wikihashtags\n" diff --git a/plugins/WikiHowProfile/locale/WikiHowProfile.pot b/plugins/WikiHowProfile/locale/WikiHowProfile.pot index b8c82c405b..dde5c971a1 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 59a581903b..ed9ee97e65 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" diff --git a/plugins/WikiHowProfile/locale/es/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/es/LC_MESSAGES/WikiHowProfile.po index e62b726777..53b28d7b83 100644 --- a/plugins/WikiHowProfile/locale/es/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/es/LC_MESSAGES/WikiHowProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:28+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/WikiHowProfile/locale/eu/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/eu/LC_MESSAGES/WikiHowProfile.po index c620e06020..de9e733cfd 100644 --- a/plugins/WikiHowProfile/locale/eu/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/eu/LC_MESSAGES/WikiHowProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:28+0000\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-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/WikiHowProfile/locale/fr/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/fr/LC_MESSAGES/WikiHowProfile.po index c9c1fd9dcb..68da2c97b6 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" diff --git a/plugins/WikiHowProfile/locale/gl/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/gl/LC_MESSAGES/WikiHowProfile.po index 313c1a2aee..e82481d403 100644 --- a/plugins/WikiHowProfile/locale/gl/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/gl/LC_MESSAGES/WikiHowProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - WikiHowProfile to Galician (Galego) +# Translation of StatusNet - WikiHowProfile to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:54+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" diff --git a/plugins/WikiHowProfile/locale/ia/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/ia/LC_MESSAGES/WikiHowProfile.po index 3abca0c2a2..02aaf92a4f 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:54+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" diff --git a/plugins/WikiHowProfile/locale/mk/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/mk/LC_MESSAGES/WikiHowProfile.po index 1dfa0bd853..bd70918deb 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:54+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" diff --git a/plugins/WikiHowProfile/locale/ms/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/ms/LC_MESSAGES/WikiHowProfile.po index ae9662898d..717ca0a841 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:54+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" diff --git a/plugins/WikiHowProfile/locale/nl/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/nl/LC_MESSAGES/WikiHowProfile.po index b0ac568476..34ded405c9 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" diff --git a/plugins/WikiHowProfile/locale/ru/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/ru/LC_MESSAGES/WikiHowProfile.po index 75cd894989..d6dd07e9d7 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" diff --git a/plugins/WikiHowProfile/locale/tl/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/tl/LC_MESSAGES/WikiHowProfile.po index f85946f34b..6b74926cfc 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:54+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" @@ -31,11 +31,11 @@ msgstr "" #. TRANS: Exception thrown when fetching a WikiHow profile page fails. msgid "WikiHow profile page fetch failed." -msgstr "" +msgstr "Nabigo ang pagsalok sa pahina ng balangkas ng WikiHow." #. TRANS: Exception thrown when parsing a WikiHow profile page fails. msgid "HTML parse failure during check for WikiHow avatar." -msgstr "" +msgstr "Kabiguan ng parse ng HTML habang sinusuri para sa abatar ng WikiHow." #. TRANS: Server exception thrown when an avatar URL is invalid. #. TRANS: %s is the invalid avatar URL. diff --git a/plugins/WikiHowProfile/locale/tr/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/tr/LC_MESSAGES/WikiHowProfile.po index 21358760af..99fd3f9a92 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:47+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:54+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tr\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" diff --git a/plugins/WikiHowProfile/locale/uk/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/uk/LC_MESSAGES/WikiHowProfile.po index bab8253a84..d63f01d958 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:54+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" diff --git a/plugins/XCache/locale/XCache.pot b/plugins/XCache/locale/XCache.pot index cc334c3d38..8840592faf 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 713d7d03e3..6253db6caf 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ast\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" diff --git a/plugins/XCache/locale/br/LC_MESSAGES/XCache.po b/plugins/XCache/locale/br/LC_MESSAGES/XCache.po index 0602a18407..50a3993391 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" diff --git a/plugins/XCache/locale/de/LC_MESSAGES/XCache.po b/plugins/XCache/locale/de/LC_MESSAGES/XCache.po index 7a13670a0d..4ba1878c38 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" diff --git a/plugins/XCache/locale/es/LC_MESSAGES/XCache.po b/plugins/XCache/locale/es/LC_MESSAGES/XCache.po index 0b686e42ff..7ed35e5c55 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" diff --git a/plugins/XCache/locale/eu/LC_MESSAGES/XCache.po b/plugins/XCache/locale/eu/LC_MESSAGES/XCache.po index a27f853cad..7e449b1fba 100644 --- a/plugins/XCache/locale/eu/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/eu/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:29+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description. diff --git a/plugins/XCache/locale/fi/LC_MESSAGES/XCache.po b/plugins/XCache/locale/fi/LC_MESSAGES/XCache.po index 88f9413be1..005b21611c 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" diff --git a/plugins/XCache/locale/fr/LC_MESSAGES/XCache.po b/plugins/XCache/locale/fr/LC_MESSAGES/XCache.po index 894c1a9e42..f55f398ae4 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" diff --git a/plugins/XCache/locale/gl/LC_MESSAGES/XCache.po b/plugins/XCache/locale/gl/LC_MESSAGES/XCache.po index 68546296b1..6fc7b009c9 100644 --- a/plugins/XCache/locale/gl/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/gl/LC_MESSAGES/XCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - XCache to Galician (Galego) +# Translation of StatusNet - XCache to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" diff --git a/plugins/XCache/locale/he/LC_MESSAGES/XCache.po b/plugins/XCache/locale/he/LC_MESSAGES/XCache.po index 3f194d0655..23deac8a23 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" diff --git a/plugins/XCache/locale/ia/LC_MESSAGES/XCache.po b/plugins/XCache/locale/ia/LC_MESSAGES/XCache.po index 33c20687c2..d72209d273 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" diff --git a/plugins/XCache/locale/id/LC_MESSAGES/XCache.po b/plugins/XCache/locale/id/LC_MESSAGES/XCache.po index a288e692d9..16e0073797 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" diff --git a/plugins/XCache/locale/mk/LC_MESSAGES/XCache.po b/plugins/XCache/locale/mk/LC_MESSAGES/XCache.po index 064488ac9b..83bc937e04 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" diff --git a/plugins/XCache/locale/ms/LC_MESSAGES/XCache.po b/plugins/XCache/locale/ms/LC_MESSAGES/XCache.po index fe845cd0df..ac9b5244ae 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" diff --git a/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po b/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po index 89ff390f6e..232638b857 100644 --- a/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" diff --git a/plugins/XCache/locale/nl/LC_MESSAGES/XCache.po b/plugins/XCache/locale/nl/LC_MESSAGES/XCache.po index c3d558b7f8..eab2395002 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" diff --git a/plugins/XCache/locale/pl/LC_MESSAGES/XCache.po b/plugins/XCache/locale/pl/LC_MESSAGES/XCache.po index 63f471c02a..8098b3a0e3 100644 --- a/plugins/XCache/locale/pl/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/pl/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:31+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " "(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" diff --git a/plugins/XCache/locale/pt/LC_MESSAGES/XCache.po b/plugins/XCache/locale/pt/LC_MESSAGES/XCache.po index 612653451c..7f60405087 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:48+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" diff --git a/plugins/XCache/locale/pt_BR/LC_MESSAGES/XCache.po b/plugins/XCache/locale/pt_BR/LC_MESSAGES/XCache.po index f6207dd16e..9a679b0289 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" diff --git a/plugins/XCache/locale/ru/LC_MESSAGES/XCache.po b/plugins/XCache/locale/ru/LC_MESSAGES/XCache.po index 3c9c2a5255..76d5c05346 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" diff --git a/plugins/XCache/locale/tl/LC_MESSAGES/XCache.po b/plugins/XCache/locale/tl/LC_MESSAGES/XCache.po index 431dac7e19..62a5ae66c5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" diff --git a/plugins/XCache/locale/tr/LC_MESSAGES/XCache.po b/plugins/XCache/locale/tr/LC_MESSAGES/XCache.po index 990dc856d4..453cdacfec 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tr\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" diff --git a/plugins/XCache/locale/uk/LC_MESSAGES/XCache.po b/plugins/XCache/locale/uk/LC_MESSAGES/XCache.po index 628bc55607..b607bd1def 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:14+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" diff --git a/plugins/Xmpp/locale/Xmpp.pot b/plugins/Xmpp/locale/Xmpp.pot index 5bf629d9e9..dd693b68c8 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 668085b59b..9187415f12 100644 --- a/plugins/Xmpp/locale/de/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/de/LC_MESSAGES/Xmpp.po @@ -4,6 +4,7 @@ # Author: Giftpflanze # Author: Habi # Author: Inkowik +# Author: PtM # Author: Tiin # -- # This file is distributed under the same license as the StatusNet package. @@ -12,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-xmpp\n" @@ -39,17 +40,17 @@ msgstr "Ungültige JID: zu viele @s." #. TRANS: Exception thrown when using @ sign not followed by a Jabber ID. msgid "Invalid JID: @ but no node" -msgstr "" +msgstr "Ungültige JID: @ aber kein Knoten" #. TRANS: Exception thrown when using too long a Jabber ID (>1023). msgid "Invalid JID: node too long." -msgstr "" +msgstr "Ungültige JID: Knoten zu lang." #. TRANS: Exception thrown when using an invalid Jabber ID. #. TRANS: %s is the invalid Jabber ID. #, php-format msgid "Invalid JID node \"%s\"." -msgstr "" +msgstr "Ungültiger JID-Knoten \"%s\"." #. TRANS: Exception thrown when using too long a Jabber domain (>1023). msgid "Invalid JID: domain too long." diff --git a/plugins/Xmpp/locale/es/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/es/LC_MESSAGES/Xmpp.po index 795caf0198..3ae2511a10 100644 --- a/plugins/Xmpp/locale/es/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/es/LC_MESSAGES/Xmpp.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:32+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Presence announcement for XMPP. diff --git a/plugins/Xmpp/locale/fr/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/fr/LC_MESSAGES/Xmpp.po index 39cd0a8733..f721d1277f 100644 --- a/plugins/Xmpp/locale/fr/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/fr/LC_MESSAGES/Xmpp.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-xmpp\n" diff --git a/plugins/Xmpp/locale/gl/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/gl/LC_MESSAGES/Xmpp.po index 875b919640..7bf9ce1000 100644 --- a/plugins/Xmpp/locale/gl/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/gl/LC_MESSAGES/Xmpp.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Xmpp to Galician (Galego) +# Translation of StatusNet - Xmpp to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-xmpp\n" diff --git a/plugins/Xmpp/locale/ia/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/ia/LC_MESSAGES/Xmpp.po index 46f49baa5b..d13e713b7d 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-xmpp\n" diff --git a/plugins/Xmpp/locale/mk/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/mk/LC_MESSAGES/Xmpp.po index e4a8ed8e44..341b1d060a 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-xmpp\n" diff --git a/plugins/Xmpp/locale/nl/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/nl/LC_MESSAGES/Xmpp.po index e0511c2013..af31d7b1f5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-19 11:23:56+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-xmpp\n" diff --git a/plugins/Xmpp/locale/pl/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/pl/LC_MESSAGES/Xmpp.po index 0093ed8e93..417603fad2 100644 --- a/plugins/Xmpp/locale/pl/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/pl/LC_MESSAGES/Xmpp.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:32+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " "(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" diff --git a/plugins/Xmpp/locale/tl/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/tl/LC_MESSAGES/Xmpp.po index 992cd4d8ea..eddef4a2dc 100644 --- a/plugins/Xmpp/locale/tl/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/tl/LC_MESSAGES/Xmpp.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-06-18 15:54+0000\n" -"PO-Revision-Date: 2011-06-18 15:58:04+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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:52:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r90318); Translate extension (2011-06-02)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-06-19 11:23:56+0000\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-xmpp\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -32,37 +32,37 @@ msgstr "XMPP/Jabber/GTalk" #. TRANS: Exception thrown when using too many @ signs in a Jabber ID. msgid "Invalid JID: too many @s." -msgstr "" +msgstr "Hindi katanggap-tanggap na JID: napakaraming mga @s." #. TRANS: Exception thrown when using @ sign not followed by a Jabber ID. msgid "Invalid JID: @ but no node" -msgstr "" +msgstr "Hindi katanggap-tanggap na JID: @ ngunit walang buko" #. TRANS: Exception thrown when using too long a Jabber ID (>1023). msgid "Invalid JID: node too long." -msgstr "" +msgstr "Hindi katanggap-tanggap na JID: napakahaba ng buko." #. TRANS: Exception thrown when using an invalid Jabber ID. #. TRANS: %s is the invalid Jabber ID. #, php-format msgid "Invalid JID node \"%s\"." -msgstr "" +msgstr "Hindi katanggap-tanggap na buko ng JID na \"%s\"." #. TRANS: Exception thrown when using too long a Jabber domain (>1023). msgid "Invalid JID: domain too long." -msgstr "" +msgstr "Hindi katanggap-tanggap na JID: napakahaba ng sakop." #. 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 "" +msgstr "Hindi katanggap-tanggap na pangalan ng saklaw na \"%s\"." #. TRANS: Exception thrown when using an invalid Jabber resource. #. TRANS: %s is the invalid resource. #, php-format msgid "Invalid JID resource \"%s\"." -msgstr "" +msgstr "Hindi katanggap-tanggap na pinagkunan ng JID na \"%s\"." #. TRANS: Link description to notice in conversation. #. TRANS: %s is a notice ID. @@ -72,19 +72,19 @@ msgstr "[%s]" #. TRANS: Exception thrown when the plugin configuration is incorrect. msgid "You must specify a server in the configuration." -msgstr "" +msgstr "Dapat kang tumukoy ng isang tagapaghain sa loob ng pagkakaayos." #. TRANS: Exception thrown when the plugin configuration is incorrect. msgid "You must specify a port in the configuration." -msgstr "" +msgstr "Dapat kang tumukoy ng isang daungan sa loob ng kaayusan." #. TRANS: Exception thrown when the plugin configuration is incorrect. msgid "You must specify a user in the configuration." -msgstr "" +msgstr "Dapat kang tumukoy ng isang tagagamit sa loob ng pagkakaayos." #. TRANS: Exception thrown when the plugin configuration is incorrect. msgid "You must specify a password in the configuration." -msgstr "" +msgstr "Dapat kang tumukoy ng isang hudyat sa loob ng kaayusan." #. TRANS: Plugin description. msgid "" diff --git a/plugins/YammerImport/locale/YammerImport.pot b/plugins/YammerImport/locale/YammerImport.pot index 0d58c12077..1263ae14fd 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: 2012-06-10 23:40+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+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 3859be257c..84863158dd 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:49+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:33+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.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-yammerimport\n" diff --git a/plugins/YammerImport/locale/de/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/de/LC_MESSAGES/YammerImport.po index 3726a8ccbd..de0e123cf6 100644 --- a/plugins/YammerImport/locale/de/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/de/LC_MESSAGES/YammerImport.po @@ -4,6 +4,7 @@ # Author: George Animal # Author: Giftpflanze # Author: Habi +# Author: PtM # Author: Tiin # Author: Welathêja # -- @@ -13,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-yammerimport\n" @@ -55,7 +56,7 @@ msgstr "Angehalten über das Admin-Panel." #. TRANS: Client exception thrown when encountering an unhandled sub action. msgid "Invalid POST" -msgstr "" +msgstr "Ungültiger POST" #. TRANS: Page title for Yammer import administration panel. msgid "Yammer import" @@ -72,7 +73,7 @@ msgstr "Yammer-Import-Modul" #. TRANS: Exception thrown when a non-user item type is used, but expected. msgid "Wrong item type sent to Yammer user import processing." -msgstr "" +msgstr "Falscher Itemtyp zu Yammers Benutzerimport-Verarbeitung gesendet." #. TRANS: Used as a prefix for the Yammer expertise field contents. msgid "Expertise:" @@ -80,11 +81,11 @@ msgstr "Expertise:" #. TRANS: Exception thrown when a non-group item type is used, but expected. msgid "Wrong item type sent to Yammer group import processing." -msgstr "" +msgstr "Falscher Itemtyp zu Yammers Gruppenimport-Verarbeitung gesendet." #. TRANS: Exception thrown when a non-message item type is used, but expected. msgid "Wrong item type sent to Yammer message import processing." -msgstr "" +msgstr "Falscher Itemtyp zu Yammers Nachrichtenimport-Verarbeitung gesendet." #. TRANS: Server exception thrown when an avatar URL is invalid. #. TRANS: %s is the invalid avatar URL. @@ -99,43 +100,42 @@ msgid "Unable to fetch avatar from %s." msgstr "Kann Avatar nicht von %s holen." #. TRANS: Button text for starting Yammer authentication. -#, fuzzy msgctxt "BUTTON" msgid "Start authentication" -msgstr "Starte Authentifikation" +msgstr "Starte Authentifizierung" #. TRANS: Button title for starting Yammer authentication. -#, fuzzy msgid "Request authorization to connect to a Yammer account." -msgstr "Beantrage Authentifizierung, um mit Yammerkonto zu verbinden" +msgstr "Beantrage Authentifizierung zur Verbindung mit einem Yammer-Account." #. TRANS: Button text for starting changing a Yammer API key. -#, fuzzy msgctxt "BUTTON" msgid "Change API key" msgstr "Ändere API-Schlüssel" #. TRANS: Server exception thrown if a Yammer authentication request is already present. msgid "Cannot request Yammer auth; already there!" -msgstr "" +msgstr "Kann Yammer-Auth. nicht beantragen; bereits vorhanden!" #. 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 "" +"Kann Yammers Auth.-URL nicht erhalten, wenn nicht im Auth.-Anforderungs-" +"Modus!" #. 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 "Yammer-API gab HTTP-Code %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 "Ungültige JSON-Antwort vom Yammer-API." #. TRANS: Exeption thrown when a trust relationship has already been established. msgid "Requesting a token, but already set up with a token." -msgstr "" +msgstr "Ein Token anfordert, aber bereits mit einem Token ausgestattet." #. TRANS: Field label for a Yammer import initialise step. msgid "Initialize" @@ -263,9 +263,9 @@ msgid "Pause import" msgstr "Import pausieren" #. TRANS: Error message. %s are the error details. -#, fuzzy, php-format +#, php-format msgid "Encountered error \"%s\"." -msgstr "Fehler \"%s\" ist aufgetreten" +msgstr "Fehler aufgetreten: \"%s\"." #. TRANS: Fieldset legend for a paused import. msgid "Paused" @@ -305,9 +305,8 @@ msgid "Continue" msgstr "Fortfahren" #. TRANS: Button title for saving Yammer authorisation data and starting Yammer import. -#, fuzzy msgid "Save the verification code and begin import." -msgstr "Speichere Code und starte Import" +msgstr "Speichere Bestätigungs-Code und starte Import." #. TRANS: Form legend for adding details to connect to a remote Yammer API. msgid "Yammer API registration" @@ -349,6 +348,5 @@ msgid "Save" msgstr "Speichern" #. TRANS: Button title for saving a Yammer API registration. -#, fuzzy msgid "Save the entered consumer key and consumer secret." -msgstr "Speichere diese Verbraucherschlüssel" +msgstr "Speichere eingegebenen Verbraucherschlüssel und Verbrauchergeheimnis." diff --git a/plugins/YammerImport/locale/es/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/es/LC_MESSAGES/YammerImport.po index ade05ec3dd..50b21a461a 100644 --- a/plugins/YammerImport/locale/es/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/es/LC_MESSAGES/YammerImport.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:33+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Page title for Yammer administration panel. diff --git a/plugins/YammerImport/locale/eu/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/eu/LC_MESSAGES/YammerImport.po index b373f93324..8955645ba5 100644 --- a/plugins/YammerImport/locale/eu/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/eu/LC_MESSAGES/YammerImport.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:33+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Page title for Yammer administration panel. diff --git a/plugins/YammerImport/locale/fr/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/fr/LC_MESSAGES/YammerImport.po index d21360705c..01304fc5b2 100644 --- a/plugins/YammerImport/locale/fr/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/fr/LC_MESSAGES/YammerImport.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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 13:51:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-yammerimport\n" diff --git a/plugins/YammerImport/locale/gl/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/gl/LC_MESSAGES/YammerImport.po index 8b57754be1..8557abaca4 100644 --- a/plugins/YammerImport/locale/gl/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/gl/LC_MESSAGES/YammerImport.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - YammerImport to Galician (Galego) +# Translation of StatusNet - YammerImport to Galician (galego) # Exported from translatewiki.net # # Author: Toliño @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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 13:51:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-yammerimport\n" diff --git a/plugins/YammerImport/locale/ia/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/ia/LC_MESSAGES/YammerImport.po index 3fe6143a29..8873358582 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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 13:51:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-yammerimport\n" diff --git a/plugins/YammerImport/locale/mk/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/mk/LC_MESSAGES/YammerImport.po index c0496ec919..6235fcd4a2 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-yammerimport\n" diff --git a/plugins/YammerImport/locale/nl/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/nl/LC_MESSAGES/YammerImport.po index 5e09893fa8..d6c0401a37 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:50+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-yammerimport\n" diff --git a/plugins/YammerImport/locale/pl/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/pl/LC_MESSAGES/YammerImport.po index 72cee248bf..0f39c47d07 100644 --- a/plugins/YammerImport/locale/pl/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/pl/LC_MESSAGES/YammerImport.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10:34+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 (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " "(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" diff --git a/plugins/YammerImport/locale/tl/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/tl/LC_MESSAGES/YammerImport.po index c2ec9c9eb3..d2fd4990b5 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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 13:51:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-yammerimport\n" @@ -51,26 +51,26 @@ msgstr "Pansamantalang itinigil mula sa inampalan ng tagapangasiwa." #. TRANS: Client exception thrown when encountering an unhandled sub action. msgid "Invalid POST" -msgstr "" +msgstr "Hindi katanggap-tanggap na PASKIL" #. TRANS: Page title for Yammer import administration panel. msgid "Yammer import" msgstr "Pang-angkat ng Yammer" #. TRANS: Menu item for Yammer import. -#, fuzzy msgctxt "MENU" msgid "Yammer" msgstr "Yammer" #. TRANS: Menu item title for Yammer import. -#, fuzzy msgid "Yammer import module." -msgstr "Pang-angkat ng Yammer" +msgstr "Modulo na pang-angkat ng 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 "" +"Maling uri ng bagay ang naipadala sa pagpuproseso ng pag-angkat ng tagagamit " +"ng Yammer." #. TRANS: Used as a prefix for the Yammer expertise field contents. msgid "Expertise:" @@ -79,10 +79,14 @@ msgstr "Kadalubhasaan:" #. TRANS: Exception thrown when a non-group item type is used, but expected. msgid "Wrong item type sent to Yammer group import processing." msgstr "" +"aling uri ng bagay ang naipadala sa pagpuproseso ng pag-angkat ng pangkat ng " +"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 "" +"aling uri ng bagay ang naipadala sa pagpuproseso ng pag-angkat ng mensahe ng " +"Yammer." #. TRANS: Server exception thrown when an avatar URL is invalid. #. TRANS: %s is the invalid avatar URL. @@ -97,43 +101,42 @@ msgid "Unable to fetch avatar from %s." msgstr "Hindi nagawang damputin ang huwaran mula sa %s." #. TRANS: Button text for starting Yammer authentication. -#, fuzzy msgctxt "BUTTON" msgid "Start authentication" -msgstr "Simulan ang pagpapatotoo" +msgstr "Simulan ang pagpapatunay" #. TRANS: Button title for starting Yammer authentication. -#, fuzzy msgid "Request authorization to connect to a Yammer account." -msgstr "Humiling ng pahintulot upang makaugnay sa akawnt ng Yammer" +msgstr "Humiling ng pahintulot upang makakabit sa isang akawnt ng Yammer." #. TRANS: Button text for starting changing a Yammer API key. -#, fuzzy msgctxt "BUTTON" msgid "Change API key" msgstr "Baguhin ang susi ng API" #. TRANS: Server exception thrown if a Yammer authentication request is already present. msgid "Cannot request Yammer auth; already there!" -msgstr "" +msgstr "Hindi mahihiling ang awtorisasyon ng Yammer; naroon na!" #. 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 "" +"Hindi makukuha ang URL ng awtorisasyon ng Yammer kapag hindi nasa katayuan " +"ng paghiling ng awtorisasyon!" #. 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 "Ibinalik ng API ng Yammer ang kodigo ng HTTP na %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 "Hindi katanggap-tanggap na tugong JSON mula sa API ng 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 "Humihiling ng isang panghalip, ngunit nakatakda na sa isang panghalip." #. TRANS: Field label for a Yammer import initialise step. msgid "Initialize" @@ -261,9 +264,9 @@ msgid "Pause import" msgstr "Pansamantalang itigil ang pag-aangkat" #. TRANS: Error message. %s are the error details. -#, fuzzy, php-format +#, php-format msgid "Encountered error \"%s\"." -msgstr "Nakatagpo ng kamaliang \"%s\"" +msgstr "Nakatagpo ng kamaliang \"%s\"." #. TRANS: Fieldset legend for a paused import. msgid "Paused" @@ -298,15 +301,13 @@ msgid "Verification code:" msgstr "Kodigo ng pagpapatotoo:" #. TRANS: Button text for saving Yammer authorisation data and starting Yammer import. -#, fuzzy msgctxt "BUTTON" msgid "Continue" msgstr "Magpatuloy" #. TRANS: Button title for saving Yammer authorisation data and starting Yammer import. -#, fuzzy msgid "Save the verification code and begin import." -msgstr "Sagipin ang kodigo at simulan ang pag-aangkat" +msgstr "Sagipin ang kodigo ng pagpapatunay at simulan ang pag-aangkat" #. TRANS: Form legend for adding details to connect to a remote Yammer API. msgid "Yammer API registration" @@ -344,12 +345,10 @@ msgid "Consumer secret:" msgstr "Lihim ng tagaubos:" #. TRANS: Button text for saving a Yammer API registration. -#, fuzzy msgctxt "BUTTON" msgid "Save" msgstr "Sagipin" #. TRANS: Button title for saving a Yammer API registration. -#, fuzzy msgid "Save the entered consumer key and consumer secret." -msgstr "Sagipin ang mga susing ito ng tagaubos" +msgstr "Sagipin ang ipinasok na susi ng tagaubos at lihim ng mang-uubos." diff --git a/plugins/YammerImport/locale/tr/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/tr/LC_MESSAGES/YammerImport.po index ec1b6c80e4..dabe979414 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: tr\n" "X-Message-Group: #out-statusnet-plugin-yammerimport\n" diff --git a/plugins/YammerImport/locale/uk/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/uk/LC_MESSAGES/YammerImport.po index a048de3187..e90407e8a0 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: 2012-06-10 23:40+0000\n" -"PO-Revision-Date: 2012-06-10 23:42:51+0000\n" +"POT-Creation-Date: 2012-06-30 11:07+0000\n" +"PO-Revision-Date: 2012-06-30 11:10: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-12-03 13:51:41+0000\n" -"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n" "X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-yammerimport\n"