diff --git a/classes/Notice.php b/classes/Notice.php index 5b1bdcbdad..2c404e2550 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -2454,7 +2454,11 @@ class Notice extends Managed_DataObject if ($scope & Notice::FOLLOWER_SCOPE) { - $author = $this->getProfile(); + try { + $author = $this->getProfile(); + } catch (Exception $e) { + return false; + } if (!Subscription::exists($profile, $author)) { return false; @@ -2471,7 +2475,13 @@ class Notice extends Managed_DataObject if (common_config('notice', 'hidespam')) { - $author = $this->getProfile(); + try { + $author = $this->getProfile(); + } catch(Exception $e) { + // If we can't get an author, keep it hidden. + // XXX: technically not spam, but, whatever. + return true; + } if ($author->hasRole(Profile_role::SILENCED)) { if (empty($profile) || (($profile->id !== $author->id) && (!$profile->hasRight(Right::REVIEWSPAM)))) { diff --git a/lib/framework.php b/lib/framework.php index dc195c65d7..f12ad8048a 100644 --- a/lib/framework.php +++ b/lib/framework.php @@ -34,6 +34,7 @@ define('AVATAR_MINI_SIZE', 24); define('NOTICES_PER_PAGE', 20); define('PROFILES_PER_PAGE', 20); define('MESSAGES_PER_PAGE', 20); +define('GROUPS_PER_PAGE', 20); define('FOREIGN_NOTICE_SEND', 1); define('FOREIGN_NOTICE_RECV', 2); 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/lib/pluginqueuehandler.php b/lib/pluginqueuehandler.php index 9653ccad42..c2d74f4840 100644 --- a/lib/pluginqueuehandler.php +++ b/lib/pluginqueuehandler.php @@ -44,7 +44,12 @@ class PluginQueueHandler extends QueueHandler function handle($notice) { - Event::handle('HandleQueuedNotice', array(&$notice)); + try { + Event::handle('HandleQueuedNotice', array(&$notice)); + } catch (UserNoProfileException $unp) { + // We can't do anything about this, so just skip + return true; + } return true; } } diff --git a/locale/ar/LC_MESSAGES/statusnet.po b/locale/ar/LC_MESSAGES/statusnet.po index 0e78b3cd93..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-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:09+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 (05c726a); Translate 2012-04-11\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 edb9e0bf85..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-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:12+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 (05c726a); Translate 2012-04-11\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 870e943d74..4389673acc 100644 --- a/locale/bg/LC_MESSAGES/statusnet.po +++ b/locale/bg/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Bulgarian (Български) +# Translation of StatusNet - Core to Bulgarian (български) # Exported from translatewiki.net # # Author: AVRS @@ -11,12 +11,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:14+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 (05c726a); Translate 2012-04-11\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 0f54bd9749..11ce7f1a0c 100644 --- a/locale/br/LC_MESSAGES/statusnet.po +++ b/locale/br/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Breton (Brezhoneg) +# Translation of StatusNet - Core to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Fohanno @@ -12,12 +12,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:16+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 (05c726a); Translate 2012-04-11\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" @@ -6951,7 +6951,7 @@ msgstr "Kefluniadur ar primoù" #. TRANS: Menu item in administrator navigation panel. msgctxt "MENU" msgid "Snapshots" -msgstr "Prim" +msgstr "Tapadennoù prim" #. TRANS: Menu item title in administrator navigation panel. msgid "Set site license" @@ -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 3e357a5eea..9d07e7e6d2 100644 --- a/locale/ca/LC_MESSAGES/statusnet.po +++ b/locale/ca/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Catalan (Català) +# Translation of StatusNet - Core to Catalan (català) # Exported from translatewiki.net # # Author: Aleator @@ -16,12 +16,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:18+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 (05c726a); Translate 2012-04-11\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." @@ -9003,7 +9000,7 @@ msgid "Login to the site." msgstr "Inicia una sessió al lloc" msgid "This profile has been silenced by site moderators" -msgstr "" +msgstr "Aquest perfil ha estat silenciat pels moderadors del lloc" #. TRANS: H2 text for user subscription statistics. msgid "Following" @@ -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 93281032a4..5bd73f4425 100644 --- a/locale/cs/LC_MESSAGES/statusnet.po +++ b/locale/cs/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Czech (Česky) +# Translation of StatusNet - Core to Czech (česky) # Exported from translatewiki.net # # Author: Brion @@ -16,12 +16,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:20+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 (05c726a); Translate 2012-04-11\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 1969f0c41f..61f5ff7c8b 100644 --- a/locale/de/LC_MESSAGES/statusnet.po +++ b/locale/de/LC_MESSAGES/statusnet.po @@ -21,8 +21,10 @@ # Author: Michael # Author: Michi # Author: Od1n +# Author: PtM # Author: Purodha # Author: Quedel +# Author: Sebastian Wallroth # Author: The Evil IP address # Author: Tiin # Author: Umherirrender @@ -35,12 +37,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:22+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 (05c726a); Translate 2012-04-11\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" @@ -3511,7 +3513,7 @@ msgid "Settings saved." msgstr "Einstellungen gespeichert." msgid "Only stream mode (no conversations) in timelines" -msgstr "" +msgstr "Nur Stream-Modus (keine Konversationen) in Time-Lines" msgid "Show conversation page as hierarchical trees" msgstr "Konversationsseite als hierarchischen Baum anzeigen" @@ -5902,18 +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 hast momentan noch niemanden abonniert. Benutze die [Personensuche](%%" -"action.peoplesearch%%) um nach Freunden zu suchen oder besuche die [Beliebte " -"Benutzer](%%action.featured%%) Seite. Wenn du ein [Twitter-Benutzer](%%" -"action.twittersettings%%) bist, kannst du auch automatisch deine Twitter-" -"Freunde abonnieren." +"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 "Benutzerprofil" +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 "Limit" +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 "" -"Tags über dich selbst (Buchstaben, Zahlen, -, ., und _) durch Kommas oder " -"Leerzeichen getrennt" +"Listen für diesen Benutzer (Buchstaben, Zahlen, -, ., und _) sind durch " +"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 " @@ -6267,7 +6264,7 @@ msgstr "" "Dieses Programm wird in der Hoffnung vertrieben, dass es nützlich sein wird, " "aber OHNE IRGENDEINE GARANTIE, sogar ohne die implizite Garantie der " "MARKTREIFE oder der EIGNUNG FÜR EINEN BESTIMMTEN ZWECK. Lesen Sie die GNU " -"Affero General Public License für weitere Details. " +"Affero General Public License für weitere Details." #. TRANS: Content part of StatusNet version page. #. TRANS: %s is a link to the AGPL license with link description "http://www.gnu.org/licenses/agpl.html". @@ -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,11 +6340,11 @@ msgid_plural "" "No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " "upload a smaller version." msgstr[0] "" -"Keine Datei darf größer als ein Byte sein und die Datei die du verschicken " -"wolltest war %2$d Bytes groß. Bitte eine kleinere Version hochladen." +"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$d Bytes groß. Bitte eine kleinere Version hochladen." +"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. @@ -6573,9 +6570,8 @@ msgid "Could not set profile tag URI." msgstr "Tag URI konnte nicht gespeichert werden." #. TRANS: Server exception saving new tag. -#, fuzzy msgid "Could not set profile tag mainpage." -msgstr "Konnte Profil nicht speichern." +msgstr "Profil Tag Mainpage konnte nicht festgelegt werden." #. TRANS: Client exception thrown trying to set more tags than allowed. #, php-format @@ -6587,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." @@ -6596,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." @@ -6867,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." @@ -7030,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" @@ -7146,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. @@ -7206,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" @@ -7251,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" @@ -7323,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." @@ -7352,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". @@ -7572,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" @@ -7593,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" @@ -7609,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" @@ -7625,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" @@ -7642,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" @@ -7668,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" @@ -7679,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" @@ -7792,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" @@ -7844,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." @@ -7904,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 "" @@ -8146,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. @@ -8552,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." @@ -8566,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" @@ -8619,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" @@ -8671,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." @@ -8779,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." @@ -8816,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. @@ -8894,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" @@ -8913,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. @@ -8948,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" @@ -8971,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. @@ -9069,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" @@ -9087,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" @@ -9119,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." @@ -9141,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" @@ -9364,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" @@ -9389,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." @@ -9416,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. @@ -9440,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" @@ -9457,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" @@ -9507,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." @@ -9525,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 "" @@ -9543,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." @@ -9577,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. @@ -9601,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. @@ -9612,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" @@ -9690,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" @@ -9700,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" @@ -9723,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). @@ -9740,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" @@ -9814,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 cbec3397ab..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-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:24+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 (05c726a); Translate 2012-04-11\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 d6ff3f4e56..0a193fb8cc 100644 --- a/locale/eo/LC_MESSAGES/statusnet.po +++ b/locale/eo/LC_MESSAGES/statusnet.po @@ -4,6 +4,7 @@ # Author: AVRS # Author: Brion # Author: Eliovir +# Author: Happy5214 # Author: Ianmcorvidae # Author: Kris10 # Author: LyzTyphone @@ -17,12 +18,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:27+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 (05c726a); Translate 2012-04-11\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" @@ -2024,7 +2025,7 @@ msgid "FAQ" msgstr "Oftaj demandoj" msgid "Frequently asked questions" -msgstr "" +msgstr "Oftaj demandoj" #. TRANS: Secondary navigation menu item leading to e-mail contact information on the #. TRANS: StatusNet site, where to report bugs, ... @@ -8848,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 a3aa42a636..850710f510 100644 --- a/locale/es/LC_MESSAGES/statusnet.po +++ b/locale/es/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Spanish (Español) +# Translation of StatusNet - Core to Spanish (español) # Exported from translatewiki.net # # Author: ArkBlitz @@ -27,12 +27,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:29+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 (05c726a); Translate 2012-04-11\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 4409b67231..aa94615cbb 100644 --- a/locale/eu/LC_MESSAGES/statusnet.po +++ b/locale/eu/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Basque (Euskara) +# Translation of StatusNet - Core to Basque (euskara) # Exported from translatewiki.net # # Author: An13sa @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:31+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 (05c726a); Translate 2012-04-11\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" @@ -1675,7 +1675,7 @@ msgstr "Ez dago ID hori duen profilik." #. TRANS: Title after unsubscribing from a group. msgctxt "TITLE" msgid "Unsubscribed" -msgstr "Ez harpidetua" +msgstr "Harpidetu gabea" #. TRANS: Client error displayed when not providing a confirmation code in the contact address confirmation action. msgid "No confirmation code." @@ -5990,7 +5990,7 @@ msgstr "Erabiltzailea ez da isilarazi." #. TRANS: Page title for page to unsubscribe. msgid "Unsubscribed" -msgstr "Ez harpidetua" +msgstr "Harpidetu gabea" #. TRANS: Page title for form that allows unsubscribing from a list. #. TRANS: %1$s is a nickname, %2$s is a list, %3$s is a tagger nickname. @@ -6559,7 +6559,7 @@ msgstr "Lankideak blokeatu zaitu." #. TRANS: Exception thrown when trying to unsibscribe without a subscription. msgid "Not subscribed!" -msgstr "Ez harpidetua!" +msgstr "Harpidetu gabea!" #. TRANS: Exception thrown when trying to unsubscribe a user from themselves. msgid "Could not delete self-subscription." @@ -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 6d3b7cfcc5..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-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:33+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 (05c726a); Translate 2012-04-11\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 4ff18adc04..016b533358 100644 --- a/locale/fi/LC_MESSAGES/statusnet.po +++ b/locale/fi/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Finnish (Suomi) +# Translation of StatusNet - Core to Finnish (suomi) # Exported from translatewiki.net # # Author: Crt @@ -19,12 +19,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:34+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 (05c726a); Translate 2012-04-11\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 af39af1ba0..7d0b9868ce 100644 --- a/locale/fr/LC_MESSAGES/statusnet.po +++ b/locale/fr/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to French (Français) +# Translation of StatusNet - Core to French (français) # Exported from translatewiki.net # # Author: Balzac 40 @@ -35,12 +35,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:37+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 (05c726a); Translate 2012-04-11\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 f70e09647c..8bf37ba868 100644 --- a/locale/fur/LC_MESSAGES/statusnet.po +++ b/locale/fur/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Friulian (Furlan) +# Translation of StatusNet - Core to Friulian (furlan) # Exported from translatewiki.net # # Author: Klenje @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:38+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 (05c726a); Translate 2012-04-11\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 8c656582b7..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-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:40+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 (05c726a); Translate 2012-04-11\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" @@ -2724,7 +2724,7 @@ msgstr "Busca de grupos" #. TRANS: Message on the "People search" page where a query has no results. #. TRANS: Output when there are no results for a search. msgid "No results." -msgstr "Non houbo resultados." +msgstr "Non hai resultados." #. TRANS: Additional text on page where groups can be searched if no results were found for a query for a logged in user. #. TRANS: This message contains Markdown links in the form [link text](link). @@ -3548,7 +3548,7 @@ msgstr "Cambio de contrasinal" #. TRANS: Field label on page where to change password. msgid "Old password" -msgstr "Contrasinal anterior" +msgstr "Contrasinal antigo" #. TRANS: Field label on page where to change password. #. TRANS: Field label for password reset form. @@ -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." @@ -8783,7 +8780,7 @@ msgstr "Engadir ou eliminar xente" #. TRANS: Header in list edit form. msgctxt "HEADER" msgid "Search" -msgstr "Buscar" +msgstr "Procura" #. TRANS: Menu item in list navigation panel. msgctxt "MENU" @@ -9204,7 +9201,7 @@ msgstr "Máis..." #. TRANS: Header in settings navigation panel. msgctxt "HEADER" msgid "Settings" -msgstr "Configuración" +msgstr "Configuracións" #. TRANS: Menu item title in settings navigation panel. msgid "Change your profile settings" @@ -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 915a511d0e..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-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:42+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 (05c726a); Translate 2012-04-11\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 8649c70672..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-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:44+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 (05c726a); Translate 2012-04-11\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 329674c0f7..0008489bc7 100644 --- a/locale/hu/LC_MESSAGES/statusnet.po +++ b/locale/hu/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Hungarian (Magyar) +# Translation of StatusNet - Core to Hungarian (magyar) # Exported from translatewiki.net # # Author: Bdamokos @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:46+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 (05c726a); Translate 2012-04-11\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 0f86b22fc5..9138f9c400 100644 --- a/locale/ia/LC_MESSAGES/statusnet.po +++ b/locale/ia/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Interlingua (Interlingua) +# Translation of StatusNet - Core to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,12 +9,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:48+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 (05c726a); Translate 2012-04-11\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 4d65623f69..6f9c3c0130 100644 --- a/locale/it/LC_MESSAGES/statusnet.po +++ b/locale/it/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Italian (Italiano) +# Translation of StatusNet - Core to Italian (italiano) # Exported from translatewiki.net # # Author: Beta16 @@ -9,6 +9,7 @@ # Author: Nemo bis # Author: Od1n # Author: Rippitippi +# Author: Ximo17 # Author: 1009 # -- # This file is distributed under the same license as the StatusNet package. @@ -17,12 +18,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:50+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 (05c726a); Translate 2012-04-11\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" @@ -90,15 +91,15 @@ msgstr "Privato" #. TRANS: Checkbox instructions for admin setting "Invite only". msgid "Make registration invitation only." -msgstr "Rende la registrazione solo su invito" +msgstr "Permettere la registrazione solo su invito." #. TRANS: Checkbox label for configuring site as invite only. msgid "Invite only" -msgstr "Solo invito" +msgstr "Solo su invito" #. TRANS: Checkbox instructions for admin setting "Closed" (no new registrations). msgid "Disable new registrations." -msgstr "Disabilita la creazione di nuovi account" +msgstr "Disabilita la creazione di nuovi account." #. TRANS: Checkbox label for disabling new user registrations. msgid "Closed" @@ -241,13 +242,13 @@ msgstr "Utente inesistente." #. TRANS: Title of a user's own start page. msgid "Home timeline" -msgstr "Timeline della Home" +msgstr "Cronologia della Home" #. TRANS: Title of another user's start page. #. TRANS: %s is the other user's name. #, php-format msgid "%s's home timeline" -msgstr "Timeline della Home di %s" +msgstr "Cronologia della Home di %s" #. TRANS: %s is user nickname. #. TRANS: Feed title. @@ -279,7 +280,7 @@ msgid "" "This is the timeline for %s and friends but no one has posted anything yet." msgstr "" "Questa è l'attività di %s e i suoi amici, ma nessuno ha ancora scritto " -"qualche cosa." +"qualcosa." #. TRANS: Encouragement displayed on logged in user's empty timeline. #. TRANS: This message contains Markdown links. Keep "](" together. @@ -288,7 +289,7 @@ msgid "" "Try subscribing to more people, [join a group](%%action.groups%%) or post " "something yourself." msgstr "" -"Prova ad abbonarti a più persone, [entra in un gruppo](%%action.groups%%) o " +"Prova ad iscriverti a più persone, [entra in un gruppo](%%action.groups%%) o " "scrivi un messaggio." #. TRANS: %1$s is user nickname, %2$s is user nickname, %2$s is user nickname prefixed with "@". @@ -298,8 +299,8 @@ msgid "" "You can try to [nudge %1$s](../%2$s) from their profile or [post something " "to them](%%%%action.newnotice%%%%?status_textarea=%3$s)." msgstr "" -"[Scrivi qualche cosa](%%%%action.newnotice%%%%?status_textarea=%s) su questo " -"argomento!" +"Puoi provare a [trillare a %1$s](../%2$s) dal loro profilo oppure a " +"[postargli qualcosa](%%%%action.newnotice%%%%?status_textarea=%3$s)." #. TRANS: Encouragement displayed on empty timeline user pages for anonymous users. #. TRANS: %s is a user nickname. This message contains Markdown links. Keep "](" together. @@ -311,7 +312,9 @@ msgstr "" msgid "" "Why not [register an account](%%%%action.register%%%%) and then nudge %s or " "post a notice to them." -msgstr "Perché non [crei un accout](%%action.register%%) e ne scrivi uno tu!" +msgstr "" +"Perché non [registri un account](%%%%action.register%%%%) e poi dai una " +"gomitata a %s oppure gli invii una notifica." #. TRANS: Button text for inviting more users to the StatusNet instance. #. TRANS: Less business/enterprise-oriented language for public sites. @@ -335,28 +338,28 @@ msgstr "%s e amici" #. TRANS: Message is used as a subtitle. %1$s is a user nickname, %2$s is a site name. #, php-format msgid "Updates from %1$s and friends on %2$s!" -msgstr "Messaggi da %1$s e amici su %2$s!" +msgstr "Aggiornamenti da %1$s e amici su %2$s!" #. TRANS: Client error displayed when coming across a non-supported API method. #. TRANS: Client error displayed when trying to handle an unknown API method. #. TRANS: Client error displayed when coming across a non-supported API method. msgid "API method not found." -msgstr "Metodo delle API non trovato." +msgstr "Metodo di API non trovato." #. TRANS: Client error message. POST is a HTTP command. It should not be translated. #. TRANS: Client error. POST is a HTTP command. It should not be translated. #. TRANS: Client error message. POST is a HTTP command. It should not be translated. #. TRANS: Client error. POST is a HTTP command. It should not be translated. msgid "This method requires a POST." -msgstr "Questo metodo richiede POST." +msgstr "Questo metodo richiede un POST." #. TRANS: Client error displayed when no valid device parameter is provided for a user's delivery device setting. msgid "" "You must specify a parameter named 'device' with a value of one of: sms, im, " "none." msgstr "" -"È necessario specificare un parametro chiamato \"device\" con un valore tra: " -"\"sms\", \"im\" o \"none\"." +"È necessario specificare un parametro chiamato 'device' con un valore tra: " +"sms, im o none." #. TRANS: Server error displayed when a user's delivery device cannot be updated. #. TRANS: Server error displayed when confirming an e-mail address or IM address fails. @@ -405,7 +408,7 @@ msgstr "Principale" #. TRANS: Title in atom user notice feed. %s is a user name. #, php-format msgid "%s timeline" -msgstr "Attività di %s" +msgstr "Cronologia di %s" #. TRANS: Title for Atom feed with a user's subscriptions. %s is a user nickname. #. TRANS: Title for Atom subscription feed. @@ -414,7 +417,7 @@ msgstr "Attività di %s" #. TRANS: %s is a user nickname. #, php-format msgid "%s subscriptions" -msgstr "Abbonamenti di %s" +msgstr "Iscrizioni di %s" #. TRANS: Title for Atom feed with a user's favorite notices. %s is a user nickname. #. TRANS: Title for Atom favorites feed. @@ -544,15 +547,15 @@ 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." -msgstr "Devono essere forniti due ID o nick name validi." +msgstr "Devono essere forniti due ID o nick names validi." #. TRANS: Client error displayed when a source user could not be determined showing friendship. msgid "Could not determine source user." @@ -569,7 +572,7 @@ msgstr "Impossibile trovare l'utente destinazione." #. TRANS: Validation error in form for profile settings. #. TRANS: Form validation error displayed when trying to register with an existing nickname. msgid "Nickname already in use. Try another one." -msgstr "Soprannome già in uso. Prova con un altro." +msgstr "Nickname già in uso. Prova con un altro." #. TRANS: Client error in form for group creation. #. TRANS: API validation exception thrown when nickname does not validate. @@ -578,7 +581,7 @@ msgstr "Soprannome già in uso. Prova con un altro." #. TRANS: Validation error in form for profile settings. #. TRANS: Form validation error displayed when trying to register with an invalid nickname. msgid "Not a valid nickname." -msgstr "Non è un soprannome valido." +msgstr "Non è un nickname valido." #. TRANS: Client error in form for group creation. #. TRANS: API validation exception thrown when homepage URL does not validate. @@ -868,9 +871,9 @@ msgid "" "account data. You should only give access to your %4$s account to third " "parties you trust." msgstr "" -"Un'applicazione desidera la possibilità di %3$s i dati del " -"tuo account %4$s. Dovresti consentire l'accesso al tuo account %4$s solo a " -"terze parti fidate." +"Un'applicazione richiede il tuo permesso per %3$s i dati " +"del tuo account %4$s. Dovresti consentire l'accesso al tuo account %4$s solo " +"a terze parti fidate." #. TRANS: User notification of external application requesting account access. #. TRANS: %1$s is the application name requesting access, %2$s is the organisation behind the application, @@ -1105,9 +1108,11 @@ msgstr "Ripetuto a %s" #. TRANS: Subtitle for API action that shows most recent notices that are repeats in user's inbox. #. TRANS: %1$s is the sitename, %2$s is a user nickname, %3$s is a user profile name. -#, fuzzy, php-format +#, php-format msgid "%1$s notices that were to repeated to %2$s / %3$s." -msgstr "%1$s messaggi in risposta a quelli da %2$s / %3$s" +msgstr "" +"notifiche del sito %1$s che si sono ripetute nella inbox dell'utente %2$s / %" +"3$s." #. TRANS: Title of list of repeated notices of the logged in user. #. TRANS: %s is the nickname of the logged in user. @@ -1117,9 +1122,10 @@ msgstr "Ripetizioni di %s" #. TRANS: Subtitle of API time with retweets of me. #. TRANS: %1$s is the StatusNet sitename, %2$s is the user nickname, %3$s is the user profile name. -#, fuzzy, php-format +#, php-format msgid "%1$s notices that %2$s / %3$s has repeated." -msgstr "%s (@%s) ha aggiunto il tuo messaggio tra i suoi preferiti" +msgstr "" +"notifiche del sito %1$s che sono state ripetute dall'utente %2$s / %3$s." #. TRANS: Title for timeline with lastest notices with a given tag. #. TRANS: %s is the tag. @@ -1143,7 +1149,7 @@ msgstr "Solo l'utente può aggiungere alla propria timeline." #. TRANS: Client error displayed when using another format than AtomPub. msgid "Only accept AtomPub for Atom feeds." -msgstr "" +msgstr "Per i feed Atom sono accettati solo AtomPub." #. TRANS: Client error displayed attempting to post an empty API notice. msgid "Atom post must not be empty." @@ -1151,11 +1157,11 @@ msgstr "Un post Atom non può essere vuoto." #. TRANS: Client error displayed attempting to post an API that is not well-formed XML. msgid "Atom post must be well-formed XML." -msgstr "" +msgstr "Il post Atom deve essere un XML ben formato." #. TRANS: Client error displayed when not using an Atom entry. msgid "Atom post must be an Atom entry." -msgstr "" +msgstr "Il post Atom deve essere una voce di Atom." #. TRANS: Client error displayed when not using the POST verb. Do not translate POST. msgid "Can only handle POST activities." @@ -1165,7 +1171,7 @@ msgstr "Può gestire solo le attività di POST." #. TRANS: %s is the unsupported activity object type. #, php-format msgid "Cannot handle activity object type \"%s\"." -msgstr "" +msgstr "Attività non in grado di gestire tipo di oggetto \"%s\"." #. TRANS: Client error displayed when posting a notice without content through the API. #. TRANS: %d is the notice ID (number). @@ -1272,16 +1278,18 @@ msgstr "" #. TRANS: Server error displayed when cancelling a queued group join request fails. #. TRANS: %1$s is the leaving user's nickname, $2$s is the group nickname for which the leave failed. -#, fuzzy, php-format +#, php-format msgid "Could not cancel request for user %1$s to join group %2$s." -msgstr "Impossibile iscrivere l'utente %1$s al gruppo %2$s." +msgstr "" +"Impossibile eliminare la richiesta di iscrizione al gruppo %2$s effettuata " +"dell'utente %1$s." #. TRANS: Title for leave group page after group join request is approved/disapproved. #. TRANS: %1$s is the user nickname, %2$s is the group nickname. -#, fuzzy, php-format +#, php-format msgctxt "TITLE" msgid "%1$s's request for %2$s" -msgstr "Stato di %1$s su %2$s" +msgstr "Richieste dell'utente %1$s per il gruppo %2$s" #. TRANS: Message on page for group admin after approving a join request. msgid "Join request approved." @@ -1299,16 +1307,18 @@ msgstr "%s non è nella coda di moderazione per i tuoi abbonamenti." #. TRANS: Server error displayed when cancelling a queued subscription request fails. #. TRANS: %1$s is the leaving user's nickname, $2$s is the nickname for which the leave failed. -#, fuzzy, php-format +#, php-format msgid "Could not cancel or approve request for user %1$s to join group %2$s." -msgstr "Impossibile iscrivere l'utente %1$s al gruppo %2$s." +msgstr "" +"Impossibile eliminare o approvare le richieste di iscrizione dell'utente %1" +"$s al gruppo %2$s." #. TRANS: Title for subscription approval ajax return #. TRANS: %1$s is the approved user's nickname -#, fuzzy, php-format +#, php-format msgctxt "TITLE" msgid "%1$s's request" -msgstr "Stato di %1$s su %2$s" +msgstr "Richieste di %1$s" #. TRANS: Message on page for user after approving a subscription request. msgid "Subscription approved." @@ -1320,24 +1330,22 @@ msgstr "Abbonamento cancellato." #. TRANS: Subtitle for Atom favorites feed. #. TRANS: %1$s is a user nickname, %2$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "Notices %1$s has favorited on %2$s" -msgstr "Messaggi da %1$s e amici su %2$s!" +msgstr "Le notifiche %1$s ha aggiunto tra i favoriti su %2$s" #. TRANS: Client exception thrown when trying to set a favorite for another user. #. TRANS: Client exception thrown when trying to subscribe another user. msgid "Cannot add someone else's subscription." -msgstr "Non è possibile aggiungere una sottoscrizione di qualcun altro." +msgstr "Non è possibile aggiungere l'iscrizione di qualcun altro." #. TRANS: Client exception thrown when trying use an incorrect activity verb for the Atom pub method. -#, fuzzy msgid "Can only handle favorite activities." -msgstr "Trova contenuto dei messaggi" +msgstr "Si possono gestire solo le attività preferite." #. TRANS: Client exception thrown when trying favorite an object that is not a notice. -#, fuzzy msgid "Can only fave notices." -msgstr "Trova contenuto dei messaggi" +msgstr "Puoi aggiungere tra i preferiti solo le notifiche." #. TRANS: Client exception thrown when trying favorite a notice without content. msgid "Unknown notice." @@ -1349,25 +1357,23 @@ msgstr "Già tra i preferiti." #. TRANS: Title for group membership feed. #. TRANS: %s is a username. -#, fuzzy, php-format +#, php-format msgid "Group memberships of %s" -msgstr "Membri del gruppo %s" +msgstr "Membri del gruppo di %s" #. TRANS: Subtitle for group membership feed. #. TRANS: %1$s is a username, %2$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "Groups %1$s is a member of on %2$s" -msgstr "Gruppi di cui %s fa parte" +msgstr "%1$s è un membro dei gruppi su %2$s" #. TRANS: Client exception thrown when trying subscribe someone else to a group. -#, fuzzy msgid "Cannot add someone else's membership." -msgstr "Impossibile inserire un nuovo abbonamento." +msgstr "Impossibile aggiungere altri membri." #. TRANS: Client error displayed when not using the join verb. -#, fuzzy msgid "Can only handle join activities." -msgstr "Trova contenuto dei messaggi" +msgstr "Puoi gestire solo la partecipazione alle attività." #. TRANS: Client exception thrown when trying to subscribe to a non-existing group. msgid "Unknown group." @@ -1394,9 +1400,8 @@ msgid "Not a member." msgstr "Non un membro." #. TRANS: Client exception thrown when deleting someone else's membership. -#, fuzzy msgid "Cannot delete someone else's membership." -msgstr "Impossibile salvare l'abbonamento." +msgstr "Impossibile cancellare l'iscrizione di un altro membro." #. TRANS: Client exception thrown when trying to display a subscription for a non-existing profile ID. #. TRANS: %d is the non-existing profile ID number. @@ -1406,9 +1411,9 @@ msgstr "Non esiste quell'id di profilo: %d." #. TRANS: Client exception thrown when trying to display a subscription for a non-subscribed profile ID. #. TRANS: %1$d is the non-existing subscriber ID number, $2$d is the ID of the profile that was not subscribed to. -#, fuzzy, php-format +#, php-format msgid "Profile %1$d not subscribed to profile %2$d." -msgstr "Non hai una abbonamento a quel profilo." +msgstr "Il profilo %1$d non è iscritto al profilo %2$d." #. TRANS: Client exception thrown when trying to delete a subscription of another user. msgid "Cannot delete someone else's subscription." @@ -1416,17 +1421,17 @@ msgstr "Non è possibile eliminare la sottoscrizione di qualcun altro." #. TRANS: Subtitle for Atom subscription feed. #. TRANS: %1$s is a user nickname, %s$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "People %1$s has subscribed to on %2$s" -msgstr "Persone abbonate a %s" +msgstr "Persone alle quali %1$s si è iscritto sul sito %2$s" #. TRANS: Client error displayed when not using the follow verb. msgid "Can only handle Follow activities." -msgstr "" +msgstr "Puoi gestire solo le attività di Segui." #. TRANS: Client exception thrown when subscribing to an object that is not a person. msgid "Can only follow people." -msgstr "" +msgstr "Puoi seguire solo le persone." #. TRANS: Client exception thrown when subscribing to a non-existing profile. #. TRANS: %s is the unknown profile ID. @@ -1452,7 +1457,7 @@ msgstr "Nessun allegato." #. TRANS: Client error displayed when requesting a group RSS feed without providing a group nickname. #. TRANS: Client error displayed if no nickname argument was given requesting a group page. msgid "No nickname." -msgstr "Nessun soprannome." +msgstr "Nessun nickname." #. TRANS: Client error displayed trying to get an avatar without providing an avatar size. msgid "No size." @@ -1545,13 +1550,14 @@ msgid "Backup account" msgstr "Fai un backup dell'account" #. TRANS: Client exception thrown when trying to backup an account while not logged in. -#, fuzzy msgid "Only logged-in users can backup their account." -msgstr "Solo gli utenti collegati possono ripetere i messaggi." +msgstr "" +"Il backup del proprio account può essere fatto solo dopo aver eseguito " +"l'accesso." #. TRANS: Client exception thrown when trying to backup an account without having backup rights. msgid "You may not backup your account." -msgstr "Non puoi effettuare il backup tuo account." +msgstr "Non puoi effettuare il backup del tuo account." #. TRANS: Information displayed on the backup account page. msgid "" @@ -1561,6 +1567,11 @@ msgid "" "addresses is not backed up. Additionally, uploaded files and direct messages " "are not backed up." msgstr "" +"E' possibile effettuare il backup dei dati del tuo account nel formato Activity Streams. Questa è una " +"funzione sperimentale e fornisce un backup non completo; non verrà eseguito " +"per le informazioni private dell'account come l'email e l'indirizzo IM, come " +"anche per i files caricati e i messaggi diretti." #. TRANS: Submit button to backup an account on the backup account page. msgctxt "BUTTON" @@ -1587,9 +1598,8 @@ msgid "" "unsubscribed from you, unable to subscribe to you in the future, and you " "will not be notified of any @-replies from them." msgstr "" -"Vuoi bloccare questo utente? In seguito gli verrà tolto l'abbonamento ai " -"tuoi messaggi, non potrà più abbonarsi e non riceverai notifica delle @-" -"risposte che ti invierà." +"Vuoi bloccare questo utente? Non sarà più iscritto a te, non potrà più " +"iscriversi e non riceverai la notifica delle @-risposte che ti invierà." #. TRANS: Button label on the user block form. #. TRANS: Button label on the delete application form. @@ -1663,7 +1673,7 @@ msgstr "Invia a %s" #. TRANS: Title for leave group page after leaving. #. TRANS: %s$s is the leaving user's name, %2$s is the group name. #. TRANS: Title for leave group page after leaving. -#, fuzzy, php-format +#, php-format msgctxt "TITLE" msgid "%1$s left group %2$s" msgstr "%1$s ha lasciato il gruppo %2$s" @@ -1719,9 +1729,8 @@ msgstr "" "istantanea." #. TRANS: Server error displayed when adding IM preferences fails. -#, fuzzy msgid "Could not insert user IM preferences." -msgstr "Impossibile inserire un nuovo abbonamento." +msgstr "Impossibile aggiornare le preferenze utente relative alla IM." #. TRANS: Server error displayed when an address confirmation code deletion from the #. TRANS: database fails in the contact address confirmation action. @@ -1744,15 +1753,13 @@ msgstr "Conversazione" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. -#, fuzzy msgid "Conversation feed (Activity Streams JSON)" -msgstr "Feed dei messaggi per %s (Atom)" +msgstr "Feed di conversazione (Activity Streams JSON)" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. -#, fuzzy msgid "Conversation feed (RSS 2.0)" -msgstr "Feed dei messaggi per %s (RSS 2.0)" +msgstr "Feed di conversazione (RSS 2.0)" #. TRANS: Title for conversation page. #. TRANS: Title for page that shows a notice. @@ -1761,14 +1768,14 @@ msgid "Notice" msgstr "Avviso" #. TRANS: Client exception displayed trying to delete a user account while not logged in. -#, fuzzy msgid "Only logged-in users can delete their account." -msgstr "Solo gli utenti collegati possono ripetere i messaggi." +msgstr "" +"La cancellazione del proprio account può essere fatta solo dopo aver " +"eseguito l'accesso." #. TRANS: Client exception displayed trying to delete a user account without have the rights to do that. -#, fuzzy msgid "You cannot delete your account." -msgstr "Non puoi eliminare utenti." +msgstr "Non puoi cancellare il tuo account." #. TRANS: Confirmation text for user deletion. The user has to type this exactly the same, including punctuation. msgid "I am sure." @@ -1778,7 +1785,7 @@ msgstr "Sono sicuro." #. TRANS: %s is the text that needs to be input. #, php-format msgid "You must write \"%s\" exactly in the box." -msgstr "" +msgstr "E' necessario scrivere esattamente \"%s\" nella casella." #. TRANS: Confirmation that a user account has been deleted. msgid "Account deleted." @@ -1804,6 +1811,8 @@ msgid "" "You are strongly advised to back up your data before " "deletion." msgstr "" +"Si consiglia vivamente di eseguire il backup dei dati " +"prima dell'eliminazione." #. TRANS: Field label for delete account confirmation entry. #. TRANS: Field label for password reset form where the password has to be typed again. @@ -1868,19 +1877,19 @@ msgstr "Devi eseguire l'accesso per cancellare un gruppo." #. TRANS: Client error when trying to delete a group without having the rights to delete it. msgid "You are not allowed to delete this group." -msgstr "Non sei stato autorizzato a cancellare questo gruppo." +msgstr "Non sei autorizzato a cancellare questo gruppo." #. TRANS: Server error displayed if a group could not be deleted. #. TRANS: %s is the name of the group that could not be deleted. -#, fuzzy, php-format +#, php-format msgid "Could not delete group %s." -msgstr "Impossibile aggiornare il gruppo." +msgstr "Impossibile eliminare il gruppo %s." #. TRANS: Message given after deleting a group. #. TRANS: %s is the deleted group's name. -#, fuzzy, php-format +#, php-format msgid "Deleted group %s" -msgstr "%1$s ha lasciato il gruppo %2$s" +msgstr "Il gruppo %s è stato cancellato." #. TRANS: Title of delete group page. #. TRANS: Form legend for deleting a group. @@ -1888,14 +1897,14 @@ msgid "Delete group" msgstr "Elimina gruppo" #. TRANS: Warning in form for deleleting a group. -#, fuzzy msgid "" "Are you sure you want to delete this group? This will clear all data about " "the group from the database, without a backup. Public posts to this group " "will still appear in individual timelines." msgstr "" -"Vuoi eliminare questo utente? Questa azione eliminerà tutti i dati " -"dell'utente dal database, senza una copia di sicurezza." +"Sei sicuro di voler eliminare questo gruppo? Questa azione eliminerà tutti i " +"dati del gruppo dal database, senza un backup. I post pubblici di questo " +"gruppo appariranno nella cronologia individuale." #. TRANS: Submit button title for 'No' when deleting a group. msgid "Do not delete this group." @@ -1923,14 +1932,12 @@ msgid "Are you sure you want to delete this notice?" msgstr "Vuoi eliminare questo messaggio?" #. TRANS: Submit button title for 'No' when deleting a notice. -#, fuzzy msgid "Do not delete this notice." -msgstr "Non eliminare il messaggio" +msgstr "Non eliminare questa notifica." #. TRANS: Submit button title for 'Yes' when deleting a notice. -#, fuzzy msgid "Delete this notice." -msgstr "Elimina questo messaggio" +msgstr "Elimina questa notifica." #. TRANS: Client error displayed when trying to delete a user without having the right to delete users. msgid "You cannot delete users." @@ -1958,9 +1965,8 @@ msgstr "" "dell'utente dal database, senza una copia di sicurezza." #. TRANS: Submit button title for 'No' when deleting a user. -#, fuzzy msgid "Do not delete this user." -msgstr "Non eliminare il messaggio" +msgstr "Non eliminare questo utente." #. TRANS: Submit button title for 'Yes' when deleting a user. msgid "Delete this user." @@ -1976,9 +1982,9 @@ msgstr "Aggiungi ai preferiti" #. TRANS: Client exception thrown when requesting a document from the documentation that does not exist. #. TRANS: %s is the non-existing document. -#, fuzzy, php-format +#, php-format msgid "No such document \"%s\"." -msgstr "Nessun documento \"%s\"" +msgstr "Non è stato trovato alcun documento \"%s\"." #. TRANS: Menu item in administrator navigation panel. #. TRANS: Menu item in default local navigation panel. @@ -1989,7 +1995,7 @@ msgstr "Home" msgctxt "MENU" msgid "Docs" -msgstr "" +msgstr "Documenti" #. TRANS: Secondary navigation menu item leading to help on StatusNet. msgctxt "MENU" @@ -2043,10 +2049,10 @@ msgstr "Uso dei gruppi" msgctxt "MENU" msgid "API" -msgstr "" +msgstr "API" msgid "RESTful API" -msgstr "" +msgstr "RESTful API" #. TRANS: Title for "Edit application" form. #. TRANS: Form legend. @@ -2073,7 +2079,6 @@ msgstr "Il nome è richiesto." #. TRANS: Validation error shown when providing too long a name in the "Edit application" form. #. TRANS: Validation error shown when providing too long a name in the "New application" form. -#, fuzzy msgid "Name is too long (maximum 255 characters)." msgstr "Il nome è troppo lungo (max 255 caratteri)." @@ -2102,7 +2107,6 @@ msgid "Organization is required." msgstr "L'organizzazione è richiesta." #. TRANS: Validation error shown when providing too long an arganisation name in the "Edit application" form. -#, fuzzy msgid "Organization is too long (maximum 255 characters)." msgstr "L'organizzazione è troppo lunga (max 255 caratteri)." @@ -2162,14 +2166,13 @@ msgstr "Elimina la lista %s" #. TRANS: %s is a list. #. TRANS: Form legend for list edit form. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Edit list %s" -msgstr "Non è un'etichetta valida di persona: %s." +msgstr "Modifica la lista %s" #. TRANS: Error message displayed when trying to perform an action that requires a tagging user or ID. -#, fuzzy msgid "No tagger or ID." -msgstr "Nessun soprannome o ID." +msgstr "Nessun tagger o ID." #. TRANS: Client error displayed when referring to non-local user. msgid "Not a local user." @@ -2180,9 +2183,8 @@ msgid "You must be the creator of the tag to edit it." msgstr "Devi essere il creatore del tag per poterlo modificare." #. TRANS: Form instruction for edit list form. -#, fuzzy msgid "Use this form to edit the list." -msgstr "Usa questo modulo per modificare il gruppo." +msgstr "Usa questo modulo per modificare la lista." #. TRANS: Form validation error displayed if the form data for deleting a tag was incorrect. msgid "Delete aborted." @@ -2193,6 +2195,8 @@ msgid "" "Deleting this tag will permanantly remove all its subscription and " "membership records. Do you still want to continue?" msgstr "" +"Eliminando questo tag verranno definitivamente rimosse tutte le iscrizioni e " +"le note dei membri ad esso correlate. Desideri continuare?" #. TRANS: Form validation error displayed if a given tag is invalid. msgid "Invalid tag." @@ -2209,11 +2213,12 @@ msgid "" "Setting a public tag as private will permanently remove all the existing " "subscriptions to it. Do you still want to continue?" msgstr "" +"Impostando un tag pubblico come privato rimuoverà definitivamente tutte le " +"iscrizioni ad esso correlate. Desideri continuare?" #. TRANS: Server error displayed when updating a list fails. -#, fuzzy msgid "Could not update list." -msgstr "Impossibile aggiornare l'utente." +msgstr "Impossibile aggiornare la lista." #. TRANS: Title for e-mail settings. msgid "Email settings" @@ -2250,7 +2255,7 @@ msgid "" "a message with further instructions." msgstr "" "In attesa della conferma per questo indirizzo. Controlla la tua casella di " -"posta (e anche la posta indesiderata!) per un messaggio con ulteriori " +"posta (e anche la casella dello spam!) per un messaggio con ulteriori " "istruzioni." #. TRANS: Instructions for e-mail address input form. Do not translate @@ -2310,7 +2315,7 @@ msgstr "Preferenze dell'email" #. TRANS: Checkbox label in e-mail preferences form. msgid "Send me notices of new subscriptions through email." -msgstr "Inviami avvisi di nuovi abbonamenti via email" +msgstr "Inviami avvisi di nuove iscrizioni via email" #. TRANS: Checkbox label in e-mail preferences form. msgid "Send me email when someone adds my notice as a favorite." @@ -2327,7 +2332,7 @@ msgstr "Inviami un'email quando qualcuno mi invia una \"@-risposta\"" #. TRANS: Checkbox label in e-mail preferences form. msgid "Allow friends to nudge me and send me an email." -msgstr "Consenti ai miei amici di richiamarmi e inviami un'email" +msgstr "Consenti ai miei amici di trillarmi e inviami un'email" #. TRANS: Checkbox label in e-mail preferences form. msgid "Publish a MicroID for my email address." @@ -2342,9 +2347,8 @@ msgid "No email address." msgstr "Nessun indirizzo email." #. TRANS: Message given saving e-mail address that cannot be normalised. -#, fuzzy msgid "Cannot normalize that email address." -msgstr "Impossibile normalizzare quell'indirizzo email" +msgstr "Impossibile normalizzare quell'indirizzo email." #. TRANS: Message given saving e-mail address that not valid. #. TRANS: Form validation error displayed when trying to register without a valid e-mail address. @@ -2386,7 +2390,6 @@ msgid "That is the wrong email address." msgstr "Quello è l'indirizzo email sbagliato." #. TRANS: Server error thrown on database error canceling e-mail address confirmation. -#, fuzzy msgid "Could not delete email confirmation." msgstr "Impossibile eliminare l'email di conferma." @@ -2410,9 +2413,8 @@ msgstr "Nessun indirizzo email di ricezione." #. TRANS: Server error thrown on database error removing incoming e-mail address. #. TRANS: Server error thrown on database error adding incoming e-mail address. #. TRANS: Server error displayed when the user could not be updated in SMS settings. -#, fuzzy msgid "Could not update user record." -msgstr "Impossibile aggiornare il record dell'utente." +msgstr "Impossibile aggiornare le impostazioni dell'utente." #. TRANS: Message given after successfully removing an incoming e-mail address. #. TRANS: Confirmation text after updating SMS settings. @@ -2429,9 +2431,8 @@ msgid "This notice is already a favorite!" msgstr "Questo messaggio è già un preferito!" #. TRANS: Page title for page on which favorite notices can be unfavourited. -#, fuzzy msgid "Disfavor favorite." -msgstr "Rimuovi preferito" +msgstr "Rimuovi dai preferiti." #. TRANS: Page title for first page of favorited notices. #. TRANS: Title for favourited notices section. @@ -2502,9 +2503,9 @@ msgid "Featured users, page %d" msgstr "Utenti in evidenza, pagina %d" #. TRANS: Description on page displaying featured users. -#, fuzzy, php-format +#, php-format msgid "A selection of some great users on %s." -msgstr "Una selezione di alcuni dei migliori utenti su %s" +msgstr "Una selezione di alcuni dei migliori utenti su %s." #. TRANS: Client error displayed when no notice ID was given trying do display a file. msgid "No notice ID." @@ -2593,14 +2594,12 @@ msgstr "" "gruppo." #. TRANS: Submit button title for 'No' when blocking a user from a group. -#, fuzzy msgid "Do not block this user from this group." -msgstr "Non bloccare l'utente da questo gruppo" +msgstr "Non bloccare questo utente in questo gruppo." #. TRANS: Submit button title for 'Yes' when blocking a user from a group. -#, fuzzy msgid "Block this user from this group." -msgstr "Blocca l'utente da questo gruppo" +msgstr "Blocca l'utente in questo gruppo." #. TRANS: Server error displayed when trying to block a user from a group fails because of an application error. msgid "Database error blocking user from group." @@ -2668,20 +2667,21 @@ msgstr "Solo gli admin del gruppo possono approvare gli utenti." #. TRANS: Title of the first page showing pending group members still awaiting approval to join the group. #. TRANS: %s is the name of the group. -#, fuzzy, php-format +#, php-format msgid "%s group members awaiting approval" -msgstr "Membri del gruppo %s" +msgstr "Membri del gruppo %s che attendono approvazione" #. TRANS: Title of all but the first page showing pending group members still awaiting approval to join the group. #. TRANS: %1$s is the name of the group, %2$d is the page number of the members list. -#, fuzzy, php-format +#, php-format msgid "%1$s group members awaiting approval, page %2$d" -msgstr "Membri del gruppo %1$s, pagina %2$d" +msgstr "Membri del gruppo %1$s in attesa di approvazione, pagina %2$d" #. TRANS: Page notice for group members page. -#, fuzzy msgid "A list of users awaiting approval to join this group." -msgstr "Un elenco degli utenti in questo gruppo." +msgstr "" +"Un elenco degli utenti in attesa di approvazione per accedere a questo " +"gruppo." #. TRANS: Message is used as link description. %1$s is a group name, %2$s is a site name. #, php-format @@ -2695,7 +2695,7 @@ msgstr "Gruppi" #. TRANS: Title for all but the first page of the groups list. #. TRANS: %d is the page number. -#, fuzzy, php-format +#, php-format msgctxt "TITLE" msgid "Groups, page %d" msgstr "Gruppi, pagina %d" @@ -2703,7 +2703,7 @@ msgstr "Gruppi, pagina %d" #. TRANS: Page notice of group list. %%%%site.name%%%% is the StatusNet site name, #. TRANS: %%%%action.groupsearch%%%% and %%%%action.newgroup%%%% are URLs. Do not change them. #. TRANS: This message contains Markdown links in the form [link text](link). -#, fuzzy, php-format +#, php-format msgid "" "%%%%site.name%%%% groups let you find and talk with people of similar " "interests. After you join a group you can send messages to all other members " @@ -2711,11 +2711,11 @@ msgid "" "for one](%%%%action.groupsearch%%%%) or [start your own](%%%%action.newgroup%" "%%%)!" msgstr "" -"I gruppi di %%%%site.name%%%% ti consentono di trovare e parlare con persone " -"che condividono i tuoi stessi interessi. Quando fai parte di un gruppo, puoi " -"inviare messaggi a tutti i membri del gruppo utilizzando la sintassi \"!" -"nomegruppo\". Non trovi un gruppo che ti piace? Prova a [cercarne uno](%%%%" -"action.groupsearch%%%%) o [crea il tuo!](%%%%action.newgroup%%%%)" +"I gruppi del sito %%%%site.name%%%% ti permettono di trovare ed entrare in " +"contatto con persone con i tuoi stessi interessi. Dopo aver aderito ad un " +"gruppo puoi inviare messaggi agli altri membri usando la sintassi \"!" +"groupname\". Non trovi gruppi di tuo gradimento? Prova a [cercare ancora](%%%" +"%action.groupsearch%%%%) o [creane uno tu](%%%%action.newgroup%%%%)!" #. TRANS: Link to create a new group on the group list page. #. TRANS: Link text on group page to create a new group. @@ -2745,7 +2745,7 @@ msgstr "Nessun risultato." #. TRANS: Additional text on page where groups can be searched if no results were found for a query for a logged in user. #. TRANS: This message contains Markdown links in the form [link text](link). -#, fuzzy, php-format +#, php-format msgid "" "If you cannot find the group you're looking for, you can [create it](%%" "action.newgroup%%) yourself." @@ -2760,8 +2760,8 @@ msgid "" "Why not [register an account](%%action.register%%) and [create the group](%%" "action.newgroup%%) yourself!" msgstr "" -"Perché non [crei un account](%%action.register%%) e [crei tu il gruppo](%%" -"action.newgroup%%)!" +"Perché non provi a [registrare un account](%%action.register%%) e a [creare " +"tu un gruppo](%%action.newgroup%%)?" #. TRANS: Client error displayed when trying to unblock a user from a group without being an administrator for the group. msgid "Only an admin can unblock group members." @@ -2783,43 +2783,43 @@ msgstr "Impostazioni messaggistica istantanea" #. TRANS: Instant messaging settings page instructions. #. TRANS: [instant messages] is link text, "(%%doc.im%%)" is the link. #. TRANS: the order and formatting of link text and link should remain unchanged. -#, fuzzy, php-format +#, php-format msgid "" "You can send and receive notices through [instant messaging](%%doc.im%%). " "Configure your addresses and settings below." msgstr "" -"Puoi inviare e ricevere messaggi attraverso i servizi di messaggistica " -"istantanea [instant messages](%%doc.im%%). Configura il tuo indirizzo e le " -"impostazioni qui di seguito." +"Puoi inviare e ricevere messaggi attraverso i servizi di Messaggistica " +"Istantanea [IM](%%doc.im%%). Configura il tuo indirizzo e le impostazioni " +"qui di seguito." #. TRANS: Message given in the IM settings if IM is not enabled on the site. msgid "IM is not available." -msgstr "Messaggistica istantanea non disponibile." +msgstr "IM non disponibile." #. TRANS: Form note in IM settings form. %s is the type of IM address that was confirmed. -#, fuzzy, php-format +#, php-format msgid "Current confirmed %s address." -msgstr "Indirizzo email attualmente confermato." +msgstr "Indirizzo email %s attualmente confermato." #. TRANS: Form note in IM settings form. #. TRANS: %s is the IM service name, %2$s is the IM address set. -#, fuzzy, php-format +#, php-format msgid "" "Awaiting confirmation on this address. Check your %1$s account for a message " "with further instructions. (Did you add %2$s to your buddy list?)" msgstr "" -"In attesa di conferma per questo indirizzo. Controlla il tuo account Jabber/" -"GTalk per un messaggio con ulteriori istruzioni. Hai aggiunto %s al tuo " -"elenco contatti?" +"Indirizzo in attesa di conferma. Controlla il tuo account %1$s per un " +"messaggio con ulteriori istruzioni. (Hai aggiunto %2$s al tuo elenco " +"contatti?)" #. TRANS: Field label for IM address. msgid "IM address" -msgstr "Indirizzo di messaggistica istantanea" +msgstr "Indirizzo IM" #. TRANS: Field title for IM address. %s is the IM service name. #, php-format msgid "%s screenname." -msgstr "Soprannome di %s." +msgstr "Nome visualizzato di %s." #. TRANS: Header for IM preferences form. msgid "IM Preferences" @@ -2830,24 +2830,20 @@ msgid "Send me notices" msgstr "Inviami gli avvisi" #. TRANS: Checkbox label in IM preferences form. -#, fuzzy msgid "Post a notice when my status changes." -msgstr "Pubblica un messaggio quando il mio stato Jabber/GTalk cambia" +msgstr "Inviami una notifica quando il mio stato cambia." #. TRANS: Checkbox label in IM preferences form. -#, fuzzy msgid "Send me replies from people I'm not subscribed to." -msgstr "Inviami le risposte delle persone a cui sono abbonato via Jabber/GTalk" +msgstr "Inviami le risposte delle persone alle quali non sono iscritto." #. TRANS: Checkbox label in IM preferences form. -#, fuzzy msgid "Publish a MicroID" -msgstr "Pubblica un MicroID per il mio indirizzo email" +msgstr "Pubblica un MicroID" #. TRANS: Server error thrown on database error updating IM preferences. -#, fuzzy msgid "Could not update IM preferences." -msgstr "Impossibile aggiornare l'utente." +msgstr "Impossibile aggiornare le preferenze della IM." #. TRANS: Confirmation message for successful IM preferences save. #. TRANS: Confirmation message after saving preferences. @@ -2855,76 +2851,66 @@ msgid "Preferences saved." msgstr "Preferenze salvate." #. TRANS: Message given saving IM address without having provided one. -#, fuzzy msgid "No screenname." -msgstr "Nessun soprannome." +msgstr "Nessun nome visualizzato." #. TRANS: Form validation error when no transport is available setting an IM address. msgid "No transport." msgstr "Nessun trasporto." #. TRANS: Message given saving IM address that cannot be normalised. -#, fuzzy msgid "Cannot normalize that screenname." -msgstr "Impossibile normalizzare quell'ID Jabber" +msgstr "Impossibile normalizzare quel nome visualizzato." #. TRANS: Message given saving IM address that not valid. -#, fuzzy msgid "Not a valid screenname." -msgstr "Non è un soprannome valido." +msgstr "Il nome visualizzato non è valido." #. TRANS: Message given saving IM address that is already set for another user. -#, fuzzy msgid "Screenname already belongs to another user." -msgstr "ID Jabber già assegnato a un altro utente." +msgstr "Il nome visualizzato appartiene già ad un altro utente." #. TRANS: Message given saving valid IM address that is to be confirmed. -#, fuzzy msgid "A confirmation code was sent to the IM address you added." msgstr "" -"Un codice di conferma è stato inviato all'indirizzo di messaggistica " -"istantanea che hai aggiunto. Devi approvare %s affinché ti invii messaggi." +"Un codice di conferma è stato inviato all'indirizzo IM che hai aggiunto." #. TRANS: Message given canceling IM address confirmation for the wrong IM address. msgid "That is the wrong IM address." -msgstr "Quello è l'indirizzo di messaggistica sbagliato." +msgstr "Quello è l'IM sbagliato." #. TRANS: Server error thrown on database error canceling IM address confirmation. -#, fuzzy msgid "Could not delete confirmation." -msgstr "Impossibile eliminare la conferma della messaggistica." +msgstr "Impossibile eliminare la conferma." #. TRANS: Message given after successfully canceling IM address confirmation. msgid "IM confirmation cancelled." -msgstr "Conferma della messaggistica annullata." +msgstr "Conferma della IM annullata." #. TRANS: Message given trying to remove an IM address that is not #. TRANS: registered for the active user. -#, fuzzy msgid "That is not your screenname." -msgstr "Quello non è il tuo numero di telefono." +msgstr "Quello non è il tuo nome utente visualizzato." #. TRANS: Message given after successfully removing a registered Instant Messaging address. msgid "The IM address was removed." -msgstr "L'indirizzo di messaggistica è stato rimosso." +msgstr "L'indirizzo di IM è stato rimosso." #. TRANS: Title for all but the first page of the inbox page. #. TRANS: %1$s is the user's nickname, %2$s is the page number. #, php-format msgid "Inbox for %1$s - page %2$d" -msgstr "Casella posta in arrivo di %1$s - pagina %2$d" +msgstr "Posta in arrivo di %1$s - pagina %2$d" #. TRANS: Title for the first page of the inbox page. #. TRANS: %s is the user's nickname. #, php-format msgid "Inbox for %s" -msgstr "Casella posta in arrivo di %s" +msgstr "Posta in arrivo di %s" #. TRANS: Instructions for user inbox page. msgid "This is your inbox, which lists your incoming private messages." -msgstr "" -"Questa è la casella della tua posta in arrivo, contiene i messaggi privati " -"ricevuti." +msgstr "Questa è la tua Posta in arrivo, contiene i messaggi privati ricevuti." #. TRANS: Client error displayed when trying to sent invites while they have been disabled. msgid "Invites have been disabled." @@ -2943,7 +2929,6 @@ msgid "Invalid email address: %s." msgstr "Indirizzo email non valido: %s." #. TRANS: Page title when invitations have been sent. -#, fuzzy msgid "Invitations sent" msgstr "Inviti inviati" @@ -2955,15 +2940,14 @@ msgstr "Invita nuovi utenti" #. TRANS: is already subscribed to one or more users with the given e-mail address(es). #. TRANS: Plural form is based on the number of reported already subscribed e-mail addresses. #. TRANS: Followed by a bullet list. -#, fuzzy msgid "You are already subscribed to this user:" msgid_plural "You are already subscribed to these users:" -msgstr[0] "Hai già un abbonamento a questi utenti:" -msgstr[1] "Hai già un abbonamento a questi utenti:" +msgstr[0] "Sei già iscritto a questo utente:" +msgstr[1] "Sei già iscritto a questi utenti:" #. TRANS: Used as list item for already subscribed users (%1$s is nickname, %2$s is e-mail address). #. TRANS: Used as list item for already registered people (%1$s is nickname, %2$s is e-mail address). -#, fuzzy, php-format +#, php-format msgctxt "INVITE" msgid "%1$s (%2$s)" msgstr "%1$s (%2$s)" @@ -2971,22 +2955,20 @@ msgstr "%1$s (%2$s)" #. TRANS: Message displayed inviting users to use a StatusNet site while the invited user #. TRANS: already uses a this StatusNet site. Plural form is based on the number of #. TRANS: reported already present people. Followed by a bullet list. -#, fuzzy msgid "This person is already a user and you were automatically subscribed:" msgid_plural "" "These people are already users and you were automatically subscribed to them:" msgstr[0] "" -"Queste persone sono già utenti e hai un abbonamento automatico a loro:" +"Questa persona è già un utente e sei stato ad essa automaticamente iscritto:" msgstr[1] "" -"Queste persone sono già utenti e hai un abbonamento automatico a loro:" +"Queste persone sono già utenti e sei stato ad essi automaticamente iscritto:" #. TRANS: Message displayed inviting users to use a StatusNet site. Plural form is #. TRANS: based on the number of invitations sent. Followed by a bullet list of #. TRANS: e-mail addresses to which invitations were sent. -#, fuzzy msgid "Invitation sent to the following person:" msgid_plural "Invitations sent to the following people:" -msgstr[0] "Inviti inviati alle seguenti persone:" +msgstr[0] "Inviti inviati alla seguente persona:" msgstr[1] "Inviti inviati alle seguenti persone:" #. TRANS: Generic message displayed after sending out one or more invitations to @@ -2996,7 +2978,7 @@ msgid "" "on the site. Thanks for growing the community!" msgstr "" "Riceverai una notifica quando i tuoi invitati accetteranno e si " -"registreranno sul sito. Grazie per l'aiuto ad accrescere la comunità!" +"registreranno sul sito. Grazie per aiutarci ad accrescere la comunità!" #. TRANS: Form instructions. msgid "" @@ -3017,7 +2999,7 @@ msgid "You must be logged in to join a group." msgstr "Devi eseguire l'accesso per iscriverti a un gruppo." #. TRANS: Title for join group page after joining. -#, fuzzy, php-format +#, php-format msgctxt "TITLE" msgid "%1$s joined group %2$s" msgstr "%1$s fa ora parte del gruppo %2$s" @@ -3053,9 +3035,8 @@ msgstr "" "licenza \"Tutti i diritti riservati\"." #. TRANS: Client error displayed selecting a too long license title in the license admin panel. -#, fuzzy msgid "Invalid license title. Maximum length is 255 characters." -msgstr "Titolo della licenza non valido. Lunghezza massima 255 caratteri." +msgstr "Titolo di licenza non valido. La lunghezza massima è di 255 caratteri." #. TRANS: Client error displayed specifying an invalid license URL in the license admin panel. msgid "Invalid license URL." @@ -3095,9 +3076,8 @@ msgid "Type" msgstr "Tipo" #. TRANS: Dropdown field instructions in the license admin panel. -#, fuzzy msgid "Select a license." -msgstr "Seleziona licenza" +msgstr "Seleziona una licenza." #. TRANS: Form legend in the license admin panel. msgid "License details" @@ -3157,9 +3137,8 @@ msgid "Login to site" msgstr "Accedi al sito" #. TRANS: Field label on login page. -#, fuzzy msgid "Username or email address" -msgstr "Soprannome o indirizzo email" +msgstr "Nome utente o indirizzo email" #. TRANS: Checkbox label label on login page. #. TRANS: Checkbox label on account registration page. @@ -3360,26 +3339,25 @@ msgstr "Messaggi con \"%s\"" #. TRANS: RSS notice search feed description. #. TRANS: %1$s is the query, %2$s is the StatusNet site name. -#, fuzzy, php-format +#, php-format msgid "Updates matching search term \"%1$s\" on %2$s." -msgstr "Messaggi che corrispondono al termine \"%1$s\" su %2$s!" +msgstr "Aggiornamenti che contengono il termine \"%1$s\" nel sito %2$s." #. TRANS: Client error displayed trying to nudge a user that cannot be nudged. -#, fuzzy msgid "" "This user doesn't allow nudges or hasn't confirmed or set their email " "address yet." msgstr "" -"Questo utente non consente i richiami oppure non ha confermato o impostato " +"Questo utente non consente i trilli oppure non ha confermato o impostato " "ancora il suo indirizzo email." #. TRANS: Page title after sending a nudge. msgid "Nudge sent" -msgstr "Richiamo inviato" +msgstr "Trillo inviato" #. TRANS: Confirmation text after sending a nudge. msgid "Nudge sent!" -msgstr "Richiamo inviato!" +msgstr "Trillo inviato!" #. TRANS: Message displayed to an anonymous user trying to view OAuth application list. msgid "You must be logged in to list your applications." @@ -3403,9 +3381,8 @@ msgid "Connected applications" msgstr "Applicazioni collegate" #. TRANS: Instructions for OAuth connection settings. -#, fuzzy msgid "The following connections exist for your account." -msgstr "Hai consentito alle seguenti applicazioni di accedere al tuo account." +msgstr "Per il tuo account esistono i seguenti collegamenti." #. TRANS: Client error when trying to revoke access for an application while not being a user of it. msgid "You are not a user of that application." @@ -3413,9 +3390,9 @@ msgstr "Non sei un utente di quella applicazione." #. TRANS: Client error when revoking access has failed for some reason. #. TRANS: %s is the application ID revoking access failed for. -#, fuzzy, php-format +#, php-format msgid "Unable to revoke access for application: %s." -msgstr "Impossibile revocare l'accesso per l'applicazione: %s." +msgstr "Non abilitato a revocare l'accesso per l'applicazione: %s." #. TRANS: Success message after revoking access for an application. #. TRANS: %1$s is the application name, %2$s is the first part of the user token. @@ -3424,6 +3401,8 @@ msgid "" "You have successfully revoked access for %1$s and the access token starting " "with %2$s." msgstr "" +"Hai revocato con successo l'accesso all'applicazione %1$s e il token " +"d'accesso a partire da %2$s." #. TRANS: Empty list message when no applications have been authorised yet. msgid "You have not authorized any applications to use your account." @@ -3437,18 +3416,20 @@ msgid "" "Are you a developer? [Register an OAuth client application](%s) to use with " "this instance of StatusNet." msgstr "" +"Sei uno sviluppatore? [Registra un'applicazione client OAuth] (%s) da " +"utilizzare con questa istanza di StatusNet." #. TRANS: Server error displayed in oEmbed action when path not found. #. TRANS: %s is a path. -#, fuzzy, php-format +#, php-format msgid "\"%s\" not found." -msgstr "Metodo delle API non trovato." +msgstr "\"%s\" non trovato." #. TRANS: Server error displayed in oEmbed action when notice not found. #. TRANS: %s is a notice. -#, fuzzy, php-format +#, php-format msgid "Notice %s not found." -msgstr "Metodo delle API non trovato." +msgstr "Notifica %s non trovata." #. TRANS: Server error displayed in oEmbed action when notice has not profile. #. TRANS: Server error displayed trying to show a notice without a connected profile. @@ -3464,15 +3445,15 @@ msgstr "Stato di %1$s su %2$s" #. TRANS: Server error displayed in oEmbed action when attachment not found. #. TRANS: %d is an attachment ID. -#, fuzzy, php-format +#, php-format msgid "Attachment %s not found." -msgstr "Destinatario non trovato." +msgstr "Allegato %s non trovato." #. TRANS: Server error displayed in oEmbed request when a path is not supported. #. TRANS: %s is a path. #, php-format msgid "\"%s\" not supported for oembed requests." -msgstr "" +msgstr "\"%s\" non è supportata per le richieste oembed." #. TRANS: Error message displaying attachments. %s is a raw MIME type (eg 'image/png') #, php-format @@ -3490,13 +3471,12 @@ msgid "Not a supported data format." msgstr "Non è un formato di dati supportato." #. TRANS: Page title for profile settings. -#, fuzzy msgid "Old school UI settings" -msgstr "Impostazioni messaggistica istantanea" +msgstr "Impostazioni old school UI" #. TRANS: Usage instructions for profile settings. msgid "If you like it \"the old way\", you can set that here." -msgstr "" +msgstr "Se preferisci il \"vecchio stile\", puoi impostarlo qui." #. TRANS: Confirmation shown when user profile settings are saved. #. TRANS: Message after successful saving of administrative settings. @@ -3504,13 +3484,14 @@ msgid "Settings saved." msgstr "Impostazioni salvate." msgid "Only stream mode (no conversations) in timelines" -msgstr "" +msgstr "Solo la modalità corrente nelle cronologie ( no conversazioni)" msgid "Show conversation page as hierarchical trees" msgstr "" +"Mostra la pagina delle conversazioni sotto forma di strutture gerarchiche" msgid "Show nicknames (not full names) in timelines" -msgstr "" +msgstr "Mostra cronologia dei nickname (non nomi completi)" #. TRANS: Button text to save a list. msgid "Save" @@ -3591,12 +3572,10 @@ msgstr "Nuova password" #. TRANS: Field title on page where to change password. #. TRANS: Field title on account registration page. -#, fuzzy msgid "6 or more characters." -msgstr "6 o più caratteri" +msgstr "6 o più caratteri." #. TRANS: Field label on page where to change password. In this field the new password should be typed a second time. -#, fuzzy msgctxt "LABEL" msgid "Confirm" msgstr "Conferma" @@ -3604,12 +3583,10 @@ msgstr "Conferma" #. TRANS: Field title on page where to change password. #. TRANS: Title for field label for password reset form where the password has to be typed again. #. TRANS: Field title on account registration page. -#, fuzzy msgid "Same as password above." -msgstr "Stessa password di sopra" +msgstr "Ripetere password." #. TRANS: Button text on page where to change password. -#, fuzzy msgctxt "BUTTON" msgid "Change" msgstr "Modifica" @@ -3621,14 +3598,12 @@ msgstr "La password deve essere di 6 o più caratteri." #. TRANS: Form validation error on password change when password confirmation does not match. #. TRANS: Form validation error displayed when trying to register with non-matching passwords. -#, fuzzy msgid "Passwords do not match." msgstr "Le password non corrispondono." #. TRANS: Form validation error on page where to change password. -#, fuzzy msgid "Incorrect old password." -msgstr "Vecchia password non corretta" +msgstr "Vecchia password non corretta." #. TRANS: Form validation error on page where to change password. msgid "Error saving user; invalid." @@ -3637,7 +3612,6 @@ msgstr "Errore nel salvare l'utente; non valido." #. TRANS: Server error displayed on page where to change password when password change #. TRANS: could not be made because of a server error. #. TRANS: Reset password form validation error message. -#, fuzzy msgid "Cannot save new password." msgstr "Impossibile salvare la nuova password." @@ -3693,43 +3667,37 @@ msgid "Path" msgstr "Percorso" #. TRANS: Field title in Paths admin panel. -#, fuzzy msgid "Site path." -msgstr "Percorso del sito" +msgstr "Percorso del sito." #. TRANS: Field label in Paths admin panel. -#, fuzzy msgid "Locale directory" -msgstr "Directory del tema" +msgstr "Directory locale" #. TRANS: Field title in Paths admin panel. -#, fuzzy msgid "Directory path to locales." -msgstr "Percorso della directory alle localizzazioni" +msgstr "Percorso della directory alle località." #. TRANS: Checkbox label in Paths admin panel. msgid "Fancy URLs" msgstr "URL semplici" #. TRANS: Field title in Paths admin panel. -#, fuzzy msgid "Use fancy URLs (more readable and memorable)?" msgstr "Usare gli URL semplici (più leggibili e facili da ricordare)?" #. TRANS: Fieldset legend in Paths admin panel. -#, fuzzy msgctxt "LEGEND" msgid "Theme" msgstr "Tema" #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Server for themes." -msgstr "Tema per questo sito." +msgstr "Server per temi." #. TRANS: Tooltip for field label in Paths admin panel. msgid "Web path to themes." -msgstr "" +msgstr "Percorso web per i temi." #. TRANS: Field label in Paths admin panel. msgid "SSL server" @@ -3737,26 +3705,23 @@ msgstr "Server SSL" #. TRANS: Tooltip for field label in Paths admin panel. msgid "SSL server for themes (default: SSL server)." -msgstr "" +msgstr "Server SSL per i temi (predefinito: SSL server)." #. TRANS: Field label in Paths admin panel. -#, fuzzy msgid "SSL path" -msgstr "Percorso del sito" +msgstr "Percorso SSL" #. TRANS: Tooltip for field label in Paths admin panel. msgid "SSL path to themes (default: /theme/)." -msgstr "" +msgstr "Percorso SSL per i temi (predefinito: / tema /)." #. TRANS: Field label in Paths admin panel. -#, fuzzy msgid "Directory" -msgstr "Directory del tema" +msgstr "Directory" #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Directory where themes are located." -msgstr "Percorso della directory alle localizzazioni" +msgstr "Directory dove si trovano i temi." #. TRANS: Fieldset legend in Paths admin panel. msgid "Avatars" @@ -3767,58 +3732,50 @@ msgid "Avatar server" msgstr "Server dell'immagine" #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Server for avatars." -msgstr "Tema per questo sito." +msgstr "Server per gli avatars." #. TRANS: Field label in Paths admin panel. msgid "Avatar path" msgstr "Percorso dell'immagine" #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Web path to avatars." -msgstr "Aggiornamento dell'immagine non riuscito." +msgstr "Percorso web per gli avatars." #. TRANS: Field label in Paths admin panel. msgid "Avatar directory" msgstr "Directory dell'immagine" #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Directory where avatars are located." -msgstr "Percorso della directory alle localizzazioni" +msgstr "Directory degli avatar" #. TRANS: Fieldset legens in Paths admin panel. msgid "Attachments" msgstr "Allegati" #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Server for attachments." -msgstr "Tema per questo sito." +msgstr "Server per gli allegati." #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Web path to attachments." -msgstr "Nessun allegato." +msgstr "Percorso web relativo agli allegati." #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Server for attachments on SSL pages." -msgstr "Tema per questo sito." +msgstr "Server per gli allegati nelle pagine SSL." #. TRANS: Tooltip for field label in Paths admin panel. msgid "Web path to attachments on SSL pages." -msgstr "" +msgstr "Percorso web per gli allegati su pagine SSL." #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Directory where attachments are located." -msgstr "Percorso della directory alle localizzazioni" +msgstr "Directory dove sono presenti gli allegati." #. TRANS: Fieldset legend in Paths admin panel. -#, fuzzy msgctxt "LEGEND" msgid "SSL" msgstr "SSL" @@ -3841,19 +3798,16 @@ msgid "Use SSL" msgstr "Usa SSL" #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "When to use SSL." -msgstr "Quando usare SSL" +msgstr "Quando utilizzare SSL." #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Server to direct SSL requests to." -msgstr "Server a cui dirigere le richieste SSL" +msgstr "Server a cui dirigere le richieste SSL." #. TRANS: Button title text to store form data in the Paths admin panel. -#, fuzzy msgid "Save path settings." -msgstr "Salva impostazioni" +msgstr "Salva impostazioni." #. TRANS: Instructions for the "People search" page. #. TRANS: %%site.name%% is the name of the StatusNet site. @@ -3871,92 +3825,88 @@ msgstr "Cerca persone" #. TRANS: Title for list page. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Public list %s" -msgstr "Insieme delle etichette" +msgstr "Lista pubblica %s" #. TRANS: Title for list page. #. TRANS: %1$s is a list, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Public list %1$s, page %2$d" -msgstr "Risposte a %1$s, pagina %2$d" +msgstr "Lista pubblica %1$s, pagina %2$d" #. TRANS: Message for anonymous users on list page. #. TRANS: This message contains Markdown links in the form [description](link). -#, fuzzy, php-format +#, php-format msgid "" "Lists are how you sort similar people on %%site.name%%, a [micro-blogging]" "(http://en.wikipedia.org/wiki/Micro-blogging) service based on the Free " "Software [StatusNet](http://status.net/) tool. You can then easily keep " "track of what they are doing by subscribing to the list's timeline." msgstr "" -"**%s** è un gruppo di utenti su %%%%site.name%%%%, un servizio di [microblog]" -"(http://it.wikipedia.org/wiki/Microblogging) basato sul software libero " -"[StatusNet](http://status.net/)." +"Le liste ti serviranno a raggruppare persone con caratteristiche simili sul " +"sito %%site.name%%, che è un servizio di [microblog](http://en.wikipedia.org/" +"wiki/Micro-blogging) basato sul software libero [StatusNet](http://status." +"net/). Iscrivendosi alla cronologia della lista ci si può facilmente tenere " +"aggiornati su ciò che tali persone stanno facendo." #. TRANS: Client error displayed when a tagger is expected but not provided. -#, fuzzy msgid "No tagger." -msgstr "Nessuna etichetta." +msgstr "Impossibile taggare." #. TRANS: Title for list of people listed by the user. #. TRANS: %1$s is a list, %2$s is a username. -#, fuzzy, php-format +#, php-format msgid "People listed in %1$s by %2$s" -msgstr "Risposte a %1$s su %2$s!" +msgstr "Persone aggiunte alla lista %1$s da %2$s" #. TRANS: Title for list of people listed by the user. #. TRANS: %1$s is a list, %2$s is a username, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "People listed in %1$s by %2$s, page %3$d" -msgstr "Risposte a %1$s, pagina %2$d" +msgstr "Persone aggiunte alla lista %1$s da %2$s, pagina %3$d" #. TRANS: Addition in tag membership list for creator of a tag. #. TRANS: Addition in tag subscribers list for creator of a tag. -#, fuzzy msgid "Creator" -msgstr "Creato" +msgstr "Autore" #. TRANS: Title for lists by a user page for a private tag. -#, fuzzy msgid "Private lists by you" -msgstr "Modifica il gruppo %s" +msgstr "Le tue liste private" #. TRANS: Title for lists by a user page for a public tag. -#, fuzzy msgid "Public lists by you" -msgstr "Insieme delle etichette" +msgstr "Le tue liste pubbliche" #. TRANS: Title for lists by a user page. -#, fuzzy msgid "Lists by you" -msgstr "Modifica il gruppo %s" +msgstr "Le tue liste" #. TRANS: Title for lists by a user page. #. TRANS: %s is a user nickname. #, php-format msgid "Lists by %s" -msgstr "" +msgstr "Liste di %s" #. TRANS: Title for lists by a user page. #. TRANS: %1$s is a user nickname, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Lists by %1$s, page %2$d" -msgstr "Messaggi etichettati con %1$s, pagina %2$d" +msgstr "Liste di %1$s, pagina %2$d" #. TRANS: Client error displayed when trying view another user's private lists. msgid "You cannot view others' private lists" -msgstr "" +msgstr "Impossibile visualizzare le liste private di altri utenti." #. TRANS: Mode selector label. -#, fuzzy msgid "Mode" -msgstr "Modera" +msgstr "Modalità" #. TRANS: Link text to show lists for user %s. -#, fuzzy, php-format +#, php-format msgid "Lists for %s" -msgstr "Casella posta inviata di %s" +msgstr "Liste per %s" #. TRANS: Fieldset legend. #. TRANS: Fieldset legend on gallery action page. @@ -3965,22 +3915,19 @@ msgstr "Seleziona un'etichetta da filtrare" #. TRANS: Checkbox title. msgid "Show private tags." -msgstr "" +msgstr "Mostra i tag privati." #. TRANS: Checkbox label to show public tags. -#, fuzzy msgctxt "LABEL" msgid "Public" msgstr "Pubblico" #. TRANS: Checkbox title. -#, fuzzy msgid "Show public tags." -msgstr "Nessuna etichetta." +msgstr "Mostra tag pubblici." #. TRANS: Submit button text for tag filter form. #. TRANS: Submit button text on gallery action page. -#, fuzzy msgctxt "BUTTON" msgid "Go" msgstr "Vai" @@ -3988,7 +3935,7 @@ msgstr "Vai" #. 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-" @@ -3996,31 +3943,34 @@ msgid "" "tool. You can easily keep track of what they are doing by subscribing to the " "list's timeline." msgstr "" -"**%s** è un gruppo di utenti su %%%%site.name%%%%, un servizio di [microblog]" -"(http://it.wikipedia.org/wiki/Microblogging) basato sul software libero " -"[StatusNet](http://status.net/)." +"Queste liste sono state create da **%s**. Le liste servono a raggruppare " +"persone con caratteristiche simili sul sito %%site.name%%, che è un servizio " +"di [microblog](http://en.wikipedia.org/wiki/Micro-blogging) basato sul " +"software libero [StatusNet](http://status.net/). Iscrivendosi alla " +"cronologia della lista ci si può facilmente tenere aggiornati su ciò che " +"tali persone stanno facendo." #. TRANS: Message displayed on page that displays lists by a user when there are none. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "%s has not created any [lists](%%%%doc.lists%%%%) yet." -msgstr "Nessuno ha ancora scritto un messaggio con un [hashtag](%%doc.tags%%)." +msgstr "%s non ha ancora creato alcuna [lista] (%%%%doc.lists%%%%)." #. TRANS: Page title. %s is a tagged user's nickname. #, php-format msgid "Lists with %s in them" -msgstr "" +msgstr "Liste che contengono %s" #. TRANS: Page title. %1$s is a tagged user's nickname, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "Lists with %1$s, page %2$d" -msgstr "Messaggi etichettati con %1$s, pagina %2$d" +msgstr "Liste con %1$s, pagina %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-" @@ -4028,45 +3978,49 @@ msgid "" "tool. You can easily keep track of what they are doing by subscribing to the " "list's timeline." msgstr "" -"**%s** è un gruppo di utenti su %%%%site.name%%%%, un servizio di [microblog]" -"(http://it.wikipedia.org/wiki/Microblogging) basato sul software libero " -"[StatusNet](http://status.net/)." +"Queste sono liste per **%s**. Le liste servono a raggruppare persone con " +"caratteristiche simili sul sito %%site.name%%, che è un servizio di " +"[microblog](http://en.wikipedia.org/wiki/Micro-blogging) basato sul software " +"libero [StatusNet](http://status.net/). Iscrivendosi alla cronologia della " +"lista ci si può facilmente tenere aggiornati su ciò che tali persone stanno " +"facendo." #. TRANS: Message displayed on page that displays lists a user was added to when there are none. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "%s has not been [listed](%%%%doc.lists%%%%) by anyone yet." -msgstr "Nessuno ha ancora scritto un messaggio con un [hashtag](%%doc.tags%%)." +msgstr "" +"%s non è ancora stato aggiunto in [lista](%%%%doc.lists%%%%) da nessuno." #. TRANS: Page title for list of list subscribers. #. TRANS: %1$s is a list, %2$s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Subscribers to list %1$s by %2$s" -msgstr "Abbonati a %s." +msgstr "Iscritti alla lista %1$s da %2$s" #. TRANS: Page title for list of list subscribers. #. TRANS: %1$s is a list, %2$s is a user nickname, %3$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Subscribers to list %1$s by %2$s, page %3$d" -msgstr "Messaggi etichettati con %1$s, pagina %2$d" +msgstr "Iscritti alla lista %1$s da %2$s, pagina %3$d" #. TRANS: Title for page that displays lists subscribed to by a user. #. TRANS: %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgid "Lists subscribed to by %s" -msgstr "Abbonati a %s." +msgstr "Liste alle quali %s si è iscritto" #. TRANS: Title for page that displays lists subscribed to by a user. #. TRANS: %1$s is a profile nickname, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Lists subscribed to by %1$s, page %2$d" -msgstr "Abbonamenti di %1$s, pagina %2$d" +msgstr "Liste alle quali %1$s si è iscritto, pagina %2$d" #. TRANS: Message displayed for anonymous users on page that displays lists subscribed to by a user. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgid "" "These are lists subscribed to by **%s**. Lists are how you sort similar " "people on %%%%site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/" @@ -4074,9 +4028,12 @@ msgid "" "net/) tool. You can easily keep track of what they are doing by subscribing " "to the list's timeline." msgstr "" -"**%s** è un gruppo di utenti su %%%%site.name%%%%, un servizio di [microblog]" -"(http://it.wikipedia.org/wiki/Microblogging) basato sul software libero " -"[StatusNet](http://status.net/)." +"Queste sono le liste alle quali **%s** si è iscritto. Le liste servono a " +"raggruppare persone con caratteristiche simili sul sito %%site.name%%, che è " +"un servizio di [microblog](http://en.wikipedia.org/wiki/Micro-blogging) " +"basato sul software libero [StatusNet](http://status.net/). Iscrivendosi " +"alla cronologia della lista ci si può facilmente tenere aggiornati su ciò " +"che tali persone stanno facendo." #. TRANS: Page title for AJAX form return when a disabling a plugin. msgctxt "plugin" @@ -4092,14 +4049,12 @@ msgid "This action only accepts POST requests." msgstr "Quest'azione accetta solo richieste POST." #. TRANS: Client error displayed when trying to enable or disable a plugin without access rights. -#, fuzzy msgid "You cannot administer plugins." -msgstr "Non puoi eliminare utenti." +msgstr "Non è possibile amministrare i plugin." #. TRANS: Client error displayed when trying to enable or disable a non-existing plugin. -#, fuzzy msgid "No such plugin." -msgstr "Pagina inesistente." +msgstr "Plugin inesistente." #. TRANS: Page title for AJAX form return when enabling a plugin. msgctxt "plugin" @@ -4107,7 +4062,6 @@ msgid "Enabled" msgstr "Attivato" #. TRANS: Tab and title for plugins admin panel. -#, fuzzy msgctxt "TITLE" msgid "Plugins" msgstr "Plugin" @@ -4118,22 +4072,26 @@ msgid "" "\"http://status.net/wiki/Plugins\">online plugin documentation for more " "details." msgstr "" +"Plugin aggiuntivi possono essere abilitati e configurati manualmente. " +"Consultare il plugin di " +"documentazione online per maggiori dettagli." #. TRANS: Admin form section header -#, fuzzy msgid "Default plugins" -msgstr "Lingua predefinita" +msgstr "Plugin predefiniti" #. TRANS: Text displayed on plugin admin page when no plugin are enabled. msgid "" "All default plugins have been disabled from the site's configuration file." msgstr "" +"Tutti i plugin predefiniti sono stati disabilitati dal file di " +"configurazione del sito." #. TRANS: Client error displayed when trying to add an unindentified field to profile. #. TRANS: %s is a field name. #, php-format msgid "Unidentified field %s." -msgstr "" +msgstr "Campo %s non identificato." #. TRANS: Page title. msgctxt "TITLE" @@ -4142,7 +4100,7 @@ msgstr "Risultati della ricerca" #. TRANS: Error message in case a search is shorter than three characters. msgid "The search string must be at least 3 characters long." -msgstr "" +msgstr "La stringa di ricerca deve essere lunga almeno 3 caratteri." #. TRANS: Page title for profile settings. msgid "Profile settings" @@ -4162,10 +4120,8 @@ msgstr "Informazioni sul profilo" #. TRANS: Tooltip for field label in form for profile settings. #. TRANS: Field title on account registration page. #. TRANS: Field title on group edit form. -#, fuzzy msgid "1-64 lowercase letters or numbers, no punctuation or spaces." -msgstr "" -"1-64 lettere minuscole o numeri, senza spazi o simboli di punteggiatura" +msgstr "1-64 lettere minuscole o numeri, senza punteggiatura o spazi." #. TRANS: Field label in form for profile settings. #. TRANS: Field label on account registration page. @@ -4191,17 +4147,16 @@ msgstr "URL della tua pagina web, blog o profilo su un altro sito." #. TRANS: Text area title in form for account registration. Plural #. TRANS: is decided by the number of characters available for the #. TRANS: biography (%d). -#, fuzzy, php-format +#, php-format msgid "Describe yourself and your interests in %d character." msgid_plural "Describe yourself and your interests in %d characters." -msgstr[0] "Descriviti assieme ai tuoi interessi in %d caratteri" -msgstr[1] "Descriviti assieme ai tuoi interessi in %d caratteri" +msgstr[0] "Descrivi te stesso e i tuoi interessi in %d caratteri" +msgstr[1] "Descrivi te stesso e i tuoi interessi in %d caratteri" #. TRANS: Tooltip for field label in form for profile settings. #. TRANS: Text area title on account registration page. -#, fuzzy msgid "Describe yourself and your interests." -msgstr "Descrivi te e i tuoi interessi" +msgstr "Descrivi te stesso ed i tuoi interessi." #. TRANS: Text area label in form for profile settings where users can provide #. TRANS: their biography. @@ -4218,9 +4173,8 @@ msgstr "Ubicazione" #. TRANS: Tooltip for field label in form for profile settings. #. TRANS: Field title on account registration page. -#, fuzzy msgid "Where you are, like \"City, State (or Region), Country\"." -msgstr "Dove ti trovi, tipo \"città, regione, stato\"" +msgstr "Dove ti trovi, ad esempio \"città, regione, stato\"." #. TRANS: Checkbox label in form for profile settings. msgid "Share my current location when posting notices" @@ -4233,12 +4187,10 @@ msgid "Tags" msgstr "Etichette" #. TRANS: Tooltip for field label in form for profile settings. -#, fuzzy msgid "" "Tags for yourself (letters, numbers, -, ., and _), comma- or space- " "separated." -msgstr "" -"Le tue etichette (lettere, numeri, -, . e _), separate da virgole o spazi" +msgstr "Tag per te (lettere, numeri, -, ., _), separati da virgole o spazi." #. TRANS: Dropdownlist label in form for profile settings. msgid "Language" @@ -4264,32 +4216,33 @@ msgstr "" "umani)." #. TRANS: Dropdown field label on profile settings, for what policies to apply when someone else tries to subscribe to your updates. -#, fuzzy msgid "Subscription policy" -msgstr "Abbonamenti" +msgstr "Norme relative alle iscrizioni" #. TRANS: Dropdown field option for following policy. msgid "Let anyone follow me" -msgstr "" +msgstr "Lasciate che nessuno mi segua" #. TRANS: Dropdown field option for following policy. msgid "Ask me first" -msgstr "" +msgstr "Chiedimi prima conferma" #. TRANS: Dropdown field title on group edit form. msgid "Whether other users need your permission to follow your updates." msgstr "" +"Se altri utenti hanno bisogno del tuo permesso per seguire i tuoi " +"aggiornamenti." #. TRANS: Checkbox label in profile settings. msgid "Make updates visible only to my followers" -msgstr "" +msgstr "Rendi visibili i miei aggiornamenti solo ai miei iscritti" #. TRANS: Validation error in form for profile settings. #. TRANS: Plural form is used based on the maximum number of allowed #. TRANS: characters for the biography (%d). #. TRANS: Form validation error on registration page when providing too long a bio text. #. TRANS: %d is the maximum number of characters for bio; used for plural. -#, fuzzy, php-format +#, php-format msgid "Bio is too long (maximum %d character)." msgid_plural "Bio is too long (maximum %d characters)." msgstr[0] "La biografia è troppo lunga (max %d caratteri)." @@ -4301,7 +4254,6 @@ msgid "Timezone not selected." msgstr "Fuso orario non selezionato" #. TRANS: Validation error in form for profile settings. -#, fuzzy msgid "Language is too long (maximum 50 characters)." msgstr "La lingua è troppo lunga (max 50 caratteri)." @@ -4311,20 +4263,19 @@ msgstr "La lingua è troppo lunga (max 50 caratteri)." #. TRANS: %s is the invalid tag. #. TRANS: Error displayed if a given tag is invalid. #. TRANS: %s is the invalid tag. -#, fuzzy, php-format +#, php-format msgid "Invalid tag: \"%s\"." -msgstr "Etichetta non valida: \"%s\"" +msgstr "Tag non valido: \"%s\"." #. TRANS: Server error thrown when user profile settings could not be updated to #. TRANS: automatically subscribe to any subscriber. -#, fuzzy msgid "Could not update user for autosubscribe or subscribe_policy." -msgstr "Impossibile aggiornare l'utente per auto-abbonarsi." +msgstr "" +"Impossibile aggiornare l'utente per auto-iscrizione o norme_iscrizione." #. TRANS: Server error thrown when user profile location preference settings could not be updated. -#, fuzzy msgid "Could not save location prefs." -msgstr "Impossibile salvare le preferenze della posizione." +msgstr "Impossibile salvare le preferenze sul luogo." #. TRANS: Server error thrown when user profile settings tags could not be saved. msgid "Could not save tags." @@ -4342,9 +4293,8 @@ msgid "Beyond the page limit (%s)." msgstr "Oltre il limite della pagina (%s)." #. TRANS: Server error displayed when a public timeline cannot be retrieved. -#, fuzzy msgid "Could not retrieve public timeline." -msgstr "Impossibile recuperare l'attività pubblica." +msgstr "Impossibile recuperare la cronologia pubblica." #. TRANS: Title for all public timeline pages but the first. #. TRANS: %d is the page number. @@ -4358,24 +4308,20 @@ msgid "Public timeline" msgstr "Attività pubblica" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (Activity Streams JSON)" -msgstr "Feed dell'attività pubblica (Atom)" +msgstr "Feed della cronologia pubblica (Activity Streams JSON)" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (RSS 1.0)" -msgstr "Feed dell'attività pubblica (RSS 1.0)" +msgstr "Feed della cronologia pubblica (RSS 1.0)" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (RSS 2.0)" -msgstr "Feed dell'attività pubblica (RSS 2.0)" +msgstr "Feed della cronologia pubblica (RSS 2.0)" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (Atom)" -msgstr "Feed dell'attività pubblica (Atom)" +msgstr "Feed della cronologia pubblica (Atom)" #. TRANS: Text displayed for public feed when there are no public notices. #, php-format @@ -4424,9 +4370,9 @@ msgstr "" "net/)." #. TRANS: Public RSS feed description. %s is the StatusNet site name. -#, fuzzy, php-format +#, php-format msgid "%s updates from everyone." -msgstr "Aggiornamenti di %s da tutti!" +msgstr "Aggiornamenti di %s da parte di tutti." #. TRANS: Title for public tag cloud. msgid "Public tag cloud" @@ -4434,9 +4380,9 @@ msgstr "Insieme delle etichette" #. TRANS: Instructions (more used like an explanation/header). #. TRANS: %s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "These are most popular recent tags on %s" -msgstr "Queste sono le etichette più usate e recenti su %s " +msgstr "Questi sono i tag recenti più popolari su %s" #. TRANS: This message contains a Markdown URL. The link description is between #. TRANS: square brackets, and the link between parentheses. Do not separate "](" @@ -4519,7 +4465,6 @@ msgid "Recover" msgstr "Recupera" #. TRANS: Button text on password recovery page. -#, fuzzy msgctxt "BUTTON" msgid "Recover" msgstr "Recupera" @@ -4538,12 +4483,10 @@ msgid "Password recovery requested" msgstr "Richiesta password di ripristino" #. TRANS: Title for password recovery page in password saved mode. -#, fuzzy msgid "Password saved" -msgstr "Password salvata." +msgstr "Password salvata" #. TRANS: Title for field label for password reset form. -#, fuzzy msgid "6 or more characters, and do not forget it!" msgstr "6 o più caratteri, e non dimenticarla!" @@ -4569,7 +4512,6 @@ msgid "Unexpected password reset." msgstr "Ripristino della password inaspettato." #. TRANS: Reset password form validation error message. -#, fuzzy msgid "Password must be 6 characters or more." msgstr "La password deve essere lunga almeno 6 caratteri." @@ -4587,15 +4529,14 @@ msgid "New password successfully saved. You are now logged in." msgstr "Nuova password salvata con successo. Hai effettuato l'accesso." #. TRANS: Client exception thrown when no ID parameter was provided. -#, fuzzy msgid "No id parameter." -msgstr "Nessun argomento ID." +msgstr "Nessun parametro id." #. TRANS: Client exception thrown when an invalid ID parameter was provided for a file. #. TRANS: %d is the provided ID for which the file is not present (number). -#, fuzzy, php-format +#, php-format msgid "No such file \"%d\"." -msgstr "Nessun file." +msgstr "File \"%d\" inesistente." #. TRANS: Client error displayed when trying to register to an invite-only site without an invitation. msgid "Sorry, only invited people can register." @@ -4610,7 +4551,6 @@ msgid "Registration successful" msgstr "Registrazione riuscita" #. TRANS: Title for registration page. -#, fuzzy msgctxt "TITLE" msgid "Register" msgstr "Registrati" @@ -4620,7 +4560,6 @@ msgid "Registration not allowed." msgstr "Registrazione non consentita." #. TRANS: Form validation error displayed when trying to register without agreeing to the site license. -#, fuzzy msgid "You cannot register if you do not agree to the license." msgstr "Non puoi registrarti se non accetti la licenza." @@ -4633,39 +4572,33 @@ msgid "Invalid username or password." msgstr "Nome utente o password non valido." #. TRANS: Page notice on registration page. -#, fuzzy msgid "" "With this form you can create a new account. You can then post notices and " "link up to friends and colleagues." msgstr "" -"Attraverso questo modulo puoi creare un nuovo account con cui potrai " +"Attraverso questo modulo puoi creare un nuovo account, con cui potrai " "successivamente inviare messaggi e metterti in contatto con i tuoi amici e " -"colleghi. " +"colleghi." #. TRANS: Field label on account registration page. In this field the password has to be entered a second time. -#, fuzzy msgctxt "PASSWORD" msgid "Confirm" msgstr "Conferma" #. TRANS: Field label on account registration page. -#, fuzzy msgctxt "LABEL" msgid "Email" msgstr "Email" #. TRANS: Field title on account registration page. -#, fuzzy msgid "Used only for updates, announcements, and password recovery." -msgstr "Usata solo per aggiornamenti, annunci e recupero password" +msgstr "Usata solo per aggiornamenti, annunci e recupero password." #. TRANS: Field title on account registration page. -#, fuzzy msgid "Longer name, preferably your \"real\" name." -msgstr "Nome completo, preferibilmente il tuo \"vero\" nome" +msgstr "Nome completo, preferibilmente il tuo \"vero\" nome." #. TRANS: Button text to register a user on account registration page. -#, fuzzy msgctxt "BUTTON" msgid "Register" msgstr "Registrati" @@ -4751,7 +4684,7 @@ msgstr "" #. TRANS: %s is a username. #, php-format msgid "There was an unexpected error while delisting %s." -msgstr "" +msgstr "Si è verificato un errore imprevisto nel togliere %s dalla lista." #. TRANS: Client error displayed when an unknown error occurs while listing a user. #. TRANS: %s is a profile URL. @@ -4760,11 +4693,12 @@ msgid "" "There was a problem listing %s. The remote server is probably not responding " "correctly, please try retrying later." msgstr "" +"Si è verificato un problema nell'aggiungere %s alla lista. Il server remoto " +"probabilmente non risponde correttamente. Si prega di riprovare più tardi." #. TRANS: Title after removing a user from a list. -#, fuzzy msgid "Unlisted" -msgstr "Licenza" +msgstr "Non in lista" #. TRANS: Client error displayed when trying to repeat a notice while not logged in. msgid "Only logged-in users can repeat notices." @@ -4801,9 +4735,9 @@ msgstr "Risposte a %1$s, pagina %2$d" #. TRANS: Link for feed with replies for a user. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Replies feed for %s (Activity Streams JSON)" -msgstr "Feed delle risposte di %s (Atom)" +msgstr "Feed di risposta per %s (Activity Streams JSON)" #. TRANS: Link for feed with replies for a user. #. TRANS: %s is a user nickname. @@ -4848,30 +4782,29 @@ msgid "" "You can try to [nudge %1$s](../%2$s) or [post something to them](%%%%action." "newnotice%%%%?status_textarea=%3$s)." msgstr "" -"[Scrivi qualche cosa](%%%%action.newnotice%%%%?status_textarea=%s) su questo " -"argomento!" +"Puoi provare a [trillare a %1$s](../%2$s) oppure puoi [scrivere loro " +"qualcosa](%%%%action.newnotice%%%%?status_textarea=%3$s)." #. TRANS: RSS reply feed description. #. TRANS: %1$s is a user nickname, %2$s is the StatusNet site name. -#, fuzzy, php-format +#, php-format msgid "Replies to %1$s on %2$s." -msgstr "Risposte a %1$s su %2$s!" +msgstr "Risposte a %1$s sul sito %2$s." #. TRANS: Client exception displayed when trying to restore an account while not logged in. -#, fuzzy msgid "Only logged-in users can restore their account." -msgstr "Solo gli utenti collegati possono ripetere i messaggi." +msgstr "" +"Solo gli utenti che hanno effettuato l'accesso possono ripristinare il " +"proprio account." #. TRANS: Client exception displayed when trying to restore an account without having restore rights. -#, fuzzy msgid "You may not restore your account." -msgstr "Non hai ancora registrato alcuna applicazione." +msgstr "Non puoi ripristinare il tuo account." #. TRANS: Client exception displayed trying to restore an account while something went wrong uploading a file. #. TRANS: Client exception. No file; probably just a non-AJAX submission. -#, fuzzy msgid "No uploaded file." -msgstr "Carica file" +msgstr "Nessun file caricato." #. TRANS: Client exception thrown when an uploaded file is larger than set in php.ini. msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." @@ -4909,25 +4842,30 @@ msgstr "Errore di sistema nel caricare il file." #. TRANS: Client exception thrown when a feed is not an Atom feed. #. TRANS: Client exception thrown when an imported feed is not an Atom feed. -#, fuzzy msgid "Not an Atom feed." -msgstr "Tutti i membri" +msgstr "Non è un feed Atom." #. TRANS: Success message when a feed has been restored. msgid "" "Feed has been restored. Your old posts should now appear in search and your " "profile page." msgstr "" +"I feed sono stati ripristinati. I tuoi vecchi post dovrebbero apparire nella " +"ricerca e nella pagina del tuo profilo." #. TRANS: Message when a feed restore is in progress. msgid "Feed will be restored. Please wait a few minutes for results." msgstr "" +"I feed sono stati ripristinati. Si prega di attendere alcuni minuti per i " +"risultati." #. TRANS: Form instructions for feed restore. msgid "" "You can upload a backed-up timeline in Activity Streams format." msgstr "" +"È possibile caricare una cronologia di backup in formato Activity Streams ." #. TRANS: Title for submit button to confirm upload of a user backup file for account restore. msgid "Upload the file" @@ -4963,9 +4901,9 @@ msgstr "Non è un elenco valido: %s." #. TRANS: Page title for page showing self tags. #. TRANS: %1$s is a tag, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Users self-tagged with %1$s, page %2$d" -msgstr "Utenti auto-etichettati con %1$s - pagina %2$d" +msgstr "Utenti auto-taggati con %1$s, pagina %2$d" #. TRANS: Title for the sessions administration panel. msgctxt "TITLE" @@ -5015,11 +4953,11 @@ msgstr "Profilo applicazione" #. TRANS: Information output on an OAuth application page. #. TRANS: %1$s is the application creator, %2$s is "read-only" or "read-write", #. TRANS: %3$d is the number of users using the OAuth application. -#, fuzzy, php-format +#, php-format msgid "Created by %1$s - %2$s access by default - %3$d user" msgid_plural "Created by %1$s - %2$s access by default - %3$d users" -msgstr[0] "creata da %1$s - %2$s accessi predefiniti - %3$d utenti" -msgstr[1] "creata da %1$s - %2$s accessi predefiniti - %3$d utenti" +msgstr[0] "Creata da %1$s - accesso %2$s predefinito - %3$d utente" +msgstr[1] "Creata da %1$s - accesso %2$s predefinito - %3$d utenti" #. TRANS: Header on the OAuth application page. msgid "Application actions" @@ -5060,13 +4998,12 @@ msgid "Authorize URL" msgstr "URL di autorizzazione" #. TRANS: Note on the OAuth application page about signature support. -#, fuzzy msgid "" "Note: HMAC-SHA1 signatures are supported. The plaintext signature method is " "not supported." msgstr "" -"Nota: sono supportate firme HMAC-SHA1, ma non è supportato il metodo di " -"firma di testo in chiaro." +"Nota: sono supportate firme HMAC-SHA1. Il metodo di firma in chiaro non è " +"supportato." #. TRANS: Text in confirmation dialog to reset consumer key and secret for an OAuth application. msgid "Are you sure you want to reset your consumer key and secret?" @@ -5083,9 +5020,9 @@ msgid "Could not retrieve favorite notices." msgstr "Impossibile recuperare i messaggi preferiti." #. TRANS: Feed link text. %s is a username. -#, fuzzy, php-format +#, php-format msgid "Feed for favorites of %s (Activity Streams JSON)" -msgstr "Feed dei preferiti di di %s (Atom)" +msgstr "Feed per i preferiti di %s (Activity Streams JSON)" #. TRANS: Feed link text. %s is a username. #, php-format @@ -5148,9 +5085,9 @@ msgid "%1$s group, page %2$d" msgstr "Gruppi di %1$s, pagina %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 "Feed dei messaggi per il gruppo %s (Atom)" +msgstr "Feed delle notifiche per il gruppo %s (Activity Streams JSON)" #. TRANS: Tooltip for feed link. %s is a group nickname. #, php-format @@ -5194,7 +5131,7 @@ msgstr "" #. TRANS: Notice on group pages for anonymous users for StatusNet sites that accept no new registrations. #. TRANS: %s is the group name, %%%%site.name%%%% is the site name, #. TRANS: This message contains Markdown links. Ensure they are formatted correctly: [Description](link). -#, fuzzy, php-format +#, php-format msgid "" "**%s** is a user group on %%%%site.name%%%%, a [micro-blogging](http://en." "wikipedia.org/wiki/Micro-blogging) service based on the Free Software " @@ -5203,7 +5140,8 @@ msgid "" msgstr "" "**%s** è un gruppo di utenti su %%%%site.name%%%%, un servizio di [microblog]" "(http://it.wikipedia.org/wiki/Microblogging) basato sul software libero " -"[StatusNet](http://status.net/)." +"[StatusNet](http://status.net/). I suoi membri condividono brevi messaggi " +"riguardo la loro vita e i loro interessi." #. TRANS: Client error displayed requesting a single message that does not exist. msgid "No such message." @@ -5235,73 +5173,74 @@ msgstr "Messaggio eliminato." #. TRANS: Title for private list timeline. #. TRANS: %1$s is a list, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "Private timeline for %1$s list by you, page %2$d" -msgstr "Utenti auto-etichettati con %1$s - pagina %2$d" +msgstr "Cronologia privata per la tua lista %1$s, pagina %2$d" #. TRANS: Title for public list timeline where the viewer is the tagger. #. TRANS: %1$s is a list, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "Timeline for %1$s list by you, page %2$d" -msgstr "Utenti auto-etichettati con %1$s - pagina %2$d" +msgstr "Cronologia della tua lista %1$s, pagina %2$d" #. TRANS: Title for private list timeline. #. TRANS: %1$s is a list, %2$s is the tagger's nickname, %3$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Timeline for %1$s list by %2$s, page %3$d" -msgstr "Messaggi etichettati con %1$s, pagina %2$d" +msgstr "Cronologia della lista %1$s di %2$s, pagina %3$d" #. TRANS: Title for private list timeline. #. TRANS: %s is a list. #, php-format msgid "Private timeline of %s list by you" -msgstr "" +msgstr "Cronologia della tua lista privata %s" #. TRANS: Title for public list timeline where the viewer is the tagger. #. TRANS: %s is a list. #, php-format msgid "Timeline for %s list by you" -msgstr "" +msgstr "Cronologia della tua lista %s" #. TRANS: Title for private list timeline. #. TRANS: %1$s is a list, %2$s is the tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Timeline for %1$s list by %2$s" -msgstr "Risposte a %1$s su %2$s!" +msgstr "Cronologia della lista %1$s di %2$s" #. TRANS: Feed title. #. TRANS: %1$s is a list, %2$s is tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Feed for %1$s list by %2$s (Atom)" -msgstr "Feed dei preferiti di di %s (Atom)" +msgstr "Feed della lista %1$s di %2$s (Atom)" #. TRANS: Empty list message for list timeline. #. TRANS: %1$s is a list, %2$s is a tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "" "This is the timeline for %1$s list by %2$s but no one has posted anything " "yet." msgstr "" -"Questa è l'attività di %s e i suoi amici, ma nessuno ha ancora scritto " -"qualche cosa." +"Questa è la cronologia della lista %1$s di %2$s, ma nessuno ha ancora " +"scritto qualcosa." #. TRANS: Additional empty list message for list timeline for currently logged in user tagged tags. msgid "Try tagging more people." -msgstr "" +msgstr "Prova a taggare più persone." #. TRANS: Additional empty list message for list timeline. #. TRANS: This message contains Markdown links in the form [description](link). -#, fuzzy, php-format +#, php-format msgid "" "Why not [register an account](%%%%action.register%%%%) and start following " "this timeline!" -msgstr "Perché non [crei un accout](%%action.register%%) e ne scrivi uno tu!" +msgstr "" +"Perché non [registri un account](%%%%action.register%%%%) per iniziare a " +"seguire questa cronologia?" #. TRANS: Header on show list page. #. TRANS: Link description for link to list of users tagged with a tag (so part of a list). -#, fuzzy msgid "Listed" -msgstr "Licenza" +msgstr "Aggiunto alla lista" #. TRANS: Content of "Listed" page if there are no listed users. #. TRANS: Content of "People following tag x" if there are no subscribed users. @@ -5326,21 +5265,21 @@ msgstr "Abbonati" #. TRANS: Page title showing tagged notices in one user's timeline. #. TRANS: %1$s is the username, %2$s is the hash tag. -#, fuzzy, php-format +#, php-format msgid "Notices by %1$s tagged %2$s" -msgstr "%1$s, pagina %2$s" +msgstr "Notifiche di %1$s taggato %2$s" #. TRANS: Page title showing tagged notices in one user's timeline. #. TRANS: %1$s is the username, %2$s is the hash tag, %3$d is the page number. -#, fuzzy, php-format +#, php-format msgid "Notices by %1$s tagged %2$s, page %3$d" -msgstr "Messaggi etichettati con %1$s, pagina %2$d" +msgstr "Notifiche di %1$s taggate %2$s, pagina %3$d" #. TRANS: Extended page title showing tagged notices in one user's timeline. #. TRANS: %1$s is the username, %2$d is the page number. -#, fuzzy, php-format +#, php-format msgid "Notices by %1$s, page %2$d" -msgstr "Messaggi etichettati con %1$s, pagina %2$d" +msgstr "Notifiche di %1$s, pagina %2$d" #. TRANS: Title for link to notice feed. #. TRANS: %1$s is a user nickname, %2$s is a hashtag. @@ -5350,9 +5289,9 @@ msgstr "Feed dei messaggi per %1$s etichettati con %2$s (RSS 1.0)" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Notice feed for %s (Activity Streams JSON)" -msgstr "Feed dei messaggi per %s (Atom)" +msgstr "Feed delle notifiche per %s (Activity Streams JSON)" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. @@ -5379,9 +5318,9 @@ msgid "FOAF for %s" msgstr "FOAF per %s" #. TRANS: First sentence of empty list message for a timeline. $1%s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "This is the timeline for %1$s, but %1$s hasn't posted anything yet." -msgstr "Questa è l'attività di %1$s, ma %2$s non ha ancora scritto nulla." +msgstr "Questa è la cronologia di %1$s, ma %1$s non ha ancora scritto nulla." #. TRANS: Second sentence of empty list message for a stream for the user themselves. msgid "" @@ -5398,8 +5337,8 @@ msgid "" "You can try to nudge %1$s or [post something to them](%%%%action.newnotice%%%" "%?status_textarea=%2$s)." msgstr "" -"[Scrivi qualche cosa](%%%%action.newnotice%%%%?status_textarea=%s) su questo " -"argomento!" +"Puoi provare a trillare a %1$s oppure [scrivigli qualcosa](%%%%action." +"newnotice%%%%?status_textarea=%2$s)." #. TRANS: Announcement for anonymous users showing a timeline if site registrations are open. #. TRANS: This message contains a Markdown link. Keep "](" together. @@ -5418,15 +5357,15 @@ msgstr "" #. TRANS: Announcement for anonymous users showing a timeline if site registrations are closed or invite only. #. TRANS: This message contains a Markdown link. Keep "](" together. -#, fuzzy, php-format +#, php-format msgid "" "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "wikipedia.org/wiki/Micro-blogging) service based on the Free Software " "[StatusNet](http://status.net/) tool." msgstr "" "**%s** ha un account su %%%%site.name%%%%, un servizio di [microblog](http://" -"it.wikipedia.org/wiki/Microblogging) basato sul software libero [StatusNet]" -"(http://status.net/). " +"en.wikipedia.org/wiki/Micro-blogging) basato sul software libero [StatusNet]" +"(http://status.net/)." #. TRANS: Link to the author of a repeated notice. %s is a linked nickname. #, php-format @@ -5443,7 +5382,6 @@ msgid "User is already silenced." msgstr "L'utente è già stato zittito." #. TRANS: Title for site administration panel. -#, fuzzy msgctxt "TITLE" msgid "Site" msgstr "Sito" @@ -5465,9 +5403,8 @@ msgid "Invalid logo URL." msgstr "URL del logo non valido." #. TRANS: Client error displayed when a SSL logo URL is invalid. -#, fuzzy msgid "Invalid SSL logo URL." -msgstr "URL del logo non valido." +msgstr "URL del logo SSL non valido." #. TRANS: Client error displayed trying to save site settings with an invalid language code. #. TRANS: %s is the invalid language code. @@ -5484,51 +5421,46 @@ msgid "Dupe limit must be one or more seconds." msgstr "Il limite per i duplicati deve essere di 1 o più secondi." #. TRANS: Fieldset legend on site settings panel. -#, fuzzy msgctxt "LEGEND" msgid "General" msgstr "Generale" #. TRANS: Field label on site settings panel. -#, fuzzy msgctxt "LABEL" msgid "Site name" msgstr "Nome del sito" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "The name of your site, like \"Yourcompany Microblog\"." -msgstr "Il nome del tuo sito, topo \"Acme Microblog\"" +msgstr "Il nome del tuo sito, come ad esempio \"Microblog NomeImpresa\"." #. TRANS: Field label on site settings panel. msgid "Brought by" msgstr "Offerto da" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "Text used for credits link in footer of each page." -msgstr "Testo usato per i crediti nel piè di pagina di ogni pagina" +msgstr "" +"Testo usato per il collegamento dei crediti a piè di pagina di ogni pagina." #. TRANS: Field label on site settings panel. msgid "Brought by URL" msgstr "URL per offerto da" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "URL used for credits link in footer of each page." -msgstr "URL usato per i crediti nel piè di pagina di ogni pagina" +msgstr "" +"URL usato per il collegamento dei crediti a piè di pagina di ogni pagina." #. TRANS: Field label on site settings panel. msgid "Email" msgstr "Email" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "Contact email address for your site." -msgstr "Indirizzo email di contatto per il sito" +msgstr "Indirizzo di contatto e-mail per il tuo sito." #. TRANS: Fieldset legend on site settings panel. -#, fuzzy msgctxt "LEGEND" msgid "Local" msgstr "Locale" @@ -5546,12 +5478,11 @@ msgid "Default language" msgstr "Lingua predefinita" #. TRANS: Dropdown title on site settings panel. -#, fuzzy msgid "" "The site language when autodetection from browser settings is not available." msgstr "" -"Lingua del sito quando il rilevamento automatico del browser non è " -"disponibile" +"La lingua del sito quando viene rilevata automaticamente dal browser non è " +"disponibile." #. TRANS: Fieldset legend on site settings panel. msgctxt "LEGEND" @@ -5585,14 +5516,12 @@ msgid "Site logo" msgstr "Logo del sito" #. TRANS: Field label for SSL StatusNet site logo. -#, fuzzy msgid "SSL logo" -msgstr "Logo del sito" +msgstr "Logo SSL" #. TRANS: Button title for saving site settings. -#, fuzzy msgid "Save the site settings." -msgstr "Salva impostazioni" +msgstr "Salva le impostazioni del sito." #. TRANS: Page title for site-wide notice tab in admin panel. msgid "Site Notice" @@ -5607,23 +5536,23 @@ msgid "Unable to save site notice." msgstr "Impossibile salvare il messaggio del sito." #. TRANS: Client error displayed when a site-wide notice was longer than allowed. -#, fuzzy msgid "Maximum length for the site-wide notice is 255 characters." -msgstr "La dimensione massima del messaggio del sito è di 255 caratteri." +msgstr "" +"La dimensione massima per la notifica in tutto il sito è di 255 caratteri." #. TRANS: Label for site-wide notice text field in admin panel. msgid "Site notice text" msgstr "Testo messaggio del sito" #. TRANS: Tooltip for site-wide notice text field in admin panel. -#, fuzzy msgid "Site-wide notice text (255 characters maximum; HTML allowed)" -msgstr "Testo messaggio del sito (massimo 255 caratteri, HTML consentito)" +msgstr "" +"Il testo della notifica di tutto il sito (massimo 255 caratteri; HTML " +"consentito)" #. TRANS: Button title to save site notice in admin panel. -#, fuzzy msgid "Save site notice." -msgstr "Salva messaggio" +msgstr "Salva la notifica del sito." #. TRANS: Title for SMS settings. msgid "SMS settings" @@ -5718,9 +5647,8 @@ msgid "That is the wrong confirmation number." msgstr "Quello è il numero di conferma errato." #. TRANS: Server error thrown on database error canceling SMS phone number confirmation. -#, fuzzy msgid "Could not delete SMS confirmation." -msgstr "Impossibile eliminare la conferma della messaggistica." +msgstr "Impossibile eliminare l'SMS di conferma." #. TRANS: Message given after successfully canceling SMS phone number confirmation. msgid "SMS confirmation cancelled." @@ -5754,15 +5682,13 @@ msgstr "" "via email, ma non è elencato qui, scrivici a %s." #. TRANS: Message given saving SMS phone number confirmation code without having provided one. -#, fuzzy msgid "No code entered." -msgstr "Nessun codice inserito" +msgstr "Nessun codice inserito." #. TRANS: Title for admin panel to configure snapshots. -#, fuzzy msgctxt "TITLE" msgid "Snapshots" -msgstr "Snapshot" +msgstr "Istantanee" #. TRANS: Instructions for admin panel to configure snapshots. msgid "Manage snapshot configuration" @@ -5781,10 +5707,9 @@ msgid "Invalid snapshot report URL." msgstr "URL di segnalazione snapshot non valido." #. TRANS: Fieldset legend on admin panel for snapshots. -#, fuzzy msgctxt "LEGEND" msgid "Snapshots" -msgstr "Snapshot" +msgstr "Istantanee" #. TRANS: Option in dropdown for snapshot method in admin panel for snapshots. msgid "Randomly during web hit" @@ -5799,32 +5724,28 @@ msgid "Data snapshots" msgstr "Snapshot dei dati" #. TRANS: Dropdown title for snapshot method in admin panel for snapshots. -#, fuzzy msgid "When to send statistical data to status.net servers." -msgstr "Quando inviare dati statistici a status.net" +msgstr "Quando inviare dati statistici ai server di status.net." #. TRANS: Input field label for snapshot frequency in admin panel for snapshots. msgid "Frequency" msgstr "Frequenza" #. TRANS: Input field title for snapshot frequency in admin panel for snapshots. -#, fuzzy msgid "Snapshots will be sent once every N web hits." -msgstr "Gli snapshot verranno inviati ogni N web hit" +msgstr "Le istantanee verranno inviate ad ogni visita." #. TRANS: Input field label for snapshot report URL in admin panel for snapshots. msgid "Report URL" msgstr "URL per la segnalazione" #. TRANS: Input field title for snapshot report URL in admin panel for snapshots. -#, fuzzy msgid "Snapshots will be sent to this URL." -msgstr "Gli snapshot verranno inviati a questo URL" +msgstr "Le istantanee verranno inviate a questo URL." #. TRANS: Button title to save snapshot settings. -#, fuzzy msgid "Save snapshot settings." -msgstr "Salva impostazioni snapshot" +msgstr "Salva impostazioni istantanee." #. TRANS: Client error displayed trying a change a subscription for a non-subscribed profile. msgid "You are not subscribed to that profile." @@ -5837,50 +5758,49 @@ msgstr "Impossibile salvare l'abbonamento." #. TRANS: Client error displayed when trying to approve group applicants without being a group administrator. msgid "You may only approve your own pending subscriptions." -msgstr "" +msgstr "Puoi approvare solo le tue iscrizioni in sospeso." #. TRANS: Title of the first page showing pending subscribers still awaiting approval. #. TRANS: %s is the name of the user. -#, fuzzy, php-format +#, php-format msgid "%s subscribers awaiting approval" -msgstr "Membri del gruppo %s" +msgstr "Iscritti a %s che attendono approvazione" #. TRANS: Title of all but the first page showing pending subscribersmembers still awaiting approval. #. TRANS: %1$s is the name of the user, %2$d is the page number of the members list. -#, fuzzy, php-format +#, php-format msgid "%1$s subscribers awaiting approval, page %2$d" -msgstr "Membri del gruppo %1$s, pagina %2$d" +msgstr "Iscritti a %1$s che attendono approvazione, pagina %2$d" #. TRANS: Page notice for group members page. -#, fuzzy msgid "A list of users awaiting approval to subscribe to you." -msgstr "Un elenco degli utenti in questo gruppo." +msgstr "" +"Lista di utenti che attendono l'approvazione per l'iscrizione alla tua " +"pagina." #. TRANS: Page title when subscription succeeded. msgid "Subscribed" msgstr "Abbonati" #. TRANS: Client error displayed when trying to perform an action while not logged in. -#, fuzzy msgid "You must be logged in to unsubscribe from a list." -msgstr "Devi eseguire l'accesso per creare un gruppo." +msgstr "Devi eseguire l'accesso per cancellare la tua iscrizione ad una lista." #. TRANS: Client error displayed when trying to perform an action without providing an ID. -#, fuzzy msgid "No ID given." -msgstr "Nessun argomento ID." +msgstr "Non è stato dato alcun ID." #. TRANS: Server error displayed subscribing to a list fails. #. TRANS: %1$s is a user nickname, %2$s is a list, %3$s is the error message (no period). -#, fuzzy, php-format +#, php-format msgid "Could not subscribe user %1$s to list %2$s: %3$s" -msgstr "Impossibile iscrivere l'utente %1$s al gruppo %2$s." +msgstr "Impossibile iscrivere l'utente %1$s al gruppo %2$s: %3$s" #. TRANS: Title of form to subscribe to a list. #. TRANS: %1%s is a user nickname, %2$s is a list, %3$s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s subscribed to list %2$s by %3$s" -msgstr "Abbonati a %1$s, pagina %2$d" +msgstr "%1$s è iscritto alla lista %2$s di %3$s" #. TRANS: Header for list of subscribers for a user (first page). #. TRANS: %s is the user's nickname. @@ -5906,13 +5826,12 @@ msgid "These are the people who listen to %s's notices." msgstr "Queste sono le persone che seguono %s." #. TRANS: Subscriber list text when the logged in user has no subscribers. -#, fuzzy msgid "" "You have no subscribers. Try subscribing to people you know and they might " "return the favor." msgstr "" -"Non hai alcun abbonato. Prova ad abbonarti a qualcuno che conosci e magari " -"loro potrebbero fare lo stesso" +"Non hai alcun iscritto. Prova ad iscriverti a qualcuno che conosci e che " +"magari potrebbe restituirti il favore." #. TRANS: Subscriber list text when looking at the subscribers for a of a user other #. TRANS: than the logged in user that has no subscribers. %s is the user nickname. @@ -5954,18 +5873,17 @@ msgstr "Queste sono le persone seguite da %s." #. TRANS: This message contains Markdown URLs. The link description is between #. TRANS: square brackets, and the link between parentheses. Do not separate "](" #. TRANS: and do not change the URL part. -#, fuzzy, php-format +#, php-format msgid "" "You're not listening to anyone's notices right now, try subscribing to " "people you know. Try [people search](%%action.peoplesearch%%), look for " "members in groups you're interested in and in our [featured users](%%action." "featured%%)." msgstr "" -"Non stai seguendo nessuno, prova ad abbonarti a qualcuno che conosci. Prova " -"a [cercare persone](%%action.peoplesearch%%), guarda tra i membri dei gruppi " -"di tuo interesse e tra gli [utenti in evidenza](%%action.featured%%). Se " -"[usi Twitter](%%action.twittersettings%%), puoi abbonarti automaticamente " -"alle persone che già seguivi lì." +"Non stai ricevendo le notifiche di nessuno, prova ad iscriverti a qualcuno " +"che conosci. Prova a [cercare persone](%%action.peoplesearch%%), guarda tra " +"i membri dei gruppi di tuo interesse e tra gli [utenti in evidenza](%%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. @@ -5976,15 +5894,14 @@ msgid "%s is not listening to anyone." msgstr "%s non sta seguendo nessuno." #. TRANS: Atom feed title. %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgid "Subscription feed for %s (Atom)" -msgstr "Feed dei messaggi per %s (Atom)" +msgstr "Iscrizione al feed di %s (Atom)" #. TRANS: Checkbox label for enabling IM messages for a profile in a subscriptions list. -#, fuzzy msgctxt "LABEL" msgid "IM" -msgstr "MI" +msgstr "IM" #. TRANS: Checkbox label for enabling SMS messages for a profile in a subscriptions list. msgid "SMS" @@ -5998,9 +5915,9 @@ msgstr "Messaggi etichettati con %1$s, pagina %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 "Feed dei messaggi per l'etichetta %s (Atom)" +msgstr "Feed della notifica per il tag %s (Activity Streams JSON)" #. TRANS: Link label for feed on "notices with tag" page. #. TRANS: %s is the tag the feed is for. @@ -6023,68 +5940,59 @@ msgstr "Feed dei messaggi per l'etichetta %s (Atom)" #. TRANS: Client error displayed when trying to tag a user that cannot be tagged. #. TRANS: Client exception thrown trying to set a tag for a user that cannot be tagged. #. TRANS: Error displayed when trying to tag a user that cannot be tagged. -#, fuzzy msgid "You cannot tag this user." -msgstr "Non puoi inviare un messaggio a questo utente." +msgstr "Non puoi taggare questo utente." #. TRANS: Title for list form when not on a profile page. -#, fuzzy msgid "List a profile" -msgstr "Profilo utente" +msgstr "Metti in lista un profilo" #. TRANS: Title for list form when on a profile page. #. TRANS: %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgctxt "ADDTOLIST" msgid "List %s" -msgstr "Limiti" +msgstr "Metti in lista %s" #. TRANS: Title for list form when an error has occurred. -#, fuzzy msgctxt "TITLE" msgid "Error" -msgstr "Errore di Ajax" +msgstr "Errore" #. TRANS: Header in list form. msgid "User profile" msgstr "Profilo utente" #. TRANS: Fieldset legend for list form. -#, fuzzy msgid "List user" -msgstr "Limiti" +msgstr "Metti in lista l'utente" #. TRANS: Field label on list form. -#, fuzzy msgctxt "LABEL" msgid "Lists" -msgstr "Limiti" +msgstr "Liste" #. TRANS: Field title on list form. -#, fuzzy msgid "" "Lists for this user (letters, numbers, -, ., and _), comma- or space- " "separated." msgstr "" -"Le tue etichette (lettere, numeri, -, . e _), separate da virgole o spazi" +"Liste di questo utente (lettere, numeri, -, . e _), separate da virgole o " +"spazi." #. TRANS: Title for personal tag cloud section. -#, fuzzy msgctxt "TITLE" msgid "Tags" -msgstr "Etichette" +msgstr "Tag" #. TRANS: Success message if lists are saved. -#, fuzzy msgid "Lists saved." -msgstr "Password salvata." +msgstr "Liste salvate." #. TRANS: Page notice. -#, fuzzy msgid "Use this form to add your subscribers or subscriptions to lists." msgstr "" -"Usa questo modulo per aggiungere etichette ai tuoi abbonati o ai tuoi " -"abbonamenti." +"Usa questo modulo per aggiungere i tuoi iscritti o le iscrizioni alle liste." #. TRANS: Client error when requesting a tag feed for a non-existing tag. msgid "No such tag." @@ -6108,14 +6016,13 @@ msgstr "Abbonamento annullato" #. TRANS: Page title for form that allows unsubscribing from a list. #. TRANS: %1$s is a nickname, %2$s is a list, %3$s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s unsubscribed from list %2$s by %3$s" -msgstr "Abbonati a %1$s, pagina %2$d" +msgstr "%1$s è uscito dalla lista %2$s di %3$s" #. TRANS: Title of URL settings tab in profile settings. -#, fuzzy msgid "URL settings" -msgstr "Impostazioni messaggistica istantanea" +msgstr "Impostazioni URL" #. TRANS: Instructions for tab "Other" in user profile settings. msgid "Manage various other options." @@ -6128,13 +6035,12 @@ msgid " (free service)" msgstr " (servizio libero)" #. TRANS: Default value for URL shortening settings. -#, fuzzy msgid "[none]" -msgstr "Nessuno" +msgstr "[nessuno]" #. TRANS: Default value for URL shortening settings. msgid "[internal]" -msgstr "" +msgstr "[interno]" #. TRANS: Label for dropdown with URL shortener services. msgid "Shorten URLs with" @@ -6146,39 +6052,42 @@ msgstr "Servizio di autoriduzione da usare" #. TRANS: Field label in URL settings in profile. msgid "URL longer than" -msgstr "" +msgstr "URL più lunga di" #. TRANS: Field title in URL settings in profile. msgid "URLs longer than this will be shortened, 0 means always shorten." msgstr "" +"Le URL più lunghe di questa saranno abbreviate, 0 significa sempre " +"accorciare." #. TRANS: Field label in URL settings in profile. msgid "Text longer than" -msgstr "" +msgstr "Testo più lungo di" #. TRANS: Field title in URL settings in profile. msgid "" "URLs in notices longer than this will be shortened, 0 means always shorten." msgstr "" +"Le URL nelle notifiche più lunghe di questa saranno abbreviate, 0 significa " +"sempre accorciare." #. TRANS: Form validation error for form "Other settings" in user profile. -#, fuzzy msgid "URL shortening service is too long (maximum 50 characters)." msgstr "Il servizio di riduzione degli URL è troppo lungo (max 50 caratteri)." #. TRANS: Client exception thrown when the maximum URL settings value is invalid in profile URL settings. -#, fuzzy msgid "Invalid number for maximum URL length." -msgstr "Contenuto del messaggio non valido." +msgstr "La URL ha superato la lunghezza massima consentita." #. TRANS: Client exception thrown when the maximum notice length settings value is invalid in profile URL settings. -#, fuzzy msgid "Invalid number for maximum notice length." -msgstr "Contenuto del messaggio non valido." +msgstr "La notifica ha superato la lunghezza massima consentita." #. TRANS: Server exception thrown in profile URL settings when preferences could not be saved. msgid "Error saving user URL shortening preferences." msgstr "" +"Errore durante il salvataggio delle preferenze dell'utente " +"sull'abbreviazione della URL." #. TRANS: User admin panel title. msgctxt "TITLE" @@ -6194,16 +6103,15 @@ msgid "Invalid bio limit. Must be numeric." msgstr "Limite per la biografia non valido. Deve essere numerico." #. TRANS: Form validation error in user admin panel when welcome text is too long. -#, fuzzy msgid "Invalid welcome text. Maximum length is 255 characters." msgstr "" "Testo di benvenuto non valido. La lunghezza massima è di 255 caratteri." #. TRANS: Client error displayed when trying to set a non-existing user as default subscription for new #. TRANS: users in user admin panel. %1$s is the invalid nickname. -#, fuzzy, php-format +#, php-format msgid "Invalid default subscripton: \"%1$s\" is not a user." -msgstr "Abbonamento predefinito non valido: \"%1$s\" non è un utente." +msgstr "Iscrizione predefinita non valida: \"%1$s\" non è un utente." #. TRANS: Fieldset legend in user administration panel. msgctxt "LEGEND" @@ -6227,9 +6135,8 @@ msgid "New user welcome" msgstr "Messaggio per nuovi utenti" #. TRANS: Tooltip in user admin panel for setting new user welcome text. -#, fuzzy msgid "Welcome text for new users (maximum 255 characters)." -msgstr "Messaggio di benvenuto per nuovi utenti (max 255 caratteri)" +msgstr "Messaggio di benvenuto per nuovi utenti (max 255 caratteri)." #. TRANS: Field label in user admin panel for setting default subscription for new users. msgid "Default subscription" @@ -6252,9 +6159,8 @@ msgid "Whether to allow users to invite new users." msgstr "Indica se consentire agli utenti di invitarne di nuovi" #. TRANS: Button title to save user settings in user admin panel. -#, fuzzy msgid "Save user settings." -msgstr "Salva impostazioni utente" +msgstr "Salva impostazioni utente." #. TRANS: Page title for all but the first page of groups for a user. #. TRANS: %1$s is a nickname, %2$d is a page number. @@ -6294,12 +6200,12 @@ msgstr "StatusNet %s" #. TRANS: Content part of StatusNet version page. #. TRANS: %1$s is the engine name (StatusNet) and %2$s is the StatusNet version. -#, fuzzy, php-format +#, php-format msgid "" "This site is powered by %1$s version %2$s, Copyright 2008-2011 StatusNet, " "Inc. and contributors." msgstr "" -"Questo sito esegue il software %1$s versione %2$s, Copyright 2008-2010 " +"Questo sito è alimentato da %1$s versione %2$s, Copyright 2008-2011 " "StatusNet, Inc. e collaboratori." #. TRANS: Header for StatusNet contributors section on the version page. @@ -6311,30 +6217,28 @@ msgid "License" msgstr "Licenza" #. TRANS: Content part of StatusNet version page. -#, fuzzy msgid "" "StatusNet is free software: you can redistribute it and/or modify it under " "the terms of the GNU Affero General Public License as published by the Free " "Software Foundation, either version 3 of the License, or (at your option) " "any later version." msgstr "" -"StatusNet è software libero: è possibile redistribuirlo o modificarlo nei " -"termini della GNU Affero General Public License, come pubblicata dalla Free " -"Software Foundation, versione 3 o (a scelta) una qualsiasi versione " -"successiva. " +"StatusNet è un software libero: puoi ridistribuirlo e/o modificarlo nei " +"termini stabiliti dalla GNU General Public License così come pubblicati " +"dalla Free Software Foundation, nella versione 3 della Licenza, o (a tua " +"scelta) in qualsiasi versione successiva." #. 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 "" -"Questo programma è distribuito nella speranza che possa essere utile, ma " -"SENZA ALCUNA GARANZIA, senza anche la garanzia implicita di COMMERCIABILITÀ " -"o di UTILIZZABILITÀ PER UN PARTICOLARE SCOPO. Per maggiori informazioni " -"consultare la GNU Affero General Public License. " +"Questo programma è distribuito nella speranza che sia utile, ma SENZA ALCUNA " +"GARANZIA; senza neppure la garanzia implicita di COMMERCIABILITA' o " +"IDONEITA' PER UNO SCOPO PARTICOLARE. Vedi la Licenza GNU Affero General " +"Public per maggiori dettagli." #. TRANS: Content part of StatusNet version page. #. TRANS: %s is a link to the AGPL license with link description "http://www.gnu.org/licenses/agpl.html". @@ -6351,25 +6255,21 @@ msgid "Plugins" msgstr "Plugin" #. TRANS: Column header for plugins table on version page. -#, fuzzy msgctxt "HEADER" msgid "Name" msgstr "Nome" #. TRANS: Column header for plugins table on version page. -#, fuzzy msgctxt "HEADER" msgid "Version" msgstr "Versione" #. TRANS: Column header for plugins table on version page. -#, fuzzy msgctxt "HEADER" msgid "Author(s)" -msgstr "Autori" +msgstr "Autore/i" #. TRANS: Column header for plugins table on version page. -#, fuzzy msgctxt "HEADER" msgid "Description" msgstr "Descrizione" @@ -6380,9 +6280,9 @@ msgstr "Preferisci" #. TRANS: Ntofication given when a user marks a notice as favorite. #. TRANS: %1$s is a user nickname or full name, %2$s is a notice URI. -#, fuzzy, php-format +#, php-format msgid "%1$s marked notice %2$s as a favorite." -msgstr "%s (@%s) ha aggiunto il tuo messaggio tra i suoi preferiti" +msgstr "%1$s ha contrassegnato la notifica %2$s come preferita." #. TRANS: Server exception thrown when a URL cannot be processed. #, php-format @@ -6399,14 +6299,14 @@ msgstr "Si è verificato qualche cosa di impossibile." #, php-format msgid "%1$d byte" msgid_plural "%1$d bytes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%1$d byte" +msgstr[1] "%1$d bytes" #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have #. TRANS: gettext support multiple plurals in the same message, unfortunately... -#, fuzzy, php-format +#, php-format msgid "" "No file may be larger than %1$d byte and the file you sent was %2$s. Try to " "upload a smaller version." @@ -6414,31 +6314,31 @@ 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] "" -"Nessun file può superare %1$d byte e il file inviato era di %2$d byte. Prova " -"a caricarne una versione più piccola." +"Nessun file può superare %1$d byte e il file inviato era di %2$s bytes. " +"Prova a caricarne una versione più piccola." msgstr[1] "" -"Nessun file può superare %1$d byte e il file inviato era di %2$d byte. Prova " -"a caricarne una versione più piccola." +"Nessun file può superare %1$d bytes e il file inviato era di %2$s bytes. " +"Prova a caricarne una versione più piccola." #. TRANS: Message given if an upload would exceed user quota. #. TRANS: %d (number) is the user quota in bytes and is used for plural. -#, fuzzy, php-format +#, php-format msgid "A file this large would exceed your user quota of %d byte." msgid_plural "A file this large would exceed your user quota of %d bytes." msgstr[0] "" "Un file di questa dimensione supererebbe la tua quota utente di %d byte." msgstr[1] "" -"Un file di questa dimensione supererebbe la tua quota utente di %d byte." +"Un file di questa dimensione supererebbe la tua quota utente di %d bytes." #. TRANS: Message given id an upload would exceed a user's monthly quota. #. TRANS: $d (number) is the monthly user quota in bytes and is used for plural. -#, fuzzy, php-format +#, php-format msgid "A file this large would exceed your monthly quota of %d byte." msgid_plural "A file this large would exceed your monthly quota of %d bytes." msgstr[0] "" "Un file di questa dimensione supererebbe la tua quota mensile di %d byte." msgstr[1] "" -"Un file di questa dimensione supererebbe la tua quota mensile di %d byte." +"Un file di questa dimensione supererebbe la tua quota mensile di %d bytes." #. TRANS: Client exception thrown if a file upload does not have a valid name. msgid "Invalid filename." @@ -6452,9 +6352,9 @@ msgstr "L'ID di profilo %s non è valido." #. TRANS: Exception thrown providing an invalid group ID. #. TRANS: %s is the invalid group ID. -#, fuzzy, php-format +#, php-format msgid "Group ID %s is invalid." -msgstr "Errore nel salvare l'utente; non valido." +msgstr "ID del gruppo %s non è valido." #. TRANS: Exception thrown when joining a group fails. msgid "Group join failed." @@ -6489,9 +6389,9 @@ msgid "Could not create login token for %s" msgstr "Impossibile creare il token di accesso per %s" #. TRANS: Exception thrown when a program code class (%s) cannot be instantiated. -#, fuzzy, php-format +#, php-format msgid "Cannot instantiate class %s." -msgstr "Impossibile salvare la nuova password." +msgstr "Non è possibile creare un'istanza di classe %s." #. TRANS: Exception thrown when database name or Data Source Name could not be found. msgid "No database name or DSN found anywhere." @@ -6516,9 +6416,9 @@ msgid "No such profile (%1$d) for notice (%2$d)." msgstr "Non c'è alcun profilo (%1$d) per il messaggio (%2$d)." #. TRANS: Server exception. %s are the error details. -#, fuzzy, php-format +#, php-format msgid "Database error inserting hashtag: %s." -msgstr "Errore del database nell'inserire un hashtag: %s" +msgstr "Errore del database inserendo l'hashtag: %s." #. TRANS: Client exception thrown if a notice contains too many characters. msgid "Problem saving notice. Too long." @@ -6548,24 +6448,21 @@ msgid "You are banned from posting notices on this site." msgstr "Ti è proibito inviare messaggi su questo sito." #. TRANS: Client exception thrown in notice when trying to repeat a missing or deleted notice. -#, fuzzy msgid "Cannot repeat; original notice is missing or deleted." -msgstr "Non puoi ripetere un tuo messaggio." +msgstr "" +"Non è possibile ripetere; l'avviso originale è mancante o è stato eliminato." #. TRANS: Client error displayed when trying to repeat an own notice. -#, fuzzy msgid "You cannot repeat your own notice." -msgstr "Non puoi ripetere i tuoi stessi messaggi." +msgstr "Non puoi ripetere la tua stessa notifica." #. TRANS: Client error displayed when trying to repeat a non-public notice. -#, fuzzy msgid "Cannot repeat a private notice." -msgstr "Non puoi ripetere un tuo messaggio." +msgstr "Non puoi ripetere una tua notifica privata." #. TRANS: Client error displayed when trying to repeat a notice you cannot access. -#, fuzzy msgid "Cannot repeat a notice you cannot read." -msgstr "Non puoi ripetere un tuo messaggio." +msgstr "Non puoi ripetere una notifica che non puoi leggere." #. TRANS: Client error displayed when trying to repeat an already repeated notice. msgid "You already repeated that notice." @@ -6573,9 +6470,9 @@ msgstr "Hai già ripetuto quel messaggio." #. TRANS: Client error displayed when trying to reply to a notice a the target has no access to. #. TRANS: %1$s is a user nickname, %2$d is a notice ID (number). -#, fuzzy, php-format +#, php-format msgid "%1$s has no access to notice %2$d." -msgstr "L'utente non ha un ultimo messaggio." +msgstr "%1$s non ha alcun accesso alla notifica %2$d." #. TRANS: Server exception thrown when a notice cannot be saved. #. TRANS: Server exception thrown when a notice cannot be updated. @@ -6583,9 +6480,8 @@ msgid "Problem saving notice." msgstr "Problema nel salvare il messaggio." #. TRANS: Server exception thrown when no array is provided to the method saveKnownGroups(). -#, fuzzy msgid "Bad type provided to saveKnownGroups." -msgstr "Fornito un tipo errato per saveKnownGroups" +msgstr "Fornito un tipo errato per saveKnownGroups." #. TRANS: Server exception thrown when an update for a group inbox fails. msgid "Problem saving group inbox." @@ -6599,7 +6495,7 @@ msgstr "RT @%1$s %2$s" #. TRANS: Full name of a profile or group (%1$s) followed by nickname (%2$s) in parentheses. #. TRANS: Full name of a profile or group followed by nickname in parens -#, fuzzy, php-format +#, php-format msgctxt "FANCYNAME" msgid "%1$s (%2$s)" msgstr "%1$s (%2$s)" @@ -6621,32 +6517,27 @@ msgstr "" #. TRANS: Server exception. msgid "The tag you are trying to rename to already exists." -msgstr "" +msgstr "Il tag che si sta tentando di rinominare esiste già." #. TRANS: Server exception saving new tag without having a tagger specified. -#, fuzzy msgid "No tagger specified." -msgstr "Nessun gruppo specificato." +msgstr "Nessun tagger specificato." #. TRANS: Server exception saving new tag without having a tag specified. -#, fuzzy msgid "No tag specified." -msgstr "Nessun gruppo specificato." +msgstr "Nessun tag specificato." #. TRANS: Server exception saving new tag. -#, fuzzy msgid "Could not create profile tag." -msgstr "Impossibile salvare il profilo." +msgstr "Impossibile creare tag di profilo." #. TRANS: Server exception saving new tag. -#, fuzzy msgid "Could not set profile tag URI." -msgstr "Impossibile salvare il profilo." +msgstr "Impossibile impostare il tag URI del profilo." #. TRANS: Server exception saving new tag. -#, fuzzy msgid "Could not set profile tag mainpage." -msgstr "Impossibile salvare il profilo." +msgstr "Impossibile impostare il tag della pagina principale del profilo." #. TRANS: Client exception thrown trying to set more tags than allowed. #, php-format @@ -6654,6 +6545,8 @@ msgid "" "You already have created %d or more tags which is the maximum allowed number " "of tags. Try using or deleting some existing tags." msgstr "" +"hai già creato %d o più tag che è il numero massimo consentito di tag. " +"Prova ad usare o eliminare alcuni dei tag esistenti." #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, php-format @@ -6661,16 +6554,16 @@ msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " "allowed number. Try unlisting others first." msgstr "" +"Hai già %1$d o più persone nella lista %2$s, che è il numero massimo " +"consentito. Prova prima a rimuovere qualcuno dalla lista." #. TRANS: Exception thrown when inserting a list subscription in the database fails. -#, fuzzy msgid "Adding list subscription failed." -msgstr "Impossibile salvare l'abbonamento." +msgstr "L'aggiunta di iscrizione alla lista non è riuscita." #. TRANS: Exception thrown when deleting a list subscription from the database fails. -#, fuzzy msgid "Removing list subscription failed." -msgstr "Impossibile salvare l'abbonamento." +msgstr "La rimozione di iscrizione alla lista non è riuscita." #. TRANS: Exception thrown when a right for a non-existing user profile is checked. msgid "Missing profile." @@ -6705,16 +6598,15 @@ msgid "Could not delete subscription." msgstr "Impossibile salvare l'abbonamento." #. TRANS: Activity title when subscribing to another person. -#, fuzzy msgctxt "TITLE" msgid "Follow" msgstr "Segui" #. TRANS: Notification given when one person starts following another. #. TRANS: %1$s is the subscriber, %2$s is the subscribed. -#, fuzzy, php-format +#, php-format msgid "%1$s is now following %2$s." -msgstr "L'utente %1$s è entrato nel gruppo %2$s." +msgstr "%1$s ora segue %2$s." #. TRANS: Notice given on user registration. #. TRANS: %1$s is the sitename, $2$s is the registering user's nickname. @@ -6724,7 +6616,7 @@ msgstr "Benvenuti su %1$s, @%2$s!" #. TRANS: Exception thrown when trying view "repeated to me". msgid "Not implemented since inbox change." -msgstr "" +msgstr "Non implementato dal cambiamento della posta in arrivo." #. TRANS: Server exception. msgid "No single user defined for single-user mode." @@ -6732,7 +6624,7 @@ msgstr "Nessun utente singolo definito per la modalità single-user." #. TRANS: Server exception. msgid "Single-user mode code called when not enabled." -msgstr "" +msgstr "Codice di modalità utente-singolo chiamato quando non abilitato." #. TRANS: Information on password recovery form if no known username or e-mail address was specified. msgid "No user with that email address or username." @@ -6764,21 +6656,21 @@ msgstr "Impossibile salvare le informazioni del gruppo locale." #. TRANS: Exception thrown when an account could not be located when it should be moved. #. TRANS: %s is the remote site. -#, fuzzy, php-format +#, php-format msgid "Cannot locate account %s." -msgstr "Non puoi eliminare utenti." +msgstr "Non è possibile individuare l'account %s." #. TRANS: Exception thrown when a service document could not be located account move. #. TRANS: %s is the remote site. #, php-format msgid "Cannot find XRD for %s." -msgstr "" +msgstr "Non è possibile trovare XRD per %s." #. TRANS: Exception thrown when an account could not be located when it should be moved. #. TRANS: %s is the remote site. #, php-format msgid "No AtomPub API service for %s." -msgstr "" +msgstr "Nessun servizio API AtomPub per %s ." #. TRANS: H2 for user actions in a profile. #. TRANS: H2 for entity actions in a profile. @@ -6790,23 +6682,19 @@ msgid "User deletion in progress..." msgstr "Eliminazione utente..." #. TRANS: Link title for link on user profile. -#, fuzzy msgid "Edit profile settings." -msgstr "Modifica impostazioni del profilo" +msgstr "Modificare le impostazioni del profilo." #. TRANS: Link text for link on user profile. -#, fuzzy msgctxt "BUTTON" msgid "Edit" msgstr "Modifica" #. TRANS: Link title for link on user profile. -#, fuzzy msgid "Send a direct message to this user." -msgstr "Invia un messaggio diretto a questo utente" +msgstr "Invia un messaggio privato a questo utente." #. TRANS: Link text for link on user profile. -#, fuzzy msgctxt "BUTTON" msgid "Message" msgstr "Messaggio" @@ -6841,10 +6729,9 @@ msgstr "Pagina senza nome" #. TRANS: Localized tooltip for '...' expansion button on overlong remote messages. msgctxt "TOOLTIP" msgid "Show more" -msgstr "" +msgstr "Mostra altro" #. TRANS: Inline reply form submit button: submits a reply comment. -#, fuzzy msgctxt "BUTTON" msgid "Reply" msgstr "Rispondi" @@ -6852,13 +6739,12 @@ msgstr "Rispondi" #. TRANS: Placeholder text for inline reply form. Clicking in this box will turn it into a mini notice form. #. TRANS: Field label for reply mini form. msgid "Write a reply..." -msgstr "" +msgstr "Scrivere una risposta..." #. TRANS: Tab on the notice form. -#, fuzzy msgctxt "TAB" msgid "Status" -msgstr "StatusNet" +msgstr "Stato" #. TRANS: First sentence of the StatusNet site license. Used if 'broughtby' is set. #. TRANS: Text between [] is a link description, text between () is the link itself. @@ -6933,57 +6819,55 @@ msgid "Expecting a root feed element but got a whole XML document." msgstr "Atteso un elemento root del feed, ma ricevuto un documento XML intero." #. TRANS: Client exception thrown when using an unknown verb for the activity importer. -#, fuzzy, php-format +#, php-format msgid "Unknown verb: \"%s\"." -msgstr "Lingua \"%s\" sconosciuta." +msgstr "Verbo sconosciuto: \"%s\"." #. TRANS: Client exception thrown when trying to force a subscription for an untrusted user. msgid "Cannot force subscription for untrusted user." -msgstr "" +msgstr "Non puoi forzare l'iscrizione per un utente non attendibile." #. TRANS: Client exception thrown when trying to force a remote user to subscribe. -#, fuzzy msgid "Cannot force remote user to subscribe." -msgstr "Specifica il nome dell'utente a cui abbonarti." +msgstr "Non puoi costringere l'utente remoto ad iscriversi." #. TRANS: Client exception thrown when trying to subscribe to an unknown profile. -#, fuzzy msgid "Unknown profile." -msgstr "Tipo di file sconosciuto" +msgstr "Profilo sconosciuto." #. TRANS: Client exception thrown when trying to import an event not related to the importing user. msgid "This activity seems unrelated to our user." -msgstr "" +msgstr "Questa attività sembra estranea al nostro utente." #. TRANS: Client exception thrown when trying to join a remote group that is not a group. msgid "Remote profile is not a group!" -msgstr "" +msgstr "Il profilo remoto non è un gruppo!" #. TRANS: Client exception thrown when trying to join a group the importing user is already a member of. -#, fuzzy msgid "User is already a member of this group." -msgstr "Fai già parte di quel gruppo." +msgstr "L'utente è già un membro di questo gruppo." #. TRANS: Client exception thrown when trying to import a notice by another user. #. TRANS: %1$s is the source URI of the notice, %2$s is the URI of the author. #, php-format msgid "Already know about notice %1$s and it has a different author %2$s." -msgstr "" +msgstr "Già a conoscenza dell'avviso %1$s e ha un autore diverso %2$s ." #. TRANS: Client exception thrown when trying to overwrite the author information for a non-trusted user during import. msgid "Not overwriting author info for non-trusted user." msgstr "" +"Non sovrascrivere le informazioni sull'autore per gli utenti non attendibili." #. TRANS: Client exception thrown when trying to import a notice without content. #. TRANS: %s is the notice URI. -#, fuzzy, php-format +#, php-format msgid "No content for notice %s." -msgstr "Trova contenuto dei messaggi" +msgstr "Nessun contenuto per la notifica %s." #. TRANS: Exception thrown if a non-existing user is provided. %s is a user ID. -#, fuzzy, php-format +#, php-format msgid "No such user \"%s\"." -msgstr "Utente inesistente." +msgstr "Nessun utente \"%s\"." #. TRANS: Client exception thrown when post to collection fails with a 400 status. #. TRANS: %1$s is a URL, %2$s is the status, %s$s is the fail reason. @@ -6991,10 +6875,10 @@ msgstr "Utente inesistente." #. TRANS: %1$s is a URL, %2$s is the status, %s$s is the fail reason. #. TRANS: Exception thrown when post to collection fails with a status that is not handled. #. TRANS: %1$s is a URL, %2$s is the status, %s$s is the fail reason. -#, fuzzy, php-format +#, php-format msgctxt "URLSTATUSREASON" msgid "%1$s %2$s %3$s" -msgstr "%1$s - %2$s" +msgstr "%1$s %2$s %3$s" #. TRANS: Client exception thrown when there is no source attribute. msgid "Can't handle remote content yet." @@ -7025,16 +6909,14 @@ msgid "saveSettings() not implemented." msgstr "saveSettings() non implementata." #. TRANS: Header in administrator navigation panel. -#, fuzzy msgctxt "HEADER" msgid "Home" -msgstr "Pagina web" +msgstr "Home" #. TRANS: Header in administrator navigation panel. -#, fuzzy msgctxt "HEADER" msgid "Admin" -msgstr "Amministra" +msgstr "Amministratore" #. TRANS: Menu item title in administrator navigation panel. msgid "Basic site configuration" @@ -7050,7 +6932,6 @@ msgid "User configuration" msgstr "Configurazione utente" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "User" msgstr "Utente" @@ -7060,7 +6941,6 @@ msgid "Access configuration" msgstr "Configurazione di accesso" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Access" msgstr "Accesso" @@ -7070,7 +6950,6 @@ msgid "Paths configuration" msgstr "Configurazione percorsi" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Paths" msgstr "Percorsi" @@ -7080,7 +6959,6 @@ msgid "Sessions configuration" msgstr "Configurazione sessioni" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Sessions" msgstr "Sessioni" @@ -7090,41 +6968,36 @@ msgid "Edit site notice" msgstr "Modifica messaggio del sito" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Site notice" -msgstr "Messaggio del sito" +msgstr "Notifica del sito" #. TRANS: Menu item title in administrator navigation panel. msgid "Snapshots configuration" msgstr "Configurazione snapshot" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Snapshots" -msgstr "Snapshot" +msgstr "Istantanee" #. TRANS: Menu item title in administrator navigation panel. msgid "Set site license" msgstr "Imposta licenza" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "License" msgstr "Licenza" #. TRANS: Menu item title in administrator navigation panel. -#, fuzzy msgid "Plugins configuration" -msgstr "Configurazione percorsi" +msgstr "Configurazione plugins" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Plugins" -msgstr "Plugin" +msgstr "Plugins" #. TRANS: Client error 401. msgid "API resource requires read-write access, but you only have read access." @@ -7138,7 +7011,7 @@ msgstr "Nessuna applicazione per quella chiave." #. TRANS: Authorization exception thrown when a user without API access tries to access the API. msgid "Not allowed to use API." -msgstr "" +msgstr "Non autorizzato ad utilizzare API." #. TRANS: OAuth exception given when an incorrect access token was given for a user. msgid "Bad access token." @@ -7167,11 +7040,11 @@ msgstr "Nome" #. TRANS: Form input field instructions. #. TRANS: %d is the number of available characters for the description. -#, fuzzy, php-format +#, php-format msgid "Describe your application in %d character" msgid_plural "Describe your application in %d characters" -msgstr[0] "Descrivi l'applicazione in %d caratteri" -msgstr[1] "Descrivi l'applicazione in %d caratteri" +msgstr[0] "Descrivi la tua applicazione in %d carattere" +msgstr[1] "Descrivi la tua applicazione in %d caratteri" #. TRANS: Form input field instructions. msgid "Describe your application" @@ -7234,24 +7107,21 @@ msgstr "" "Accesso predefinito per questa applicazione, sola lettura o lettura-scrittura" #. TRANS: Submit button title. -#, fuzzy msgid "Cancel application changes." -msgstr "Applicazioni collegate" +msgstr "Cancella le modifiche effettuate sull'applicazione." #. TRANS: Submit button title. -#, fuzzy msgid "Save application changes." -msgstr "Nuova applicazione" +msgstr "Salva le modifiche effettuate sull'applicazione." #. TRANS: Name for an anonymous application in application list. -#, fuzzy msgid "Unknown application" -msgstr "Azione sconosciuta" +msgstr "Applicazione sconosciuta" #. TRANS: Message has a leading space and a trailing space. Used in application list. #. TRANS: Before this message the application name is put, behind it the organisation that manages it. msgid " by " -msgstr "" +msgstr "da " #. TRANS: Application access type msgid "read-write" @@ -7270,7 +7140,7 @@ msgstr "Approvata %1$s - Accesso \"%2$s\"." #. TRANS: %s are the first 7 characters of the access token. #, php-format msgid "Access token starting with: %s" -msgstr "" +msgstr "Token di accesso che iniziano con: %s" #. TRANS: Button label in application list to revoke access to user data. msgctxt "BUTTON" @@ -7279,38 +7149,34 @@ msgstr "Revoca" #. TRANS: Submit button text to accept a group membership request on approve group form. #. TRANS: Submit button text to accept a subscription request on approve sub form. -#, fuzzy msgctxt "BUTTON" msgid "Accept" msgstr "Accetta" #. TRANS: Submit button text to reject a group membership request on approve group form. #. TRANS: Submit button text to reject a subscription request on approve sub form. -#, fuzzy msgctxt "BUTTON" msgid "Reject" msgstr "Rifiuta" #. TRANS: Atom feed exception thrown when an author element does not contain a name element. -#, fuzzy msgid "Author element must contain a name element." -msgstr "L'elemento author deve contenere un elemento name." +msgstr "L'elemento \"author\" deve contenere un elemento \"name\"." #. TRANS: Server exception thrown when using the method setActivitySubject() in the class Atom10Feed. -#, fuzzy msgid "Do not use this method!" -msgstr "Non eliminare il messaggio" +msgstr "Non utilizzare questo metodo!" #. 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 "Risposte a %1$s su %2$s!" +msgstr "Cronologia per le persone della lista %1$s di %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 "Messaggi da %1$s su %2$s!" +msgstr "Aggiornamenti dalla lista %2$s di %1$s su %3$s!" #. TRANS: Title. msgid "Notices where this attachment appears" @@ -7321,12 +7187,10 @@ msgid "Tags for this attachment" msgstr "Etichette per questo allegato" #. TRANS: Exception thrown when a password change fails. -#, fuzzy msgid "Password changing failed." -msgstr "Modifica della password non riuscita" +msgstr "Modifica della password non riuscita." #. TRANS: Exception thrown when a password change attempt fails because it is not allowed. -#, fuzzy msgid "Password changing is not allowed." msgstr "La modifica della password non è permessa" @@ -7341,20 +7205,18 @@ msgstr "Blocca questo utente" #. TRANS: Submit button text on form to cancel group join request. msgctxt "BUTTON" msgid "Cancel join request" -msgstr "" +msgstr "Cancella la richiesta d'accesso" #. TRANS: Button text for form action to cancel a subscription request. -#, fuzzy msgctxt "BUTTON" msgid "Cancel subscription request" -msgstr "Tutti gli abbonamenti" +msgstr "Cancella la richiesta d'iscrizione" #. TRANS: Title for command results. msgid "Command results" msgstr "Risultati comando" #. TRANS: Title for command results. -#, fuzzy msgid "AJAX error" msgstr "Errore di Ajax" @@ -7417,9 +7279,8 @@ msgstr "" "Messaggi: %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 "Impossibile creare un preferito." +msgstr "Impossibile creare un preferito: già aggiunio ai preferiti." #. TRANS: Text shown when a notice has been marked as favourite successfully. msgid "Notice marked as fave." @@ -7441,16 +7302,16 @@ msgstr "%1$s ha lasciato il gruppo %2$s." #. TRANS: %1$s is the tagged user, %2$s is the error message (no punctuation). #, php-format msgid "Error tagging %1$s: %2$s" -msgstr "" +msgstr "Errore nel taggare %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 è stato taggato nella lista %2$s" +msgstr[1] "%1$s è stato taggato nella lista %2$s" #. TRANS: Separator for list of tags. #. TRANS: Separator in list of user names like "Jim, Bob, Mary". @@ -7467,7 +7328,7 @@ msgstr "Etichetta non valida: \"%s\"" #. TRANS: %1$s is the untagged user, %2$s is the error message (no punctuation). #, php-format msgid "Error untagging %1$s: %2$s" -msgstr "" +msgstr "Errore nell'eliminare il tag da %1$s: %2$s" #. TRANS: Succes message displayed if untagging a user succeeds. #. TRANS: %1$s is the untagged user's nickname, %2$s is a list of tags. @@ -7475,12 +7336,12 @@ msgstr "" #, php-format msgid "The following tag was removed from user %1$s: %2$s." msgid_plural "The following tags were removed from user %1$s: %2$s." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Il seguente tag è stato eliminato dall'utente %1$s: %2$s." +msgstr[1] "I seguenti tag sono stati rimossi dall'utente %1$s: %2$s." #. TRANS: Whois output. #. TRANS: %1$s nickname of the queried user, %2$s is their profile URL. -#, fuzzy, php-format +#, php-format msgctxt "WHOIS" msgid "%1$s (%2$s)" msgstr "%1$s (%2$s)" @@ -7523,11 +7384,15 @@ msgstr "" #. TRANS: %1$d is the maximum number of characters, %2$d is the number of submitted characters. #. TRANS: Message given when a status is too long. %1$s is the maximum number of characters, #. TRANS: %2$s is the number of characters sent (used for plural). -#, fuzzy, php-format +#, php-format msgid "Message too long - maximum is %1$d character, you sent %2$d." msgid_plural "Message too long - maximum is %1$d characters, you sent %2$d." -msgstr[0] "Messaggio troppo lungo: massimo %1$d caratteri, inviati %2$d." -msgstr[1] "Messaggio troppo lungo: massimo %1$d caratteri, inviati %2$d." +msgstr[0] "" +"Messaggio troppo lungo: il massimo è di %1$d carattere, tu ne hai inviati %2" +"$d." +msgstr[1] "" +"Messaggio troppo lungo: il massimo è di %1$d caratteri, tu ne hai inviati %2" +"$d." #. TRANS: Error text shown when trying to send a direct message to a user without a mutual subscription (each user must be subscribed to the other). msgid "You can't send a message to this user." @@ -7545,11 +7410,15 @@ msgstr "Messaggio da %s ripetuto." #. TRANS: Message given if content of a notice for a reply is too long. %1$d is used for plural. #. TRANS: %1$d is the maximum number of characters, %2$d is the number of submitted characters. -#, fuzzy, php-format +#, php-format msgid "Notice too long - maximum is %1$d character, you sent %2$d." msgid_plural "Notice too long - maximum is %1$d characters, you sent %2$d." -msgstr[0] "Messaggio troppo lungo: massimo %1$d caratteri, inviati %2$d." -msgstr[1] "Messaggio troppo lungo: massimo %1$d caratteri, inviati %2$d." +msgstr[0] "" +"Notifica troppo lunga: il massimo è di %1$d carattere, tu ne hai inviati %2" +"$d." +msgstr[1] "" +"Notifica troppo lunga: il massimo è di %1$d caratteri, tu ne hai inviati %2" +"$d." #. TRANS: Text shown having sent a reply to a notice successfully. #. TRANS: %s is the nickname of the user of the notice the reply was sent to. @@ -7664,163 +7533,150 @@ msgstr[0] "Non fai parte di questo gruppo:" msgstr[1] "Non fai parte di questi gruppi:" #. TRANS: Header line of help text for commands. -#, fuzzy msgctxt "COMMANDHELP" msgid "Commands:" -msgstr "Risultati comando" +msgstr "Comandi:" #. TRANS: Help message for IM/SMS command "on". -#, fuzzy msgctxt "COMMANDHELP" msgid "turn on notifications" -msgstr "Impossibile attivare le notifiche." +msgstr "attivare le notifiche" #. TRANS: Help message for IM/SMS command "off". -#, fuzzy msgctxt "COMMANDHELP" msgid "turn off notifications" -msgstr "Impossibile disattivare le notifiche." +msgstr "disattivare le notifiche" #. TRANS: Help message for IM/SMS command "help". msgctxt "COMMANDHELP" msgid "show this help" -msgstr "" +msgstr "mostra questo aiuto" #. TRANS: Help message for IM/SMS command "follow ". -#, fuzzy msgctxt "COMMANDHELP" msgid "subscribe to user" -msgstr "Abbonati a questo utente" +msgstr "iscriviti all'utente" #. TRANS: Help message for IM/SMS command "groups". msgctxt "COMMANDHELP" msgid "lists the groups you have joined" -msgstr "" +msgstr "ordina nelle liste i gruppi ai quali hai accesso" #. TRANS: Help message for IM/SMS command "tag". -#, fuzzy msgctxt "COMMANDHELP" msgid "tag a user" -msgstr "Etichette utente" +msgstr "tagga un utente" #. TRANS: Help message for IM/SMS command "untag". -#, fuzzy msgctxt "COMMANDHELP" msgid "untag a user" -msgstr "Etichette utente" +msgstr "stagga un utente" #. TRANS: Help message for IM/SMS command "subscriptions". msgctxt "COMMANDHELP" msgid "list the people you follow" -msgstr "" +msgstr "metti in lista le persone che segui" #. TRANS: Help message for IM/SMS command "subscribers". msgctxt "COMMANDHELP" msgid "list the people that follow you" -msgstr "" +msgstr "metti in lista le persone che ti seguono" #. TRANS: Help message for IM/SMS command "leave ". -#, fuzzy msgctxt "COMMANDHELP" msgid "unsubscribe from user" -msgstr "Annulla l'abbonamento da questo utente" +msgstr "cancella l'iscrizione a questo utente" #. TRANS: Help message for IM/SMS command "d ". -#, fuzzy msgctxt "COMMANDHELP" msgid "direct message to user" -msgstr "Messaggi diretti a %s" +msgstr "messaggio diretto all'utente" #. TRANS: Help message for IM/SMS command "get ". msgctxt "COMMANDHELP" msgid "get last notice from user" -msgstr "" +msgstr "ottieni l'ultima notifica dall'utente" #. TRANS: Help message for IM/SMS command "whois ". -#, fuzzy msgctxt "COMMANDHELP" msgid "get profile info on user" -msgstr "Informazioni sul profilo" +msgstr "ottenere informazioni sul profilo utente" #. TRANS: Help message for IM/SMS command "lose ". msgctxt "COMMANDHELP" msgid "force user to stop following you" -msgstr "" +msgstr "costringi l'utente a smettere di seguirti" #. TRANS: Help message for IM/SMS command "fav ". msgctxt "COMMANDHELP" msgid "add user's last notice as a 'fave'" -msgstr "" +msgstr "aggiungi l'ultima notifica dell'utente come 'preferito'" #. TRANS: Help message for IM/SMS command "fav #". msgctxt "COMMANDHELP" msgid "add notice with the given id as a 'fave'" -msgstr "" +msgstr "aggiungi la notifica con il dato id come 'preferito'" #. TRANS: Help message for IM/SMS command "repeat #". msgctxt "COMMANDHELP" msgid "repeat a notice with a given id" -msgstr "" +msgstr "ripeti la notifica con il dato id" #. TRANS: Help message for IM/SMS command "repeat ". -#, fuzzy msgctxt "COMMANDHELP" msgid "repeat the last notice from user" -msgstr "Ripeti questo messaggio" +msgstr "ripeti l'ultima notifica dell'utente" #. TRANS: Help message for IM/SMS command "reply #". msgctxt "COMMANDHELP" msgid "reply to notice with a given id" -msgstr "" +msgstr "rispondi alla notifica con un dato id" #. TRANS: Help message for IM/SMS command "reply ". -#, fuzzy msgctxt "COMMANDHELP" msgid "reply to the last notice from user" -msgstr "Rispondi a questo messaggio" +msgstr "rispondi all'ultima notifica dell'utente" #. TRANS: Help message for IM/SMS command "join ". -#, fuzzy msgctxt "COMMANDHELP" msgid "join group" -msgstr "Sconosciuto" +msgstr "accedi al gruppo" #. TRANS: Help message for IM/SMS command "login". msgctxt "COMMANDHELP" msgid "Get a link to login to the web interface" -msgstr "" +msgstr "Ottieni un link per accedere all'interfaccia web" #. TRANS: Help message for IM/SMS command "drop ". -#, fuzzy msgctxt "COMMANDHELP" msgid "leave group" -msgstr "Elimina utente" +msgstr "abbandona il gruppo" #. TRANS: Help message for IM/SMS command "stats". msgctxt "COMMANDHELP" msgid "get your stats" -msgstr "" +msgstr "ottieni le tue statistiche" #. TRANS: Help message for IM/SMS command "stop". #. TRANS: Help message for IM/SMS command "quit". msgctxt "COMMANDHELP" msgid "same as 'off'" -msgstr "" +msgstr "come 'off'" #. TRANS: Help message for IM/SMS command "sub ". msgctxt "COMMANDHELP" msgid "same as 'follow'" -msgstr "" +msgstr "come 'segui'" #. TRANS: Help message for IM/SMS command "unsub ". msgctxt "COMMANDHELP" msgid "same as 'leave'" -msgstr "" +msgstr "come 'lascia'" #. TRANS: Help message for IM/SMS command "last ". msgctxt "COMMANDHELP" msgid "same as 'get'" -msgstr "" +msgstr "come 'ottieni'" #. TRANS: Help message for IM/SMS command "on ". #. TRANS: Help message for IM/SMS command "off ". @@ -7831,26 +7687,23 @@ msgstr "" #. TRANS: Help message for IM/SMS command "untrack all". #. TRANS: Help message for IM/SMS command "tracks". #. TRANS: Help message for IM/SMS command "tracking". -#, fuzzy msgctxt "COMMANDHELP" msgid "not yet implemented." -msgstr "Comando non ancora implementato." +msgstr "non ancora attuato." #. TRANS: Help message for IM/SMS command "nudge ". msgctxt "COMMANDHELP" msgid "remind a user to update." -msgstr "" +msgstr "ricorda l'utente di aggiornare." #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation. -#, fuzzy msgid "No configuration file found." -msgstr "Non è stato trovato alcun file di configurazione. " +msgstr "Non è stato trovato alcun file di configurazione." #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation. #. TRANS: Is followed by a list of directories (separated by HTML breaks). -#, fuzzy msgid "I looked for configuration files in the following places:" -msgstr "I file di configurazione sono stati cercati in questi posti: " +msgstr "I file di configurazione sono stati cercati in questi posti:" #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation. msgid "You may wish to run the installer to fix this." @@ -7880,10 +7733,9 @@ msgstr "Pubblico" #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item title in local navigation menu. -#, fuzzy msgctxt "MENU" msgid "Lists" -msgstr "Limiti" +msgstr "Liste" #. TRANS: Title of form for deleting a user. #. TRANS: Link text in notice list item to delete a notice. @@ -7895,39 +7747,35 @@ msgid "Delete this user" msgstr "Elimina questo utente" #. TRANS: Exception. %s is an ID. -#, fuzzy, php-format +#, php-format msgid "Unable to find services for %s." -msgstr "Impossibile revocare l'accesso per l'applicazione: %s." +msgstr "Non autorizzato a trovare servizi per: %s." #. TRANS: Form legend for removing the favourite status for a favourite notice. msgid "Disfavor this notice" msgstr "Togli questo messaggio dai preferiti" #. TRANS: Button text for removing the favourite status for a favourite notice. -#, fuzzy msgctxt "BUTTON" msgid "Disfavor favorite" -msgstr "Rimuovi preferito" +msgstr "Rimuovi dai preferiti" #. TRANS: Button title for removing the favourite status for a favourite notice. -#, fuzzy msgid "Remove this notice from your list of favorite notices." -msgstr "Impossibile recuperare i messaggi preferiti." +msgstr "Rimuovi questa notifica dalla lista dei favoriti." #. TRANS: Form legend for adding the favourite status to a notice. msgid "Favor this notice" msgstr "Rendi questo messaggio un preferito" #. TRANS: Button text for adding the favourite status to a notice. -#, fuzzy msgctxt "BUTTON" msgid "Favor" msgstr "Preferisci" #. TRANS: Button title for adding the favourite status to a notice. -#, fuzzy msgid "Add this notice to your list of favorite notices." -msgstr "Impossibile recuperare i messaggi preferiti." +msgstr "Aggiungi questa notifica dalla lista dei favoriti." #. TRANS: Feed type name. msgid "RSS 1.0" @@ -7947,23 +7795,22 @@ msgstr "FOAF" #. TRANS: Feed type name. See http://activitystrea.ms/ msgid "Activity Streams" -msgstr "" +msgstr "Attività Correnti" #. TRANS: Client exception thrown when an imported feed does not have an author. msgid "No author in the feed." -msgstr "" +msgstr "Nessun autore nel feed." #. TRANS: Client exception thrown when an imported feed does not have an author that #. TRANS: can be associated with a user. msgid "Cannot import without a user." -msgstr "" +msgstr "Impossibile importare senza un utente." #. TRANS: Header for feed links (h2). msgid "Feeds" msgstr "Feed" #. TRANS: List element on gallery action page to show all tags. -#, fuzzy msgctxt "TAGS" msgid "All" msgstr "Tutto" @@ -7973,9 +7820,8 @@ msgid "Tag" msgstr "Etichetta" #. TRANS: Dropdown field title on gallery action page for a list containing tags. -#, fuzzy msgid "Choose a tag to narrow list." -msgstr "Scegli un'etichetta per ridurre l'elenco" +msgstr "Scegli un tag per ridurre la lista." #. TRANS: Description on form for granting a role. #, php-format @@ -7992,7 +7838,7 @@ msgstr "Tutti i membri" #. TRANS: Header for mini list of users with a pending membership request on a group page (h2). msgid "Pending" -msgstr "" +msgstr "In attesa" #. TRANS: Header for mini list of users that are blocked in a group page (h2). msgid "Blocked" @@ -8011,31 +7857,28 @@ msgstr "Blocca" #. TRANS: Submit button title. msgctxt "TOOLTIP" msgid "Block this user so that they can no longer post messages to it." -msgstr "" +msgstr "Blocca questo utente in modo che non possa più scrivere dei messaggi." #. TRANS: Field title on group edit form. -#, fuzzy msgid "URL of the homepage or blog of the group or topic." -msgstr "URL della pagina web, blog del gruppo o l'argomento" +msgstr "URL della homepage o blog del gruppo o argomento." #. TRANS: Text area title for group description when there is no text limit. -#, fuzzy msgid "Describe the group or topic." -msgstr "Descrivi il gruppo o l'argomento" +msgstr "Descrivi il gruppo o l'argomento." #. TRANS: Text area title for group description. #. TRANS: %d is the number of characters available for the description. -#, fuzzy, php-format +#, php-format msgid "Describe the group or topic in %d character or less." msgid_plural "Describe the group or topic in %d characters or less." -msgstr[0] "Descrivi il gruppo o l'argomento in %d caratteri" -msgstr[1] "Descrivi il gruppo o l'argomento in %d caratteri" +msgstr[0] "Descrivi il gruppo o l'argomento in %d carattere o meno" +msgstr[1] "Descrivi il gruppo o l'argomento in %d caratteri o meno." #. TRANS: Field title on group edit form. -#, fuzzy msgid "" "Location for the group, if any, like \"City, State (or Region), Country\"." -msgstr "Dove è situato il gruppo, tipo \"città, regione, stato\"" +msgstr "Dove è situato il gruppo, tipo \"città, regione, stato\"." #. TRANS: Field label on group edit form. msgid "Aliases" @@ -8043,7 +7886,7 @@ msgstr "Alias" #. TRANS: Input field title for group aliases. #. TRANS: %d is the maximum number of group aliases available. -#, fuzzy, php-format +#, php-format msgid "" "Extra nicknames for the group, separated with commas or spaces. Maximum %d " "alias allowed." @@ -8051,20 +7894,23 @@ msgid_plural "" "Extra nicknames for the group, separated with commas or spaces. Maximum %d " "aliases allowed." msgstr[0] "" -"Soprannomi aggiuntivi per il gruppo, separati da virgole o spazi, max %d" +"Soprannomi aggiuntivi per il gruppo, separati da virgole o spazi. Massimo %d " +"alias consentito." msgstr[1] "" -"Soprannomi aggiuntivi per il gruppo, separati da virgole o spazi, max %d" +"Soprannomi aggiuntivi per il gruppo, separati da virgole o spazi. Massimo %d " +"alias consentiti." #. TRANS: Checkbox field title on group edit form to mark a group private. msgid "" "New members must be approved by admin and all posts are forced to be private." msgstr "" +"I nuovi membri devono essere approvati dall'amministratore e tutti i post " +"devono essere privati." #. TRANS: Indicator in group members list that this user is a group administrator. -#, fuzzy msgctxt "GROUPADMIN" msgid "Admin" -msgstr "Amministra" +msgstr "Amministratore" #. TRANS: Group actions header (h2). Text hidden by default. msgid "Group actions" @@ -8090,29 +7936,26 @@ msgid "Logo" msgstr "Logo" #. TRANS: Title for groups with the most members section. -#, fuzzy msgid "Popular groups" -msgstr "Messaggi famosi" +msgstr "Gruppi popolari" #. TRANS: Title for groups with the most posts section. -#, fuzzy msgid "Active groups" -msgstr "Tutti i gruppi" +msgstr "Gruppi attivi" #. TRANS: Link description for seeing all groups. #. TRANS: Link description for seeing all lists. -#, fuzzy msgid "See all" -msgstr "Mostra tutto" +msgstr "Vedi tutto" #. TRANS: Link title for seeing all groups. msgid "See all groups you belong to." -msgstr "" +msgstr "Vedi tutti i gruppi ai quali appartieni." #. TRANS: Menu item title in personal group navigation menu. #. TRANS: %s is a username. msgid "Back to top" -msgstr "" +msgstr "Torna all'inizio" #. TRANS: Client exception 406 msgid "This page is not available in a media type you accept" @@ -8146,25 +7989,25 @@ msgid "Unknown file type" msgstr "Tipo di file sconosciuto" #. TRANS: Number of megabytes. %d is the number. -#, fuzzy, php-format +#, php-format msgid "%dMB" msgid_plural "%dMB" -msgstr[0] "MB" -msgstr[1] "MB" +msgstr[0] "%dMB" +msgstr[1] "%dMB" #. TRANS: Number of kilobytes. %d is the number. -#, fuzzy, php-format +#, php-format msgid "%dkB" msgid_plural "%dkB" -msgstr[0] "kB" -msgstr[1] "kB" +msgstr[0] "%dkB" +msgstr[1] "%dkB" #. TRANS: Number of bytes. %d is the number. #, php-format msgid "%dB" msgid_plural "%dB" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%dB" +msgstr[1] "%dB" #. TRANS: Body text for confirmation code e-mail. #. TRANS: %1$s is a user nickname, %2$s is the StatusNet sitename, @@ -8177,6 +8020,11 @@ msgid "" "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, devi 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 trying to deliver a notice to an unknown inbox. #. TRANS: %d is the unknown inbox ID (number). @@ -8186,36 +8034,33 @@ msgstr "Sorgente casella in arrivo %d sconosciuta." #. TRANS: Server exception thrown trying to initialise an IM plugin without meeting all prerequisites. msgid "Queueing must be enabled to use IM plugins." -msgstr "" +msgstr "E' necessario abilitare l'accodamento per utilizzare i plugin di IM." #. TRANS: Server exception thrown trying to initialise an IM plugin without a transport method. msgid "Transport cannot be null." -msgstr "" +msgstr "Il trasporto non può essere nullo." #. TRANS: Title for inbox tag cloud section. msgctxt "TITLE" msgid "Trends" -msgstr "" +msgstr "Tendenze" #. TRANS: Default button text for inviting more users to the StatusNet instance. -#, fuzzy msgctxt "BUTTON" msgid "Invite more colleagues" -msgstr "Invita nuovi utenti" +msgstr "Invita più colleghi" #. TRANS: Form legend. -#, fuzzy msgid "Invite collegues" -msgstr "Invita nuovi utenti" +msgstr "Invita colleghi" #. TRANS: Field label for a list of e-mail addresses. msgid "Email addresses" msgstr "Indirizzi email" #. TRANS: Field title for a list of e-mail addresses. -#, fuzzy msgid "Addresses of friends to invite (one per line)." -msgstr "Indirizzi email di amici da invitare (uno per riga)" +msgstr "Indirizzi degli amici da invitare (uno per riga)." #. TRANS: Field label for a personal message to send to invitees. msgid "Personal message" @@ -8232,26 +8077,22 @@ msgid "Send" msgstr "Invia" #. TRANS: Submit button title. -#, fuzzy msgid "Send invitations." -msgstr "Inviti" +msgstr "Manda inviti." #. TRANS: Button text for joining a group. -#, fuzzy msgctxt "BUTTON" msgid "Join" msgstr "Iscriviti" #. TRANS: Button text on form to leave a group. -#, fuzzy msgctxt "BUTTON" msgid "Leave" msgstr "Lascia" #. TRANS: Link title for seeing all lists. -#, fuzzy msgid "See all lists you have created." -msgstr "Applicazioni che hai registrato" +msgstr "Vedi tutte le liste che hai creato." #. TRANS: Menu item for logging in to the StatusNet site. #. TRANS: Menu item in primary navigation panel. @@ -8279,7 +8120,7 @@ msgstr "Conferma indirizzo email" #. TRANS: Body for address confirmation email. #. TRANS: %1$s is the addressed user's nickname, %2$s is the StatusNet sitename, #. TRANS: %3$s is the URL to confirm at. -#, fuzzy, php-format +#, php-format msgid "" "Hey, %1$s.\n" "\n" @@ -8294,33 +8135,33 @@ msgid "" "Thanks for your time, \n" "%2$s\n" msgstr "" -"Ciao %s.\n" +"Ciao %1$s.\n" "\n" -"Qualcuno ha appena inserito questo indirizzo email su %s.\n" +"Qualcuno ha appena inserito questo indirizzo email su %2$s.\n" "\n" "Se lo hai fatto tu e vuoi confermare quanto hai fatto, utilizza il " "collegamento riportato qui sotto:\n" "\n" -"\t%s\n" +"%3$s\n" "\n" "Se non si tratta di te, ignora semplicemente questo messaggio.\n" "\n" "Grazie per il tuo tempo, \n" -"%s\n" +"%2$s\n" #. TRANS: Subject of new-subscriber notification e-mail. #. TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename. #. TRANS: Main body of new-subscriber notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s is now following you on %2$s." -msgstr "L'utente %1$s è entrato nel gruppo %2$s." +msgstr "L'utente %1$s ora ti segue su %2$s." #. TRANS: Subject of pending new-subscriber notification e-mail. #. TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s would like to listen to your notices on %2$s." -msgstr "%1$s sta ora seguendo i tuoi messaggi su %2$s." +msgstr "%1$s vorrebbe seguire i tuoi aggiornamenti su %2$s." #. TRANS: Main body of pending new-subscriber notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the StatusNet sitename. @@ -8329,11 +8170,13 @@ msgid "" "%1$s would like to listen to your notices on %2$s. You may approve or reject " "their subscription at %3$s" msgstr "" +"%1$s vorrebbe seguire i tuoi aggiornamenti su %2$s. Puoi approvare o " +"rifiutare la sua iscrizione su %3$s" #. TRANS: Common footer block for StatusNet notification emails. #. TRANS: %1$s is the StatusNet sitename, #. TRANS: %2$s is a link to the addressed user's e-mail settings. -#, fuzzy, php-format +#, php-format msgid "" "Faithfully yours,\n" "%1$s.\n" @@ -8341,22 +8184,17 @@ msgid "" "----\n" "Change your email address or notification options at %2$s" msgstr "" -"%1$s sta ora seguendo i tuoi messaggi su %2$s.\n" -"\n" -"\t%3$s\n" -"\n" -"%4$s%5$s%6$s\n" -"Cordiali saluti,\n" -"%7$s.\n" +"Distinti saluti,\n" +"%1$s.\n" "\n" "----\n" -"Modifica il tuo indirizzo email o le opzioni di notifica presso %8$s\n" +"Modifica il tuo indirizzo email o le opzioni di notifica su %2$s" #. TRANS: Profile info line in notification e-mail. #. TRANS: %s is a URL. -#, fuzzy, php-format +#, php-format msgid "Profile: %s" -msgstr "Profilo" +msgstr "Profilo: %s" #. TRANS: Profile info line in notification e-mail. #. TRANS: %s is biographical information. @@ -8366,14 +8204,14 @@ msgstr "Biografia: %s" #. TRANS: This is a paragraph in a new-subscriber e-mail. #. TRANS: %s is a URL where the subscriber can be reported as abusive. -#, fuzzy, php-format +#, php-format msgid "" "If you believe this account is being used abusively, you can block them from " "your subscribers list and report as spam to site administrators at %s." msgstr "" "Se credi che questo account non sia usato correttamente, puoi bloccarlo " -"dall'elenco dei tuoi abbonati e segnalarlo come spam all'amministratore del " -"sito presso %s" +"dalla lista dei tuoi iscritti e segnalarlo come spam all'amministratore del " +"sito su %s." #. TRANS: Subject of notification mail for new posting email address. #. TRANS: %s is the StatusNet sitename. @@ -8384,7 +8222,7 @@ msgstr "Nuovo indirizzo email per inviare messaggi a %s" #. TRANS: Body of notification mail for new posting email address. #. TRANS: %1$s is the StatusNet sitename, %2$s is the e-mail address to send #. TRANS: to to post by e-mail, %3$s is a URL to more instructions. -#, fuzzy, php-format +#, php-format msgid "" "You have a new posting address on %1$s.\n" "\n" @@ -8392,14 +8230,11 @@ msgid "" "\n" "More email instructions at %3$s." msgstr "" -"Hai un nuovo indirizzo di invio su %1$s.\n" +"Hai un nuovo indirizzo per pubblicare su %1$s.\n" "\n" -"Scrivi le email a %2$s per inviare nuovi messaggi.\n" +"Invia le email a %2$s per pubblicare nuovi messaggi.\n" "\n" -"Puoi trovare maggiori informazioni presso %3$s.\n" -"\n" -"Cordiali saluti,\n" -"%4$s" +"Puoi trovare maggiori informazioni su %3$s." #. TRANS: Subject line for SMS-by-email notification messages. #. TRANS: %s is the posting user's nickname. @@ -8420,14 +8255,14 @@ msgstr "" #. TRANS: Subject for 'nudge' notification email. #. TRANS: %s is the nudging user. -#, fuzzy, php-format +#, php-format msgid "You have been nudged by %s" -msgstr "%s ti ha richiamato" +msgstr "%s ti ha trillato" #. TRANS: Body for 'nudge' notification email. #. TRANS: %1$s is the nuding user's long name, $2$s is the nudging user's nickname, #. TRANS: %3$s is a URL to post notices at. -#, fuzzy, php-format +#, php-format msgid "" "%1$s (%2$s) is wondering what you are up to these days and is inviting you " "to post some news.\n" @@ -8438,17 +8273,14 @@ msgid "" "\n" "Don't reply to this email; it won't get to them." msgstr "" -"%1$s (%2$s) si sta chiedendo cosa tu stia facendo in questi giorni e ti " -"invita a scrivere qualche cosa.\n" +"%1$s (%2$s) si chiede cosa stai facendo in questi giorni e ti invita a " +"postare qualche notizia.\n" "\n" -"Fatti sentire! :)\n" +"Quindi sentiamo un po'! :)\n" "\n" "%3$s\n" "\n" -"Non rispondere a questa email, nessuno la riceverà!\n" -"\n" -"Cordiali saluti,\n" -"%4$s\n" +"Non rispondere a questa email; non arriverà a loro." #. TRANS: Subject for direct-message notification email. #. TRANS: %s is the sending user's nickname. @@ -8459,7 +8291,7 @@ msgstr "Nuovo messaggio privato da %s" #. TRANS: Body for direct-message notification email. #. TRANS: %1$s is the sending user's long name, %2$s is the sending user's nickname, #. TRANS: %3$s is the message content, %4$s a URL to the message, -#, fuzzy, php-format +#, php-format msgid "" "%1$s (%2$s) sent you a private message:\n" "\n" @@ -8483,23 +8315,20 @@ msgstr "" "\n" "%4$s\n" "\n" -"Non rispondere a questa email, nessuno la riceverà!\n" -"\n" -"Cordiali saluti,\n" -"%5$s" +"Non rispondere a questa email, nessuno la riceverà!" #. TRANS: Subject for favorite notification e-mail. #. TRANS: %1$s is the adding user's long name, %2$s is the adding user's nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s (@%2$s) added your notice as a favorite" -msgstr "%s (@%s) ha aggiunto il tuo messaggio tra i suoi preferiti" +msgstr "%1$s (@%2$s) ha aggiunto la tua notizia tra i suoi preferiti" #. TRANS: Body for favorite notification e-mail. #. TRANS: %1$s is the adding user's long name, $2$s is the date the notice was created, #. TRANS: %3$s is a URL to the faved notice, %4$s is the faved notice text, #. TRANS: %5$s is a URL to all faves of the adding user, %6$s is the StatusNet sitename, #. TRANS: %7$s is the adding user's nickname. -#, fuzzy, php-format +#, php-format msgid "" "%1$s (@%7$s) just added your notice from %2$s as one of their favorites.\n" "\n" @@ -8515,23 +8344,20 @@ msgid "" "\n" "%5$s" msgstr "" -"%1$s (@%7$s) ha appena aggiunto il tuo messaggio da %2$s tra i suoi " +"%1$s (@%7$s) ha appena aggiunto la tua notizia del %2$s tra i suoi " "preferiti.\n" "\n" -"L'indirizzo del tuo messaggio è questo:\n" +"L'indirizzo della tua notizia è questo:\n" "\n" "%3$s\n" "\n" -"Il testo del tuo messaggio è:\n" +"Il testo della tua notizia è:\n" "\n" "%4$s\n" "\n" -"Puoi consultare l'elenco dei messaggi preferiti di %1$s qui:\n" +"Puoi consultare l'elenco delle notizie preferite di %1$s qui:\n" "\n" -"%5$s\n" -"\n" -"Cordiali saluti,\n" -"%6$s\n" +"%5$s" #. TRANS: Line in @-reply notification e-mail. %s is conversation URL. #, php-format @@ -8546,16 +8372,16 @@ msgstr "" #. TRANS: E-mail subject for notice notification. #. TRANS: %1$s is the sending user's long name, %2$s is the adding user's nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s (@%2$s) sent a notice to your attention" -msgstr "%s (@%s) ti ha inviato un messaggio" +msgstr "%1$s (@%2$s) ha inviato una notizia alla tua attenzione" #. TRANS: Body of @-reply notification e-mail. #. TRANS: %1$s is the sending user's name, $2$s is the StatusNet sitename, #. TRANS: %3$s is a URL to the notice, %4$s is the notice text, #. TRANS: %5$s is the text "The full conversation can be read here:" and a URL to the full conversion if it exists (otherwise empty), #. TRANS: %6$s is a URL to reply to the notice, %7$s is a URL to all @-replies for the addressed user, -#, fuzzy, php-format +#, php-format msgid "" "%1$s just sent a notice to your attention (an '@-reply') on %2$s.\n" "\n" @@ -8575,8 +8401,8 @@ msgid "" "\n" "%7$s" msgstr "" -"%1$s (@%9$s) ti ha appena inviato un messaggio (una \"@-risposta\") su %2" -"$s.\n" +"%1$s ha appena inviato una notizia alla tua attenzione (una \"@-risposta\") " +"su %2$s.\n" "\n" "Il messaggio è qui:\n" "\n" @@ -8592,32 +8418,27 @@ msgstr "" "\n" "L'elenco di tutte le tue @-risposte si trova qui:\n" "\n" -"%7$s\n" -"\n" -"Cordiali saluti,\n" -"%2$s\n" -"\n" -"P.S: puoi disabilitare le notifiche via email qui: %8$s\n" +"%7$s" #. TRANS: Subject of group join notification e-mail. #. TRANS: %1$s is the joining user's nickname, %2$s is the group name, and %3$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s has joined your group %2$s on %3$s" -msgstr "L'utente %1$s è entrato nel gruppo %2$s." +msgstr "L'utente %1$s è entrato nel tuo gruppo %2$s su %3$s" #. TRANS: Main body of group join notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the group name, and %3$s is the StatusNet sitename, #. TRANS: %4$s is a block of profile info about the subscriber. #. TRANS: %5$s is a link to the addressed user's e-mail settings. -#, fuzzy, php-format +#, php-format msgid "%1$s has joined your group %2$s on %3$s." -msgstr "L'utente %1$s è entrato nel gruppo %2$s." +msgstr "L'utente %1$s è entrato nel tuo gruppo %2$s su %3$s." #. TRANS: Subject of pending group join request notification e-mail. #. TRANS: %1$s is the joining user's nickname, %2$s is the group name, and %3$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s wants to join your group %2$s on %3$s." -msgstr "L'utente %1$s è entrato nel gruppo %2$s." +msgstr "L'utente %1$s vuole entrare nel tuo gruppo %2$s su %3$s." #. TRANS: Main body of pending group join request notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the group name, and %3$s is the StatusNet sitename, @@ -8627,6 +8448,8 @@ msgid "" "%1$s would like to join your group %2$s on %3$s. You may approve or reject " "their group membership at %4$s" msgstr "" +"%1$s vorrebbe entrare nel tuo gruppo %2$s su %3$s. Puoi approvare o " +"rifiutare la sua richiesta su %4$s" #. TRANS: Client error displayed when trying to access a mailbox that is not of the logged in user. msgid "Only the user can read their own mailboxes." @@ -8647,9 +8470,8 @@ msgid "Inbox" msgstr "In arrivo" #. TRANS: Menu item title in mailbox menu. Leads to incoming private messages. -#, fuzzy msgid "Your incoming messages." -msgstr "I tuoi messaggi in arrivo" +msgstr "I tuoi messaggi in arrivo." #. TRANS: Menu item in mailbox menu. Leads to outgoing private messages. msgctxt "MENU" @@ -8657,9 +8479,8 @@ msgid "Outbox" msgstr "Inviati" #. TRANS: Menu item title in mailbox menu. Leads to outgoing private messages. -#, fuzzy msgid "Your sent messages." -msgstr "I tuoi messaggi inviati" +msgstr "I tuoi messaggi inviati." #. TRANS: Error message in incoming mail handler used when an incoming e-mail cannot be processed. msgid "Could not parse message." @@ -8679,9 +8500,9 @@ msgstr "Email di ricezione non consentita." #. TRANS: Error message in incoming mail handler used when an incoming e-mail is of an unsupported type. #. TRANS: %s is the unsupported type. -#, fuzzy, php-format +#, php-format msgid "Unsupported message type: %s." -msgstr "Tipo di messaggio non supportato: %s" +msgstr "Tipo di messaggio non supportato: %s." #. TRANS: Form legend for form to make a user a group admin. msgid "Make user an admin of the group" @@ -8693,10 +8514,9 @@ msgid "Make Admin" msgstr "Rendi amministratore" #. TRANS: Submit button title. -#, fuzzy msgctxt "TOOLTIP" msgid "Make this user an admin." -msgstr "Fa diventare questo utente un amministratore" +msgstr "Rendi questo utente un amministratore." #. 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." @@ -8741,9 +8561,8 @@ msgstr "Invia un messaggio diretto" #. TRANS: Label entry in drop-down selection box in direct-message inbox/outbox. #. TRANS: This is the default entry in the drop-down box, doubling as instructions #. TRANS: and a brake against accidental submissions with the first user in the list. -#, fuzzy msgid "Select recipient:" -msgstr "Seleziona licenza" +msgstr "Seleziona destinatario:" #. TRANS: Entry in drop-down selection box in direct-message inbox/outbox when no one is available to message. msgid "No mutual subscribers." @@ -8778,57 +8597,54 @@ msgid "xmpp" msgstr "xmpp" #. TRANS: A possible notice source (e-mail). -#, fuzzy msgctxt "SOURCE" msgid "mail" -msgstr "Email" +msgstr "posta" #. TRANS: A possible notice source (OpenMicroBlogging). msgctxt "SOURCE" msgid "omb" -msgstr "" +msgstr "omb" #. TRANS: A possible notice source (Application Programming Interface). msgctxt "SOURCE" msgid "api" -msgstr "" +msgstr "api" #. TRANS: Client exception thrown when no author for an activity was found. msgid "Cannot get author for activity." -msgstr "" +msgstr "Impossibile ottenere l'autore per l'attività." #. TRANS: Client exception thrown when ... -#, fuzzy msgid "Bookmark not posted to this group." -msgstr "Non fai parte di questo gruppo." +msgstr "Segnalibro non postato in questo gruppo." #. TRANS: Client exception when ... -#, fuzzy msgid "Object not posted to this user." -msgstr "Non eliminare il messaggio" +msgstr "Oggetto non inviato a questo utente." #. TRANS: Server exception thrown when a micro app plugin uses a target that cannot be handled. msgid "Do not know how to handle this kind of target." -msgstr "" +msgstr "Non so come gestire questo tipo di target." #. TRANS: Server exception thrown when a micro app plugin developer has not done his job too well. msgid "You must implement either adaptNoticeListItem() or showNotice()." -msgstr "" +msgstr "È necessario implementare o adaptNoticeListItem() o showNotice ()." #. TRANS: Link description to show more items in a list. msgid "More ▼" -msgstr "" +msgstr "Altro ▼" #. TRANS: Validation error in form for registration, profile and group settings, etc. msgid "Nickname cannot be empty." -msgstr "" +msgstr "Il nickname non può essere vuoto." #. TRANS: Validation error in form for registration, profile and group settings, etc. #, php-format msgid "Nickname cannot be more than %d character long." msgid_plural "Nickname cannot be more than %d characters long." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Il nickname non può essere più lungo di %d carattere." +msgstr[1] "Il nickname non può essere più lungo di %d caratteri." #. TRANS: Form legend for notice form. msgid "Send a notice" @@ -8844,9 +8660,8 @@ msgid "Attach" msgstr "Allega" #. TRANS: Title for input field to attach a file to a notice. -#, fuzzy msgid "Attach a file." -msgstr "Allega un file" +msgstr "Allega un file." #. TRANS: Field label to add location to a notice. msgid "Share my location" @@ -8906,87 +8721,71 @@ msgstr "in una discussione" msgid "Repeated by" msgstr "Ripetuto da" -#, fuzzy -msgid " " -msgstr ", " - #. TRANS: Link title in notice list item to reply to a notice. -#, fuzzy msgid "Reply to this notice." -msgstr "Rispondi a questo messaggio" +msgstr "Rispondi a questa notizia." #. TRANS: Link text in notice list item to reply to a notice. msgid "Reply" msgstr "Rispondi" #. TRANS: Link title in notice list item to delete a notice. -#, fuzzy msgid "Delete this notice from the timeline." -msgstr "Elimina questo messaggio" +msgstr "Elimina questa notizia dalla cronologia." #. TRANS: Title for repeat form status in notice list when a notice has been repeated. -#, fuzzy msgid "Notice repeated." -msgstr "Messaggio ripetuto" +msgstr "Notizia ripetuta." #. TRANS: Field label for notice text. msgid "Update your status..." -msgstr "" +msgstr "Aggiorna il tuo stato..." #. TRANS: Form legend of form to nudge/ping another user. msgid "Nudge this user" msgstr "Richiama questo utente" #. TRANS: Button text to nudge/ping another user. -#, fuzzy msgctxt "BUTTON" msgid "Nudge" -msgstr "Richiama" +msgstr "Trilla" #. TRANS: Button title to nudge/ping another user. -#, fuzzy msgid "Send a nudge to this user." -msgstr "Invia un richiamo a questo utente" +msgstr "Invia un trillo a questo utente." #. TRANS: Server exception thrown in oEmbed action if no API endpoint is available. -#, fuzzy msgid "No oEmbed API endpoint available." -msgstr "Messaggistica istantanea non disponibile." +msgstr "Nessun termine oEmbed API disponibile." #. TRANS: Field label for list. -#, fuzzy msgctxt "LABEL" msgid "List" -msgstr "Collegamenti" +msgstr "Lista" #. TRANS: Field title for list. -#, fuzzy msgid "Change the list (letters, numbers, -, ., and _ are allowed)." -msgstr "" -"Etichette per questo utente (lettere, numeri, -, . e _), separate da virgole " -"o spazi" +msgstr "Modifica la lista (sono ammessi lettere, numeri, -, . e _)." #. TRANS: Field title for description of list. -#, fuzzy msgid "Describe the list or topic." -msgstr "Descrivi il gruppo o l'argomento" +msgstr "Descrivi la lista o l'argomento." #. TRANS: Field title for description of list. #. TRANS: %d is the maximum number of characters for the description. -#, fuzzy, php-format +#, php-format msgid "Describe the list or topic in %d character." msgid_plural "Describe the list or topic in %d characters." -msgstr[0] "Descrivi il gruppo o l'argomento in %d caratteri" -msgstr[1] "Descrivi il gruppo o l'argomento in %d caratteri" +msgstr[0] "Descrivi la lista o l'argomento in %d carattere" +msgstr[1] "Descrivi la lista o l'argomento in %d caratteri" #. TRANS: Button title to delete a list. -#, fuzzy msgid "Delete this list." -msgstr "Elimina questo utente" +msgstr "Elimina questa lista." #. TRANS: Header in list edit form. msgid "Add or remove people" -msgstr "" +msgstr "Aggiungi o rimuovi persone" #. TRANS: Header in list edit form. msgctxt "HEADER" @@ -8994,52 +8793,47 @@ msgid "Search" msgstr "Cerca" #. TRANS: Menu item in list navigation panel. -#, fuzzy msgctxt "MENU" msgid "List" -msgstr "Collegamenti" +msgstr "Lista" #. TRANS: Menu item title in list navigation panel. #. TRANS: %1$s is a list, %2$s is a nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s list by %2$s." -msgstr "%1$s - %2$s" +msgstr "Lista %1$s di %2$s." #. TRANS: Menu item in list navigation panel. -#, fuzzy msgctxt "MENU" msgid "Listed" -msgstr "Licenza" +msgstr "Aggiunto alla lista" #. TRANS: Menu item in list navigation panel. #. TRANS: Menu item in local navigation menu. -#, fuzzy msgctxt "MENU" msgid "Subscribers" -msgstr "Abbonati" +msgstr "Iscritti" #. TRANS: Menu item title in list navigation panel. #. TRANS: %1$s is a list, %2$s is a nickname. -#, fuzzy, php-format +#, php-format msgid "Subscribers to %1$s list by %2$s." -msgstr "Abbonati a %s." +msgstr "Iscritti alla lista %1$s di %2$s." #. TRANS: Menu item in list navigation panel. -#, fuzzy msgctxt "MENU" msgid "Edit" msgstr "Modifica" #. 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 "Modifica il gruppo %s" +msgstr "Modifica la tua lista %s." #. TRANS: Title for link to edit list settings. -#, fuzzy msgid "Edit list settings." -msgstr "Modifica impostazioni del profilo" +msgstr "Modifica impostazioni della lista." #. TRANS: Text for link to edit list settings. msgid "Edit" @@ -9051,106 +8845,97 @@ msgid "Private" msgstr "Privato" #. TRANS: Menu item in the group navigation page. -#, fuzzy msgctxt "MENU" msgid "List Subscriptions" -msgstr "Abbonamenti" +msgstr "Iscrizioni alla lista" #. TRANS: Tooltip for menu item in the group navigation page. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgctxt "TOOLTIP" msgid "Lists subscribed to by %s." -msgstr "Abbonati a %s." +msgstr "Liste alle quali %s si è iscritto." #. 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 "Messaggi con \"%s\"" +msgstr "Liste con %s" #. TRANS: Tooltip for menu item in the group navigation page. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgctxt "TOOLTIP" msgid "Lists with %s." -msgstr "Messaggi con \"%s\"" +msgstr "Liste con %s." #. TRANS: Menu item in the group navigation page. #. TRANS: %s is a user nickname. #, php-format msgctxt "MENU" msgid "Lists by %s" -msgstr "" +msgstr "Liste di %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 "Liste di %s." #. TRANS: Label in lists widget. -#, fuzzy msgctxt "LABEL" msgid "Your lists" -msgstr "Messaggi famosi" +msgstr "Le tue liste" #. TRANS: Fieldset legend in lists widget. -#, fuzzy msgctxt "LEGEND" msgid "Edit lists" -msgstr "Non è un'etichetta valida di persona: %s." +msgstr "Modifica liste" #. TRANS: Label in self tags widget. -#, fuzzy msgctxt "LABEL" msgid "Tags" -msgstr "Etichette" +msgstr "Tag" #. TRANS: Title for section contaning lists with the most subscribers. -#, fuzzy msgid "Popular lists" -msgstr "Messaggi famosi" +msgstr "Liste popolari" #. 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 "Abbonati a %1$s, pagina %2$d" +msgstr "Aggiunti alla lista: %1$d Iscritti: %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 "Metodo delle API non trovato." +msgstr "Liste con te" #. 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 "Messaggi con \"%s\"" +msgstr "Liste con %s" #. TRANS: Title for page that displays lists a user has subscribed to. -#, fuzzy msgid "List subscriptions" -msgstr "Abbonamenti di %s" +msgstr "Iscrizioni alla lista" #. TRANS: Menu item in personal group navigation menu. #. TRANS: Menu item in settings navigation panel. #. TRANS: Menu item in local navigation menu. -#, fuzzy msgctxt "MENU" msgid "Profile" msgstr "Profilo" #. TRANS: Menu item title in personal group navigation menu. -#, fuzzy msgid "Your profile" -msgstr "Profilo del gruppo" +msgstr "Il tuo profilo" #. TRANS: Menu item in personal group navigation menu. -#, fuzzy msgctxt "MENU" msgid "Replies" msgstr "Risposte" @@ -9161,16 +8946,14 @@ msgid "Favorites" msgstr "Preferiti" #. TRANS: Replaces %s in '%s\'s favorite notices'. (Yes, we know we need to fix this.) -#, fuzzy msgctxt "FIXME" msgid "User" msgstr "Utente" #. TRANS: Menu item in personal group navigation menu. -#, fuzzy msgctxt "MENU" msgid "Messages" -msgstr "Messaggio" +msgstr "Messaggi" #. TRANS: Menu item title in personal group navigation menu. msgid "Your incoming messages" @@ -9183,29 +8966,29 @@ msgstr "Sconosciuto" #. TRANS: Plugin admin panel controls msgctxt "plugin" msgid "Disable" -msgstr "" +msgstr "Disabilita" #. TRANS: Plugin admin panel controls msgctxt "plugin" msgid "Enable" -msgstr "" +msgstr "Abilitato" #. TRANS: Plugin description for a disabled plugin. msgctxt "plugin-description" msgid "" "(The plugin description is unavailable when a plugin has been disabled.)" msgstr "" +"(La descrizione del plugin non è disponibile quando il plugin è stato " +"disabilitato.)" #. TRANS: Menu item in primary navigation panel. -#, fuzzy msgctxt "MENU" msgid "Settings" -msgstr "Impostazioni SMS" +msgstr "Impostazioni" #. TRANS: Menu item title in primary navigation panel. -#, fuzzy msgid "Change your personal settings." -msgstr "Modifica le impostazioni del tuo profilo" +msgstr "Modifica le tue impostazioni personali." #. TRANS: Menu item in primary navigation panel. msgctxt "MENU" @@ -9213,9 +8996,8 @@ msgid "Admin" msgstr "Amministra" #. TRANS: Menu item title in primary navigation panel. -#, fuzzy msgid "Site configuration." -msgstr "Configurazione utente" +msgstr "Configurazione del sito." #. TRANS: Menu item in primary navigation panel. msgctxt "MENU" @@ -9223,27 +9005,23 @@ msgid "Logout" msgstr "Esci" #. TRANS: Menu item title in primary navigation panel. -#, fuzzy msgid "Logout from the site." -msgstr "Termina la tua sessione sul sito" +msgstr "Esci dal sito." #. TRANS: Menu item title in primary navigation panel. -#, fuzzy msgid "Login to the site." -msgstr "Accedi al sito" +msgstr "Accedi al sito." msgid "This profile has been silenced by site moderators" -msgstr "" +msgstr "Questo profilo è stato oscurato dai moderatori del sito" #. TRANS: H2 text for user subscription statistics. -#, fuzzy msgid "Following" -msgstr "Segui" +msgstr "Seguendo" #. TRANS: H2 text for user subscriber statistics. -#, fuzzy msgid "Followers" -msgstr "Segui" +msgstr "Seguaci" #. TRANS: H2 text for user statistics. msgid "Statistics" @@ -9267,9 +9045,8 @@ msgid "Groups" msgstr "Gruppi" #. TRANS: H2 text for user list membership statistics. -#, fuzzy msgid "Lists" -msgstr "Limiti" +msgstr "Liste" #. TRANS: Server error displayed when using an unimplemented method. msgid "Unimplemented method." @@ -9280,31 +9057,28 @@ msgid "User groups" msgstr "Gruppi dell'utente" #. TRANS: Menu item in search group navigation panel. -#, fuzzy msgctxt "MENU" msgid "Recent tags" -msgstr "Etichette recenti" +msgstr "Tag recenti" #. TRANS: Menu item title in search group navigation panel. msgid "Recent tags" msgstr "Etichette recenti" #. TRANS: Menu item in search group navigation panel. -#, fuzzy msgctxt "MENU" msgid "Featured" msgstr "In evidenza" #. TRANS: Menu item in search group navigation panel. -#, fuzzy msgctxt "MENU" msgid "Popular" -msgstr "Famosi" +msgstr "Popolare" #. TRANS: Title for inbox tag cloud section. msgctxt "TITLE" msgid "Trending topics" -msgstr "" +msgstr "Argomenti di tendenza" #. TRANS: Client error displayed when return-to was defined without a target. msgid "No return-to arguments." @@ -9315,9 +9089,8 @@ msgid "Repeat this notice?" msgstr "Ripetere questo messaggio?" #. TRANS: Button title to repeat a notice on notice repeat form. -#, fuzzy msgid "Repeat this notice." -msgstr "Ripeti questo messaggio" +msgstr "Ripeti questa notizia." #. TRANS: Description of role revoke form. %s is the role to be revoked. #, php-format @@ -9325,12 +9098,10 @@ msgid "Revoke the \"%s\" role from this user" msgstr "Revoca il ruolo \"%s\" a questo utente" #. TRANS: Client error on action trying to visit a non-existing page. -#, fuzzy msgid "Page not found." -msgstr "Metodo delle API non trovato." +msgstr "Pagina non trovata." #. TRANS: Title of form to sandbox a user. -#, fuzzy msgctxt "TITLE" msgid "Sandbox" msgstr "Sandbox" @@ -9362,6 +9133,10 @@ msgid "" "* Try more general keywords.\n" "* Try fewer keywords." msgstr "" +"* Accertati che tutte le parole siano digitate correttamente.\n" +"* Prova parole chiave differenti.\n" +"* Prova parole chiave più generali.\n" +"* Prova meno parole chiave." #. TRANS: Standard search suggestions shown when a search does not give any results. #, php-format @@ -9375,6 +9150,14 @@ msgid "" "* [Yahoo](http://search.yahoo.com/search?p=site%%3A%%%%site.server%%%%+%s)\n" "* [Collecta](http://collecta.com/#q=%s)" msgstr "" +"Puoi provare ad effettuare la tua ricerca anche su altri motori di ricerca:\n" +"\n" +"* [Twingly](http://www.twingly.com/search?q=%s&content=microblog&site=%%%%" +"site.server%%%%)\n" +"* [Tweet scan](http://www.tweetscan.com/indexi.php?s=%s)\n" +"* [Google](http://www.google.com/search?q=site%%3A%%%%site.server%%%%+%s)\n" +"* [Yahoo](http://search.yahoo.com/search?p=site%%3A%%%%site.server%%%%+%s)\n" +"* [Collecta](http://collecta.com/#q=%s)" #. TRANS: Menu item in search group navigation panel. msgctxt "MENU" @@ -9472,10 +9255,9 @@ msgid "URL shorteners" msgstr "Servizi di accorciamento degli URL" #. TRANS: Menu item in settings navigation panel. -#, fuzzy msgctxt "MENU" msgid "IM" -msgstr "MI" +msgstr "IM" #. TRANS: Menu item title in settings navigation panel. msgid "Updates by instant messenger (IM)" @@ -9502,50 +9284,47 @@ msgstr "Applicazioni collegate autorizzate" #. TRANS: Menu item in settings navigation panel. msgctxt "MENU" msgid "Old school" -msgstr "" +msgstr "Old school" #. TRANS: Menu item title in settings navigation panel. msgid "UI tweaks for old-school users" -msgstr "" +msgstr "Piccole modifiche UI per gli utenti old-school" #. TRANS: Title of form to silence a user. -#, fuzzy msgctxt "TITLE" msgid "Silence" -msgstr "Zittisci" +msgstr "Silenzio" #. TRANS: Description of form to silence a user. msgid "Silence this user" msgstr "Zittisci questo utente" #. TRANS: Server error displayed when trying to create an anynymous OAuth consumer. -#, fuzzy msgid "Could not create anonymous consumer." -msgstr "Impossibile creare gli alias." +msgstr "Impossibile creare il consumatore anonimo." #. TRANS: Server error displayed when trying to create an anynymous OAuth application. -#, fuzzy msgid "Could not create anonymous OAuth application." -msgstr "Impossibile creare l'applicazione." +msgstr "Impossibile creare un'applicazione anonima OAuth." #. TRANS: Exception thrown when no token association could be found. msgid "" "Could not find a profile and application associated with the request token." msgstr "" +"Impossibile trovare un profilo e l'applicazione associata alla richiesta del " +"token." #. TRANS: Exception thrown when no access token can be issued. -#, fuzzy msgid "Could not issue access token." -msgstr "Impossibile inserire il messaggio." +msgstr "Impossibile emettere il token di accesso." #. TRANS: Exception thrown when a database error occurs. msgid "Database error inserting OAuth application user." msgstr "Errore nel database nell'inserire l'applicazione utente OAuth." #. TRANS: Exception thrown when a database error occurs. -#, fuzzy msgid "Database error updating OAuth application user." -msgstr "Errore nel database nell'inserire l'applicazione utente OAuth." +msgstr "Errore nel database nell'aggiornare l'applicazione utente OAuth." #. TRANS: Exception thrown when an attempt is made to revoke an unknown token. msgid "Tried to revoke unknown token." @@ -9556,46 +9335,45 @@ msgid "Failed to delete revoked token." msgstr "Eliminazione del token revocato non riuscita." #. TRANS: Menu item in local navigation menu. -#, fuzzy msgctxt "MENU" msgid "Subscriptions" -msgstr "Abbonamenti" +msgstr "Iscrizioni" #. 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 "Persone di cui %s ha un abbonamento" +msgstr "Persone iscritte da %s." #. 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 "Persone abbonate a %s" +msgstr "Persone iscritte a %s." #. TRANS: Menu item in local navigation menu. #. TRANS: %d is the number of pending subscription requests. #, php-format msgctxt "MENU" msgid "Pending (%d)" -msgstr "" +msgstr "In sospeso (%d)" #. TRANS: Menu item title in local navigation menu. #, php-format msgid "Approve pending subscription requests." -msgstr "" +msgstr "Approva le richieste di iscrizione in sospeso." #. 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 "Gruppi di cui %s fa parte" +msgstr "Gruppi di cui %s fa parte." #. 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 "Persone abbonate a %s" +msgstr "Lista iscrizioni di %s." #. TRANS: Menu item in local navigation menu. msgctxt "MENU" @@ -9604,9 +9382,9 @@ msgstr "Invita" #. TRANS: Menu item title in local navigation menu. #. TRANS: %s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "Invite friends and colleagues to join you on %s." -msgstr "Invita amici e colleghi a seguirti su %s" +msgstr "Invita amici e colleghi ad unirsi a te su %s." #. TRANS: Form of form to subscribe to a user. msgid "Subscribe to this user" @@ -9614,15 +9392,13 @@ msgstr "Abbonati a questo utente" #. TRANS: Button text to subscribe to a user. #. TRANS: Button text for subscribing to a list. -#, fuzzy msgctxt "BUTTON" msgid "Subscribe" -msgstr "Abbonati" +msgstr "Iscriviti" #. TRANS: Button title to subscribe to a user. -#, fuzzy msgid "Subscribe to this user." -msgstr "Abbonati a questo utente" +msgstr "Iscriviti a questo utente." #. TRANS: Title of personal tag cloud section. msgid "People Tagcloud as self-tagged" @@ -9656,25 +9432,25 @@ msgid "Failed saving theme." msgstr "Salvataggio del tema non riuscito." #. TRANS: Server exception thrown when an uploaded theme has an incorrect structure. -#, fuzzy msgid "Invalid theme: Bad directory structure." -msgstr "Tema non valido: struttura directory non corretta." +msgstr "Tema non valido: Struttura della directory non corretta." #. TRANS: Client exception thrown when an uploaded theme is larger than the limit. #. TRANS: %d is the number of bytes of the uncompressed theme. -#, fuzzy, php-format +#, php-format msgid "Uploaded theme is too large; must be less than %d byte uncompressed." msgid_plural "" "Uploaded theme is too large; must be less than %d bytes uncompressed." msgstr[0] "" -"Il tema caricato è troppo grande, deve essere meno di %d byte non compresso." +"Il tema caricato è troppo grande, deve essere inferiore a %d byte non " +"compresso." msgstr[1] "" -"Il tema caricato è troppo grande, deve essere meno di %d byte non compresso." +"Il tema caricato è troppo grande, deve essere inferiore a %d bytes non " +"compressi." #. TRANS: Server exception thrown when an uploaded theme is incomplete. -#, fuzzy msgid "Invalid theme archive: Missing file css/display.css" -msgstr "File di tema non valido: manca il file css/display.css" +msgstr "Archivio del tema non valido: Manca il file css/display.css" #. TRANS: Server exception thrown when an uploaded theme has an incorrect file or folder name. msgid "" @@ -9691,45 +9467,43 @@ msgstr "" #. TRANS: Server exception thrown when an uploaded theme contains a file type that is not allowed. #. TRANS: %s is the file type that is not allowed. -#, fuzzy, php-format +#, php-format msgid "Theme contains file of type \".%s\", which is not allowed." -msgstr "Il tema contiene file di tipo \".%s\" che non sono supportati." +msgstr "Il tema contiene file di tipo \".%s\", che non è supportato." #. TRANS: Server exception thrown when an uploaded compressed theme cannot be opened. msgid "Error opening theme archive." msgstr "Errore nell'aprire il file del tema." #. TRANS: Header for Notices section. -#, fuzzy msgctxt "HEADER" msgid "Notices" -msgstr "Messaggi" +msgstr "Notizie" #. TRANS: Link to show replies for a notice. #. TRANS: %d is the number of replies to a notice and used for plural. #, php-format msgid "Show reply" msgid_plural "Show all %d replies" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Mostra la risposta" +msgstr[1] "Mostra tutte e %d le risposte" #. TRANS: Reference to the logged in user in favourite list. msgctxt "FAVELIST" msgid "You" -msgstr "" +msgstr "Tu" #. TRANS: For building a list such as "Jim, Bob, Mary and 5 others like this". #. TRANS: %1$s is a list of users, separated by a separator (default: ", "), %2$s is the last user in the list. -#, fuzzy, php-format +#, php-format msgctxt "FAVELIST" msgid "%1$s and %2$s" -msgstr "%1$s - %2$s" +msgstr "%1$s e %2$s" #. TRANS: List message for notice favoured by logged in user. -#, fuzzy msgctxt "FAVELIST" msgid "You like this." -msgstr "Messaggi famosi" +msgstr "Ti piace." #. 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. @@ -9737,8 +9511,8 @@ msgstr "Messaggi famosi" #, php-format msgid "%%s and %d others like this." msgid_plural "%%s and %d others like this." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "A %%s e a %d altro piace questo." +msgstr[1] "A %%s e a %d altri piace questo." #. TRANS: List message for favoured notices. #. TRANS: %%s is a list of users liking a notice. @@ -9746,14 +9520,13 @@ msgstr[1] "" #, php-format msgid "%%s likes this." msgid_plural "%%s like this." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "A %%s piace questo." +msgstr[1] "A %%s piace questo." #. TRANS: List message for notice repeated by logged in user. -#, fuzzy msgctxt "REPEATLIST" msgid "You repeated this." -msgstr "Hai già ripetuto quel messaggio." +msgstr "Lo hai ripetuto." #. 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. @@ -9761,22 +9534,22 @@ msgstr "Hai già ripetuto quel messaggio." #, php-format msgid "%%s and %d other repeated this." msgid_plural "%%s and %d others repeated this." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "A %%s e a %d altro ripetono questo." +msgstr[1] "A %%s e a %d altri ripetono questo." #. 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] "Ripetuto a %s" -msgstr[1] "Ripetuto a %s" +msgstr[0] "%%s ha ripetuto questo." +msgstr[1] "%%s hanno ripetuto questo." #. TRANS: Form legend. -#, fuzzy, php-format +#, php-format msgid "Search and list people" -msgstr "Cerca nel sito" +msgstr "Cerca e aggiungi in lista le persone" #. TRANS: Dropdown option for searching in profiles. msgid "Everything" @@ -9788,30 +9561,28 @@ msgstr "Nome completo" #. TRANS: Dropdown option for searching in profiles. msgid "URI (Remote users)" -msgstr "" +msgstr "URI (Utenti remoti)" #. TRANS: Dropdown field label. -#, fuzzy msgctxt "LABEL" msgid "Search in" -msgstr "Cerca nel sito" +msgstr "Cerca qui" #. TRANS: Dropdown field title. -#, fuzzy msgid "Choose a field to search." -msgstr "Scegli un'etichetta per ridurre l'elenco" +msgstr "Scegli un campo per la ricerca." #. 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 "Rimuovi %1$s dalla lista %2$s" #. TRANS: Legend on form to add a profile to a list. #. TRANS: %1$s is a nickname, %2$s is a list. -#, fuzzy, php-format +#, php-format msgid "Add %1$s to list %2$s" -msgstr "%1$s - %2$s" +msgstr "Aggiungi %1$s alla lista %2$s" #. TRANS: Title for top posters section. msgid "Top posters" @@ -9826,7 +9597,7 @@ msgstr "Tutti" #. TRANS: %s is a StatusNet sitename. #, php-format msgid "My colleagues at %s" -msgstr "" +msgstr "I miei colleghi su %s" #. TRANS: Label for drop-down of potential addressees. msgctxt "LABEL" @@ -9838,18 +9609,16 @@ msgid "Private?" msgstr "Privato?" #. 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 "Lingua \"%s\" sconosciuta." +msgstr "Sconosciuto al valore: \"%s\"." #. TRANS: Title for the form to unblock a user. -#, fuzzy msgctxt "TITLE" msgid "Unblock" msgstr "Sblocca" #. TRANS: Title for unsandbox form. -#, fuzzy msgctxt "TITLE" msgid "Unsandbox" msgstr "Unsandbox" @@ -9877,20 +9646,18 @@ msgid "Unsubscribe" msgstr "Cancella iscrizione" #. TRANS: Button title on unsubscribe form. -#, fuzzy msgid "Unsubscribe from this user." -msgstr "Annulla l'abbonamento da questo utente" +msgstr "Cancellati da questo utente." #. TRANS: Exception text shown when no profile can be found for a user. #. TRANS: %1$s is a user nickname, $2$d is a user ID (number). -#, fuzzy, php-format +#, php-format msgid "User %1$s (%2$d) has no profile record." -msgstr "L'utente non ha un profilo." +msgstr "L'utente %1$s (%2$d) non ha alcun record del profilo." #. TRANS: Authorisation exception thrown when a user a not allowed to login. -#, fuzzy msgid "Not allowed to log in." -msgstr "Accesso non effettuato." +msgstr "Accesso non consentito." #. TRANS: Used in notices to indicate when the notice was made compared to now. msgid "a few seconds ago" @@ -9946,9 +9713,9 @@ msgstr "circa un anno fa" #. TRANS: Web color exception thrown when a hexadecimal color code does not validate. #. TRANS: %s is the provided (invalid) color code. -#, fuzzy, php-format +#, php-format msgid "%s is not a valid color! Use 3 or 6 hex characters." -msgstr "%s non è un colore valido. Usa 3 o 6 caratteri esadecimali." +msgstr "%s non è un colore valido! Usa 3 o 6 caratteri esadecimali." #. TRANS: Exception. msgid "Invalid XML." @@ -9956,9 +9723,13 @@ msgstr "XML non valido." #. TRANS: Exception. msgid "Invalid XML, missing XRD root." -msgstr "" +msgstr "XML non valido, radice XRD mancante." #. TRANS: Commandline script output. %s is the filename that contains a backup for a user. #, php-format msgid "Getting backup from file '%s'." -msgstr "" +msgstr "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 7efd482482..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-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:52+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 (05c726a); Translate 2012-04-11\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 @@ -1623,7 +1622,7 @@ msgstr "ブロックを解除" #. TRANS: Tooltip for button for unblocking a user from a group. #. TRANS: Description of the form to unblock a user. msgid "Unblock this user" -msgstr "このユーザーをアンブロックする" +msgstr "このユーザーのブロックを解除" #. TRANS: Title for mini-posting window loaded from bookmarklet. #. TRANS: %s is the StatusNet site name. @@ -1680,7 +1679,7 @@ msgstr "不明なアドレスタイプ %s" #. TRANS: Client error for an already confirmed email/jabber/sms address. #. TRANS: Client error for an already confirmed IM address. msgid "That address has already been confirmed." -msgstr "そのアドレスは既に承認されています。" +msgstr "そのアドレスは既に確認されました。" #. TRANS: Server error displayed when updating IM preferences fails. #. TRANS: Server error thrown on database error removing a registered IM address. @@ -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." @@ -2177,7 +2176,7 @@ msgstr "リストを更新できませんでした。" #. TRANS: Title for e-mail settings. msgid "Email settings" -msgstr "電子メールの設定" +msgstr "メールの設定" #. TRANS: E-mail settings page instructions. #. TRANS: %%site.name%% is the name of the site. @@ -2245,15 +2244,15 @@ msgstr "新しいつぶやき投稿にこのアドレスへメールする" #. TRANS: Instructions for incoming e-mail address input form, when an address has already been assigned. #. TRANS: Instructions for incoming SMS e-mail address input form. msgid "Make a new email address for posting to; cancels the old one." -msgstr "投稿のための新しい電子メールアドレスを作ります; 古い方を取り消します。" +msgstr "投稿のための新しいメールアドレスを作成します; 古い方を取り消します。" #. TRANS: Instructions for incoming e-mail address input form. msgid "" "To send notices via email, we need to create a unique email address for you " "on this server:" msgstr "" -"電子メールでつぶやきを送信するには、このサーバに一意のメールアドレスを作成す" -"る必要があります。" +"メールでつぶやきを送信するには、このサーバに一意のメールアドレスを作成する必" +"要があります。" #. TRANS: Button label for adding an e-mail address to send notices from. #. TRANS: Button label for adding an SMS e-mail address to send notices from. @@ -2263,7 +2262,7 @@ msgstr "新規" #. TRANS: Form legend for e-mail preferences form. msgid "Email preferences" -msgstr "電子メール設定" +msgstr "メールの設定" #. TRANS: Checkbox label in e-mail preferences form. msgid "Send me notices of new subscriptions through email." @@ -2294,7 +2293,7 @@ msgstr "私のメールアドレスのために MicroID を発行してくださ #. TRANS: Confirmation message for successful e-mail preferences save. msgid "Email preferences saved." -msgstr "電子メール設定が保存されました。" +msgstr "メールの設定を保存しました。" #. TRANS: Message given saving e-mail address without having provided one. msgid "No email address." @@ -2302,7 +2301,7 @@ msgstr "メールアドレスがありません。" #. TRANS: Message given saving e-mail address that cannot be normalised. msgid "Cannot normalize that email address." -msgstr "電子メールアドレスを正規化(normalize)できません。" +msgstr "メールアドレスを正規化(normalize)できません。" #. TRANS: Message given saving e-mail address that not valid. #. TRANS: Form validation error displayed when trying to register without a valid e-mail address. @@ -2329,9 +2328,9 @@ msgid "" "A confirmation code was sent to the email address you added. Check your " "inbox (and spam box!) for the code and instructions on how to use it." msgstr "" -"承認コードを入力された電子メールアドレスに送信しました。受信ボックス(とスパ" -"ムボックス)にコードとそれをどう使うのかという指示が届いていないか確認してく" -"ださい。" +"入力されたメールアドレスに承認コードを送信しました。受信ボックス(とスパム" +"ボックス)にコードとそれをどう使うのかという指示が届いていないか確認してくだ" +"さい。" #. TRANS: Message given canceling e-mail address confirmation that is not pending. #. TRANS: Message given canceling Instant Messaging address confirmation that is not pending. @@ -2341,15 +2340,15 @@ msgstr "承認待ちのものはありません。" #. TRANS: Message given canceling e-mail address confirmation for the wrong e-mail address. msgid "That is the wrong email address." -msgstr "電子メールアドレスが間違っています。" +msgstr "メールアドレスが間違っています。" #. TRANS: Server error thrown on database error canceling e-mail address confirmation. msgid "Could not delete email confirmation." -msgstr "電子メール承認を削除できません。" +msgstr "メール承認を削除できません。" #. TRANS: Message given after successfully canceling e-mail address confirmation. msgid "Email confirmation cancelled." -msgstr "電子メール承認がキャンセルされました。" +msgstr "メール承認がキャンセルされました。" #. TRANS: Message given trying to remove an e-mail address that is not #. TRANS: registered for the active user. @@ -2358,7 +2357,7 @@ msgstr "これはあなたのメールアドレスではありません。" #. TRANS: Message given after successfully removing a registered e-mail address. msgid "The email address was removed." -msgstr "この電子メールアドレスは削除されました。" +msgstr "メールアドレスを削除しました。" #. TRANS: Form validation error displayed when trying to remove an incoming e-mail address while no address has been set. msgid "No incoming email address." @@ -2875,7 +2874,7 @@ msgstr "%s に他のユーザーを招待するには、ログインする必要 #. TRANS: %s is an invalid e-mail address. #, php-format msgid "Invalid email address: %s." -msgstr "無効な電子メールアドレス: %s。" +msgstr "無効なメールアドレス: %s。" #. TRANS: Page title when invitations have been sent. msgid "Invitations sent" @@ -3290,8 +3289,8 @@ msgid "" "This user doesn't allow nudges or hasn't confirmed or set their email " "address yet." msgstr "" -"このユーザは、合図を許可していないか、確認されていない状態か、電子メールアド" -"レスを設定をしていません。" +"このユーザは、合図を許可していないか、確認されていない状態か、メールアドレス" +"を設定していません。" #. TRANS: Page title after sending a nudge. msgid "Nudge sent" @@ -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" @@ -5093,7 +5091,7 @@ msgstr "%2$s 上の %1$s からのメッセージ" #. TRANS: Client exception thrown when trying a view a notice the user has no access to. msgid "Not available." -msgstr "使用できません。" +msgstr "利用できません。" #. TRANS: Client error displayed trying to show a deleted notice. msgid "Notice deleted." @@ -5821,13 +5819,11 @@ msgid "Subscription feed for %s (Atom)" msgstr "%s のつぶやきのフィード (Atom)" #. TRANS: Checkbox label for enabling IM messages for a profile in a subscriptions list. -#, fuzzy msgctxt "LABEL" msgid "IM" msgstr "IM" #. TRANS: Checkbox label for enabling SMS messages for a profile in a subscriptions list. -#, fuzzy msgid "SMS" msgstr "SMS" @@ -7738,7 +7734,7 @@ msgstr "グループやトピックについて説明する。" #, php-format msgid "Describe the group or topic in %d character or less." msgid_plural "Describe the group or topic in %d characters or less." -msgstr[0] "" +msgstr[0] "グループやトピックの説明を %d 文字以内で記述" #. TRANS: Field title on group edit form. msgid "" @@ -7759,6 +7755,8 @@ msgid_plural "" "Extra nicknames for the group, separated with commas or spaces. Maximum %d " "aliases allowed." msgstr[0] "" +"グループのエクストラニックネーム、カンマまたはスペース区切り、最大 %d、エイリ" +"アス可" #. TRANS: Checkbox field title on group edit form to mark a group private. msgid "" @@ -7852,19 +7850,19 @@ msgstr "不明なファイルタイプ" #, php-format msgid "%dMB" msgid_plural "%dMB" -msgstr[0] "" +msgstr[0] "%d メガバイト" #. TRANS: Number of kilobytes. %d is the number. #, php-format msgid "%dkB" msgid_plural "%dkB" -msgstr[0] "" +msgstr[0] "%d キロバイト" #. TRANS: Number of bytes. %d is the number. #, php-format msgid "%dB" msgid_plural "%dB" -msgstr[0] "" +msgstr[0] "%d バイト" #. TRANS: Body text for confirmation code e-mail. #. TRANS: %1$s is a user nickname, %2$s is the StatusNet sitename, @@ -7989,7 +7987,7 @@ msgid "" msgstr "" "%1$s さん、こんにちは。\n" "\n" -"だれかが %2$s でこの電子メールアドレスを入力しました。\n" +"だれかが %2$s でこのメールアドレスを入力しました。\n" "\n" "もし登録を承認したいなら、以下のURLを使用してください:\n" "\n" @@ -8039,7 +8037,7 @@ msgstr "" "%1$s.\n" "\n" "---- \n" -"%2$s で電子メールアドレスや通知オプションを変更できます。" +"%2$s でメールアドレスや通知オプションを変更できます。" #. TRANS: Profile info line in notification e-mail. #. TRANS: %s is a URL. @@ -8417,9 +8415,8 @@ msgid "No mutual subscribers." msgstr "互いにフォローしていません。" #. TRANS: Dropdown label in direct notice form. -#, fuzzy msgid "To" -msgstr "To" +msgstr "宛先" #. TRANS: Button text for sending a direct notice. msgctxt "Send button for sending notice" @@ -8432,15 +8429,13 @@ msgstr "メッセージ" #. TRANS: Followed by notice source (usually the client used to send the notice). #. TRANS: Followed by notice source. -#, fuzzy msgid "from" -msgstr "from" +msgstr "差出人" #. TRANS: A possible notice source (web interface). -#, fuzzy msgctxt "SOURCE" msgid "web" -msgstr "web" +msgstr "ウェブ" #. TRANS: A possible notice source (XMPP). msgctxt "SOURCE" @@ -8535,22 +8530,18 @@ msgid ", " msgstr ", " #. TRANS: Used in coordinates as abbreviation of north. -#, fuzzy msgid "N" msgstr "N" #. TRANS: Used in coordinates as abbreviation of south. -#, fuzzy msgid "S" msgstr "S" #. TRANS: Used in coordinates as abbreviation of east. -#, fuzzy msgid "E" msgstr "E" #. TRANS: Used in coordinates as abbreviation of west. -#, fuzzy msgid "W" msgstr "W" @@ -8561,7 +8552,7 @@ msgstr "W" #. TRANS: %7$s is longitude seconds, %8$s is E (east) or W (west) depending on longitude, #, php-format msgid "%1$u°%2$u'%3$u\"%4$s %5$u°%6$u'%7$u\"%8$s" -msgstr "" +msgstr "%1$u°%2$u'%3$u\"%4$s %5$u°%6$u'%7$u\"%8$s" #. TRANS: Followed by geo location. #, fuzzy @@ -8576,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 "このつぶやきに返信する。" @@ -9111,7 +9099,6 @@ msgid "URL shorteners" msgstr "URL 短縮サービス" #. TRANS: Menu item in settings navigation panel. -#, fuzzy msgctxt "MENU" msgid "IM" msgstr "IM" @@ -9121,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" @@ -9386,7 +9372,7 @@ msgstr "そのつぶやきをリピートしました" #, php-format msgid "%%s and %d other repeated this." msgid_plural "%%s and %d others repeated this." -msgstr[0] "%%s と他の人がこれをリピートしました。" +msgstr[0] "%%s と他の %d 人がこれをリピートしました。" #. TRANS: List message for favoured notices. #. TRANS: %%s is a list of users liking a notice. diff --git a/locale/ka/LC_MESSAGES/statusnet.po b/locale/ka/LC_MESSAGES/statusnet.po index 4d5c1b25af..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-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:53+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 (05c726a); Translate 2012-04-11\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 5f9f1e9c66..c57bce3ffb 100644 --- a/locale/ko/LC_MESSAGES/statusnet.po +++ b/locale/ko/LC_MESSAGES/statusnet.po @@ -4,6 +4,7 @@ # Author: Brion # Author: Changwoo # Author: Twkang +# Author: 아라 # -- # This file is distributed under the same license as the StatusNet package. # @@ -11,12 +12,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:55+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 (05c726a); Translate 2012-04-11\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" @@ -1563,7 +1564,7 @@ msgstr "" #. TRANS: Button label on the form to block a user from a group. msgctxt "BUTTON" msgid "No" -msgstr "아니요" +msgstr "아니오" #. TRANS: Submit button title for 'No' when blocking a user. msgid "Do not block this user." @@ -8563,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." @@ -9561,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 caf2b97f03..65da520a99 100644 --- a/locale/mk/LC_MESSAGES/statusnet.po +++ b/locale/mk/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Macedonian (Македонски) +# Translation of StatusNet - Core to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -10,12 +10,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:57+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 (05c726a); Translate 2012-04-11\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" @@ -4270,7 +4270,7 @@ msgstr "Врати сметка" #. TRANS: %s is the page limit. #, php-format msgid "Beyond the page limit (%s)." -msgstr "Надминато е ограничувањето на страницата (%s)." +msgstr "Пречекорено е ограничувањето на страницата (%s)." #. TRANS: Server error displayed when a public timeline cannot be retrieved. msgid "Could not retrieve public timeline." @@ -7296,8 +7296,8 @@ msgstr "Грешка при означувањето на %1$s: %2$s" #, php-format msgid "%1$s was tagged %2$s" msgid_plural "%1$s was tagged %2$s" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%1$s беше означен(а) со %2$s" +msgstr[1] "%1$s беше означен(а) со %2$s" #. TRANS: Separator for list of tags. #. TRANS: Separator in list of user names like "Jim, Bob, Mary". @@ -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 "Одговори на забелешкава." @@ -9012,7 +9009,7 @@ msgstr "Статистики" #. TRANS: Label for user statistics. msgid "User ID" -msgstr "Кориснички ID" +msgstr "Корисничка назнака" #. TRANS: Label for user statistics. msgid "Member since" @@ -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 3760fa40d5..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-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:59+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 (05c726a); Translate 2012-04-11\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." @@ -9382,7 +9379,7 @@ msgstr "സൈറ്റിൽ തിരയുക" #. TRANS: Dropdown option for searching in profiles. msgid "Everything" -msgstr "" +msgstr "എല്ലാം" #. TRANS: Dropdown option for searching in profiles. #, fuzzy @@ -9422,7 +9419,7 @@ msgstr "" #. TRANS: Option in drop-down of potential addressees. msgctxt "SENDTO" msgid "Everyone" -msgstr "" +msgstr "എല്ലാവരും" #. TRANS: Option in drop-down of potential addressees. #. TRANS: %s is a StatusNet sitename. @@ -9475,10 +9472,9 @@ msgstr "" #. TRANS: Button text on unsubscribe form. #. TRANS: Button text for unsubscribing from a list. -#, fuzzy msgctxt "BUTTON" msgid "Unsubscribe" -msgstr "വരിക്കാരാകുക" +msgstr "അൺ‌സബ്‌സ്ക്രൈബ്" #. TRANS: Button title on unsubscribe form. #, fuzzy @@ -9492,9 +9488,8 @@ msgid "User %1$s (%2$d) has no profile record." msgstr "" #. TRANS: Authorisation exception thrown when a user a not allowed to login. -#, fuzzy msgid "Not allowed to log in." -msgstr "ലോഗിൻ ചെയ്തിട്ടില്ല" +msgstr "ലോഗിൻ ചെയ്യാൻ അനുവാദമില്ല." #. TRANS: Used in notices to indicate when the notice was made compared to now. msgid "a few seconds ago" diff --git a/locale/nb/LC_MESSAGES/statusnet.po b/locale/nb/LC_MESSAGES/statusnet.po index 967c28b84d..7181d055ac 100644 --- a/locale/nb/LC_MESSAGES/statusnet.po +++ b/locale/nb/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - Core to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: EivindJ @@ -14,12 +14,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:01+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 (05c726a); Translate 2012-04-11\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 38fd59e66c..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-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:03+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 (05c726a); Translate 2012-04-11\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" @@ -1996,7 +1996,7 @@ msgstr "Onbekend document \"%s\"." #. TRANS: Menu item in personal group navigation menu. msgctxt "MENU" msgid "Home" -msgstr "Hoofdmenu" +msgstr "Startpagina" msgctxt "MENU" msgid "Docs" @@ -6352,7 +6352,9 @@ msgstr[1] "" msgid "A file this large would exceed your user quota of %d byte." msgid_plural "A file this large would exceed your user quota of %d bytes." msgstr[0] "" +"Een bestand van deze grootte overschrijdt uw gebruikersquotum van %d byte." msgstr[1] "" +"Een bestand van deze grootte overschrijdt uw gebruikersquotum van %d bytes." #. TRANS: Message given id an upload would exceed a user's monthly quota. #. TRANS: $d (number) is the monthly user quota in bytes and is used for plural. @@ -6954,7 +6956,7 @@ msgstr "saveSettings() is nog niet geïmplementeerd." #. TRANS: Header in administrator navigation panel. msgctxt "HEADER" msgid "Home" -msgstr "Hoofdmenu" +msgstr "Startpagina" #. TRANS: Header in administrator navigation panel. msgctxt "HEADER" @@ -8768,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." @@ -9787,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 b890793911..df35d0b46a 100644 --- a/locale/pl/LC_MESSAGES/statusnet.po +++ b/locale/pl/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Polish (Polski) +# Translation of StatusNet - Core to Polish (polski) # Exported from translatewiki.net # # Author: Bartek50003 @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:05+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 (05c726a); Translate 2012-04-11\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 54b1a2d794..4d6bf39433 100644 --- a/locale/pt/LC_MESSAGES/statusnet.po +++ b/locale/pt/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Portuguese (Português) +# Translation of StatusNet - Core to Portuguese (português) # Exported from translatewiki.net # # Author: Analuisa @@ -20,12 +20,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:07+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 (05c726a); Translate 2012-04-11\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 8d8dad108a..b2de05c0f6 100644 --- a/locale/pt_BR/LC_MESSAGES/statusnet.po +++ b/locale/pt_BR/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Brazilian Portuguese (Português do Brasil) +# Translation of StatusNet - Core to Brazilian Portuguese (português do Brasil) # Exported from translatewiki.net # # Author: Aracnus @@ -16,13 +16,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:09+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 (05c726a); Translate 2012-04-11\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 84813ec74a..b594943328 100644 --- a/locale/ru/LC_MESSAGES/statusnet.po +++ b/locale/ru/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Russian (Русский) +# Translation of StatusNet - Core to Russian (русский) # Exported from translatewiki.net # # Author: AVRS @@ -19,12 +19,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:11+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 (05c726a); Translate 2012-04-11\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 a232b7def2..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-05-03 22:10+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 32fb5bdd68..d5a8d6ffaf 100644 --- a/locale/sv/LC_MESSAGES/statusnet.po +++ b/locale/sv/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Swedish (Svenska) +# Translation of StatusNet - Core to Swedish (svenska) # Exported from translatewiki.net # # Author: Ainali @@ -15,12 +15,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:13+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 (05c726a); Translate 2012-04-11\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 3f6fd3195e..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-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:15+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 (05c726a); Translate 2012-04-11\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" @@ -7342,8 +7342,8 @@ msgstr "%s యొక్క నోటీసుని పునరావృతి #, php-format msgid "Notice too long - maximum is %1$d character, you sent %2$d." msgid_plural "Notice too long - maximum is %1$d characters, you sent %2$d." -msgstr[0] "నోటీసు చాలా పొడవుగా ఉంది - %1$d అక్షరం గరిష్ఠం, మీరు %2$d పంపించారు" -msgstr[1] "నోటీసు చాలా పొడవుగా ఉంది - %1$d అక్షరాలు గరిష్ఠం, మీరు %2$d పంపించారు" +msgstr[0] "నోటీసు చాలా పొడవుగా ఉంది - %1$d అక్షరం గరిష్ఠం, మీరు %2$d పంపించారు." +msgstr[1] "నోటీసు చాలా పొడవుగా ఉంది - %1$d అక్షరాలు గరిష్ఠం, మీరు %2$d పంపించారు." #. TRANS: Text shown having sent a reply to a notice successfully. #. TRANS: %s is the nickname of the user of the notice the reply was sent to. @@ -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 6ad218fc1a..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-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:17+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 (05c726a); Translate 2012-04-11\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" @@ -99,9 +99,8 @@ msgid "Closed" msgstr "Nakasara na" #. TRANS: Button title to save access settings in site admin panel. -#, fuzzy msgid "Save access settings." -msgstr "Sagipin ang mga itinakdang mapupuntahan" +msgstr "Sagipin ang mga katakdaan ng pagpunta." #. TRANS: Button text to save access settings in site admin panel. #. TRANS: Button label to save e-mail preferences. @@ -248,9 +247,9 @@ msgstr "Guhit ng panahon ng tahanan ni %s" #. TRANS: %s is user nickname. #. TRANS: Feed title. #. TRANS: %s is tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Feed for friends of %s (Activity Streams JSON)" -msgstr "Pakain para sa mga kaibigan ni %s (Atom)" +msgstr "Pakain para sa mga kaibigan ni %s (Activity Streams JSON)" #. TRANS: %s is user nickname. #, php-format @@ -314,10 +313,9 @@ msgstr "" #. TRANS: Button text for inviting more users to the StatusNet instance. #. TRANS: Less business/enterprise-oriented language for public sites. -#, fuzzy msgctxt "BUTTON" msgid "Send invite" -msgstr "Magpadala ng mga paanyaya." +msgstr "Magpadala ng paanyaya" #. TRANS: Message is used as link title. %s is a user nickname. #. TRANS: Title of API timeline for a user and friends. @@ -441,20 +439,18 @@ msgid "Unblock user failed." msgstr "Nabigo ang hindi paghadlang sa tagagamit." #. TRANS: Client exception thrown when no conversation ID is given. -#, fuzzy msgid "No conversation ID." -msgstr "Pag-uusap" +msgstr "Walang ID ng usapan." #. TRANS: Client exception thrown when referring to a non-existing conversation ID (%d). -#, fuzzy, php-format +#, php-format msgid "No conversation with ID %d." -msgstr "Pag-uusap" +msgstr "Walang usapan na may ID na %d." #. TRANS: Title for conversion timeline. -#, fuzzy msgctxt "TITLE" msgid "Conversation" -msgstr "Pag-uusap" +msgstr "Usapan" #. TRANS: Title. %s is a user nickname. #, php-format @@ -1768,15 +1764,13 @@ msgstr "Pag-uusap" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. -#, fuzzy msgid "Conversation feed (Activity Streams JSON)" -msgstr "Pasubong pabatid para sa %s (Atom)" +msgstr "Pakaing usapan para sa (Activity Streams JSON)" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. -#, fuzzy msgid "Conversation feed (RSS 2.0)" -msgstr "Pasubong pabatid para sa %s (RSS 2.0)" +msgstr "Pakaing usapan para sa (RSS 2.0)" #. TRANS: Title for conversation page. #. TRANS: Title for page that shows a notice. @@ -1843,9 +1837,8 @@ msgid "Enter \"%s\" to confirm that you want to delete your account." msgstr "Ipasok ang \"%s\" upang tiyakin na nais mong burahin ang akawnt mo." #. TRANS: Button title for user account deletion. -#, fuzzy msgid "Permanently delete your account." -msgstr "Permanenteng burahin ang akawnt mo" +msgstr "Permanenteng burahin ang akawnt mo." #. TRANS: Client error displayed trying to delete an application while not logged in. msgid "You must be logged in to delete an application." @@ -2015,25 +2008,23 @@ msgstr "Tahanan" msgctxt "MENU" msgid "Docs" -msgstr "" +msgstr "Mga kasulatan" #. TRANS: Secondary navigation menu item leading to help on StatusNet. msgctxt "MENU" msgid "Help" msgstr "Tulong" -#, fuzzy msgid "Getting started" -msgstr "Nasagip ang mga katakdaan." +msgstr "Pagsisimula" #. TRANS: Secondary navigation menu item leading to text about StatusNet site. msgctxt "MENU" msgid "About" msgstr "Patungkol" -#, fuzzy msgid "About this site" -msgstr "Huwag hadlangan ang tagagamit na ito" +msgstr "Patungkol sa sityong ito" #. TRANS: Secondary navigation menu item leading to Frequently Asked Questions. msgctxt "MENU" @@ -2041,7 +2032,7 @@ msgid "FAQ" msgstr "Mga malilimit na itanong" msgid "Frequently asked questions" -msgstr "" +msgstr "Mga madalas itanong" #. TRANS: Secondary navigation menu item leading to e-mail contact information on the #. TRANS: StatusNet site, where to report bugs, ... @@ -2049,17 +2040,15 @@ msgctxt "MENU" msgid "Contact" msgstr "Kaugnayan" -#, fuzzy msgid "Contact info" -msgstr "Kaugnayan" +msgstr "Kabatiran sa kaugnayan" -#, fuzzy msgctxt "MENU" msgid "Tags" msgstr "Mga tatak" msgid "Using tags" -msgstr "" +msgstr "Paggamit ng mga tatak" #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item in search group navigation panel. @@ -2068,16 +2057,15 @@ msgctxt "MENU" msgid "Groups" msgstr "Mga pangkat" -#, fuzzy msgid "Using groups" -msgstr "Mga pangkat ng tagagamit" +msgstr "Paggamit ng mga kapangkatan" msgctxt "MENU" msgid "API" -msgstr "" +msgstr "API" msgid "RESTful API" -msgstr "" +msgstr "MapagPAHINGAng API" #. TRANS: Title for "Edit application" form. #. TRANS: Form legend. @@ -2830,14 +2818,14 @@ msgstr "Mga katakdaan ng IM" #. TRANS: Instant messaging settings page instructions. #. TRANS: [instant messages] is link text, "(%%doc.im%%)" is the link. #. TRANS: the order and formatting of link text and link should remain unchanged. -#, fuzzy, php-format +#, php-format msgid "" "You can send and receive notices through [instant messaging](%%doc.im%%). " "Configure your addresses and settings below." msgstr "" "Makapagpapadala at makatatanggap ka ng mga pabatid sa pamamagitan ng " -"biglaang pagmemensahe [biglang mga mensahe](%%doc.im%%). Iayos ang mga " -"tirahan at mga katakdaan mo sa ibaba." +"[biglaang pagmemensahe] (%%doc.im%%). Iayos ang mga tirahan at mga katakdaan " +"mong nasa ibaba." #. TRANS: Message given in the IM settings if IM is not enabled on the site. msgid "IM is not available." @@ -3537,13 +3525,12 @@ msgid "Not a supported data format." msgstr "Isang hindi tinatangkilik na anyo ng dato." #. TRANS: Page title for profile settings. -#, fuzzy msgid "Old school UI settings" -msgstr "Mga katakdaan ng IM" +msgstr "Mga katakdaan ng UI sa dating kaparaanan" #. TRANS: Usage instructions for profile settings. msgid "If you like it \"the old way\", you can set that here." -msgstr "" +msgstr "Kung gusto mo \"ang dating paraan\", maitatakda mo iyan dito." #. TRANS: Confirmation shown when user profile settings are saved. #. TRANS: Message after successful saving of administrative settings. @@ -3551,13 +3538,14 @@ msgid "Settings saved." msgstr "Nasagip ang mga katakdaan." msgid "Only stream mode (no conversations) in timelines" -msgstr "" +msgstr "Kalakarang pangdaloy lang (walang usapan) sa mga guhit ng panahon" msgid "Show conversation page as hierarchical trees" -msgstr "" +msgstr "Ipakita ang pahina ng usapan bilang mga puno na panghirarkiya" msgid "Show nicknames (not full names) in timelines" msgstr "" +"Ipakita ang mga bansag (hindi buong mga pangalan) sa mga guhit ng panahon" #. TRANS: Button text to save a list. msgid "Save" @@ -3877,9 +3865,8 @@ msgid "Server to direct SSL requests to." msgstr "Tagapaghain kung saan ituturo ang mga kahilingan ng SSL." #. TRANS: Button title text to store form data in the Paths admin panel. -#, fuzzy msgid "Save path settings." -msgstr "Sagipin ang mga katakdaan ng sityo" +msgstr "Sagipin ang mga katakdaan ng landas." #. TRANS: Instructions for the "People search" page. #. TRANS: %%site.name%% is the name of the StatusNet site. @@ -4009,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-" @@ -4017,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). @@ -4046,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-" @@ -4054,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). @@ -4293,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" @@ -4379,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. @@ -4395,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 @@ -4844,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. @@ -4974,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" @@ -5099,26 +5078,23 @@ msgstr "Kabatiran sa aplikasyon" #. TRANS: Field label on application page. msgid "Consumer key" -msgstr "" +msgstr "Susi ng tagaubos" #. TRANS: Field label on application page. msgid "Consumer secret" -msgstr "" +msgstr "Lihim ng tagaubos" #. TRANS: Field label on application page. -#, fuzzy msgid "Request token URL" -msgstr "Hindi katanggap-tanggap na kahalip ng kahilingan." +msgstr "URL ng kahalip ng kahilingan" #. TRANS: Field label on application page. -#, fuzzy msgid "Access token URL" -msgstr "Masamang kahalip ng pagpunta." +msgstr "URL ng kahalip ng pagpapapunta" #. TRANS: Field label on application page. -#, fuzzy msgid "Authorize URL" -msgstr "Pinagmulang URL" +msgstr "Payagan ang URL" #. TRANS: Note on the OAuth application page about signature support. msgid "" @@ -5145,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 @@ -5214,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 @@ -5261,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." @@ -5422,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. @@ -5494,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 @@ -5619,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" @@ -5650,7 +5625,6 @@ msgstr "" "upang maipaskil ulit ang katulad na bagay." #. TRANS: Fieldset legend for form to change logo. -#, fuzzy msgid "Logo" msgstr "Logo" @@ -5663,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" @@ -6027,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. @@ -6071,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. @@ -6367,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" @@ -6384,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 " @@ -6392,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". @@ -6470,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." @@ -6485,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. @@ -6566,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." @@ -6729,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." @@ -7302,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" @@ -7962,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" @@ -7976,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" @@ -7998,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." @@ -8040,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" @@ -8063,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." @@ -8153,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" @@ -8302,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. @@ -8638,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, @@ -8732,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." @@ -8857,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." @@ -8946,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." @@ -9206,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" @@ -9245,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" @@ -9516,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" @@ -9767,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 @@ -9890,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 e3aa66907c..ef5bbcf51c 100644 --- a/locale/uk/LC_MESSAGES/statusnet.po +++ b/locale/uk/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Ukrainian (Українська) +# Translation of StatusNet - Core to Ukrainian (українська) # Exported from translatewiki.net # # Author: AS @@ -13,12 +13,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:19+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 (05c726a); Translate 2012-04-11\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 fe889b9da3..489528fa75 100644 --- a/locale/zh_CN/LC_MESSAGES/statusnet.po +++ b/locale/zh_CN/LC_MESSAGES/statusnet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Core to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - Core to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: Brion @@ -20,13 +20,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:10+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:20+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 (05c726a); Translate 2012-04-11\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 fd1d4ef587..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-05-03 22:11+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 b1b878a6f8..7782c92362 100644 --- a/plugins/APC/locale/ast/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/ast/LC_MESSAGES/APC.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - APC to Asturian (Asturianu) +# Translation of StatusNet - APC to Asturian (asturianu) # Exported from translatewiki.net # # Author: Xuacu @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:15+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 (05c726a); Translate 2012-04-11\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 1138fa70a4..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:15+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 (05c726a); Translate 2012-04-11\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 419b05eb4c..f34f343150 100644 --- a/plugins/APC/locale/br/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/br/LC_MESSAGES/APC.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - APC to Breton (Brezhoneg) +# Translation of StatusNet - APC to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Fulup @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:15+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 (05c726a); Translate 2012-04-11\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 0227db18b0..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:16+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 (05c726a); Translate 2012-04-11\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 d82f3089f7..06292172bf 100644 --- a/plugins/APC/locale/es/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/es/LC_MESSAGES/APC.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - APC to Spanish (Español) +# Translation of StatusNet - APC to Spanish (español) # Exported from translatewiki.net # # Author: Translationista @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:16+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 (05c726a); Translate 2012-04-11\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 021abf628a..10ef3d5781 100644 --- a/plugins/APC/locale/eu/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/eu/LC_MESSAGES/APC.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - APC to Basque (Euskara) +# Translation of StatusNet - APC to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:16+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 (05c726a); Translate 2012-04-11\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 9489cfb664..ae3819591c 100644 --- a/plugins/APC/locale/fr/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/fr/LC_MESSAGES/APC.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - APC to French (Français) +# Translation of StatusNet - APC to French (français) # Exported from translatewiki.net # # Author: Verdy p @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:16+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 (05c726a); Translate 2012-04-11\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 8a61f8eac3..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:16+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 (05c726a); Translate 2012-04-11\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 83ee40b9c4..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:16+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 (05c726a); Translate 2012-04-11\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 9ca17c46c9..0e54c48c49 100644 --- a/plugins/APC/locale/ia/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/ia/LC_MESSAGES/APC.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - APC to Interlingua (Interlingua) +# Translation of StatusNet - APC to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:16+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 (05c726a); Translate 2012-04-11\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 9394cf3d89..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:16+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..da7bfc1c74 --- /dev/null +++ b/plugins/APC/locale/it/LC_MESSAGES/APC.po @@ -0,0 +1,27 @@ +# Translation of StatusNet - APC 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 - APC\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "" +"Use the APC variable cache " +"to cache query results." +msgstr "" +"Utilizzare la cache variabile APC per i risultati della query cache." diff --git a/plugins/APC/locale/mk/LC_MESSAGES/APC.po b/plugins/APC/locale/mk/LC_MESSAGES/APC.po index 4366ff24bd..a146ba75a2 100644 --- a/plugins/APC/locale/mk/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/mk/LC_MESSAGES/APC.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - APC to Macedonian (Македонски) +# Translation of StatusNet - APC to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:16+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 (05c726a); Translate 2012-04-11\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 f59fee6e9c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:16+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 (05c726a); Translate 2012-04-11\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 28d72e92d4..8196b42f82 100644 --- a/plugins/APC/locale/nb/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/nb/LC_MESSAGES/APC.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - APC to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - APC to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:16+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 (05c726a); Translate 2012-04-11\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 904ac06d80..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:16+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 (05c726a); Translate 2012-04-11\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 96df9176a2..4d043702e9 100644 --- a/plugins/APC/locale/pl/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/pl/LC_MESSAGES/APC.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - APC to Polish (Polski) +# Translation of StatusNet - APC to Polish (polski) # Exported from translatewiki.net # # Author: Sp5uhe @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:16+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 (05c726a); Translate 2012-04-11\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 7b20d89ab0..2a639cfbe0 100644 --- a/plugins/APC/locale/pt/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/pt/LC_MESSAGES/APC.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - APC to Portuguese (Português) +# Translation of StatusNet - APC to Portuguese (português) # Exported from translatewiki.net # # Author: Waldir @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:17+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 (05c726a); Translate 2012-04-11\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 0678cbf858..b029a0abee 100644 --- a/plugins/APC/locale/pt_BR/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/pt_BR/LC_MESSAGES/APC.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - APC to Brazilian Portuguese (Português do Brasil) +# Translation of StatusNet - APC to Brazilian Portuguese (português do Brasil) # Exported from translatewiki.net # # Author: Giro720 @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:17+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 (05c726a); Translate 2012-04-11\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 5a6f6bb21c..3a67e1bd1a 100644 --- a/plugins/APC/locale/ru/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/ru/LC_MESSAGES/APC.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - APC to Russian (Русский) +# Translation of StatusNet - APC to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:17+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 (05c726a); Translate 2012-04-11\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 9cdbb4150f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:17+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 (05c726a); Translate 2012-04-11\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 f9f1023a46..18b70e496f 100644 --- a/plugins/APC/locale/uk/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/uk/LC_MESSAGES/APC.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - APC to Ukrainian (Українська) +# Translation of StatusNet - APC to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:17+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 (05c726a); Translate 2012-04-11\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 dbfc3b6f5d..34b06cdedf 100644 --- a/plugins/APC/locale/zh_CN/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/zh_CN/LC_MESSAGES/APC.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - APC to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - APC to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: Chenxiaoqino @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:17+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 (05c726a); Translate 2012-04-11\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 c339318e63..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-05-03 22:11+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 f182bff5b7..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:07+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 (05c726a); Translate 2012-04-11\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 895e422fb4..a442a9c9cb 100644 --- a/plugins/AccountManager/locale/ast/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ast/LC_MESSAGES/AccountManager.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AccountManager to Asturian (Asturianu) +# Translation of StatusNet - AccountManager to Asturian (asturianu) # Exported from translatewiki.net # # Author: Xuacu @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:07+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 (05c726a); Translate 2012-04-11\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 e4a4a76a33..93609dd463 100644 --- a/plugins/AccountManager/locale/ca/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ca/LC_MESSAGES/AccountManager.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AccountManager to Catalan (Català) +# Translation of StatusNet - AccountManager to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:07+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 (05c726a); Translate 2012-04-11\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 a0b069b25c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:07+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 (05c726a); Translate 2012-04-11\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 db157873b1..952c7cbfb1 100644 --- a/plugins/AccountManager/locale/es/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/es/LC_MESSAGES/AccountManager.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AccountManager to Spanish (Español) +# Translation of StatusNet - AccountManager to Spanish (español) # Exported from translatewiki.net # # Author: Erchache2000 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:07+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 (05c726a); Translate 2012-04-11\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 b3a4b67ad6..64b000eb3c 100644 --- a/plugins/AccountManager/locale/eu/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/eu/LC_MESSAGES/AccountManager.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AccountManager to Basque (Euskara) +# Translation of StatusNet - AccountManager to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:07+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 (05c726a); Translate 2012-04-11\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 74abdf7181..abcb7fa70b 100644 --- a/plugins/AccountManager/locale/fi/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/fi/LC_MESSAGES/AccountManager.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AccountManager to Finnish (Suomi) +# Translation of StatusNet - AccountManager to Finnish (suomi) # Exported from translatewiki.net # # Author: Nike @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:07+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 (05c726a); Translate 2012-04-11\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 2475107db0..15091263dc 100644 --- a/plugins/AccountManager/locale/fr/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/fr/LC_MESSAGES/AccountManager.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AccountManager to French (Français) +# Translation of StatusNet - AccountManager to French (français) # Exported from translatewiki.net # # Author: Crochet.david @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:07+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 (05c726a); Translate 2012-04-11\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 218dd319b0..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:07+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 (05c726a); Translate 2012-04-11\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 9f4531e399..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:07+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 (05c726a); Translate 2012-04-11\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 dc318a42d6..92b300937b 100644 --- a/plugins/AccountManager/locale/ia/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ia/LC_MESSAGES/AccountManager.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AccountManager to Interlingua (Interlingua) +# Translation of StatusNet - AccountManager to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:08+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..2bfbb992e0 --- /dev/null +++ b/plugins/AccountManager/locale/it/LC_MESSAGES/AccountManager.po @@ -0,0 +1,24 @@ +# Translation of StatusNet - AccountManager 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 - AccountManager\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "" +"The Account Manager plugin implements the Account Manager specification." +msgstr "Il plugin Account Manager implementa le specifiche Account Manager." diff --git a/plugins/AccountManager/locale/ja/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ja/LC_MESSAGES/AccountManager.po index 37ba010e95..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:08+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 (05c726a); Translate 2012-04-11\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 0f6edc0502..6c3a28a6f3 100644 --- a/plugins/AccountManager/locale/mk/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/mk/LC_MESSAGES/AccountManager.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AccountManager to Macedonian (Македонски) +# Translation of StatusNet - AccountManager to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:08+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 (05c726a); Translate 2012-04-11\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 cad7832977..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:08+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 (05c726a); Translate 2012-04-11\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 6b0619e4e8..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:08+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 (05c726a); Translate 2012-04-11\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 70e9694288..0a0d58318e 100644 --- a/plugins/AccountManager/locale/pl/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/pl/LC_MESSAGES/AccountManager.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AccountManager to Polish (Polski) +# Translation of StatusNet - AccountManager to Polish (polski) # Exported from translatewiki.net # # Author: BeginaFelicysym @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:08+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 (05c726a); Translate 2012-04-11\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 98b97288c2..a4a4d9c79b 100644 --- a/plugins/AccountManager/locale/pt/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/pt/LC_MESSAGES/AccountManager.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AccountManager to Portuguese (Português) +# Translation of StatusNet - AccountManager to Portuguese (português) # Exported from translatewiki.net # # Author: SandroHc @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:08+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 (05c726a); Translate 2012-04-11\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 1211e5b6e2..e0a963f862 100644 --- a/plugins/AccountManager/locale/ru/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ru/LC_MESSAGES/AccountManager.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AccountManager to Russian (Русский) +# Translation of StatusNet - AccountManager to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:08+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 (05c726a); Translate 2012-04-11\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 08d60152f2..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:08+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 (05c726a); Translate 2012-04-11\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 020ede1766..a70bf28a2e 100644 --- a/plugins/AccountManager/locale/uk/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/uk/LC_MESSAGES/AccountManager.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AccountManager to Ukrainian (Українська) +# Translation of StatusNet - AccountManager to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:08+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 (05c726a); Translate 2012-04-11\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 d10e0106ae..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-05-03 22:11+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 ba33286d5f..24fc8b18ad 100644 --- a/plugins/Activity/locale/ar/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/ar/LC_MESSAGES/Activity.po @@ -1,6 +1,7 @@ # Translation of StatusNet - Activity to Arabic (العربية) # Exported from translatewiki.net # +# Author: DRIHEM # Author: OsamaK # -- # This file is distributed under the same license as the StatusNet package. @@ -9,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:08+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 (05c726a); Translate 2012-04-11\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" @@ -114,4 +115,4 @@ msgstr "%1$s (%2$s) غادر مجموعة %3$s (%4$s)." #. TRANS: Plugin description. msgid "Emits notices when social activities happen." -msgstr "" +msgstr "يرسل إشعارات عند حدوث أنشطة إجتماعية." diff --git a/plugins/Activity/locale/ca/LC_MESSAGES/Activity.po b/plugins/Activity/locale/ca/LC_MESSAGES/Activity.po index 94bc10bffe..f0c5db72c6 100644 --- a/plugins/Activity/locale/ca/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/ca/LC_MESSAGES/Activity.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Activity to Catalan (Català) +# Translation of StatusNet - Activity to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:08+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 (05c726a); Translate 2012-04-11\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 fcc00ae125..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:08+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 (05c726a); Translate 2012-04-11\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 6ade40bfb4..9c96fb9d55 100644 --- a/plugins/Activity/locale/es/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/es/LC_MESSAGES/Activity.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Activity to Spanish (Español) +# Translation of StatusNet - Activity to Spanish (español) # Exported from translatewiki.net # # Author: Erchache2000 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:08+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 (05c726a); Translate 2012-04-11\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 e0e53b242e..d2ac432c2b 100644 --- a/plugins/Activity/locale/eu/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/eu/LC_MESSAGES/Activity.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Activity to Basque (Euskara) +# Translation of StatusNet - Activity to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:09+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 (05c726a); Translate 2012-04-11\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 6df15ff5be..50d5b95284 100644 --- a/plugins/Activity/locale/fr/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/fr/LC_MESSAGES/Activity.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Activity to French (Français) +# Translation of StatusNet - Activity to French (français) # Exported from translatewiki.net # # Author: Gomoko @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:09+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 (05c726a); Translate 2012-04-11\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 e0f20f7ed3..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:09+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 (05c726a); Translate 2012-04-11\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 2e44c9d6c5..2de08a4ce2 100644 --- a/plugins/Activity/locale/ia/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/ia/LC_MESSAGES/Activity.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Activity to Interlingua (Interlingua) +# Translation of StatusNet - Activity to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:09+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..98664c5d46 --- /dev/null +++ b/plugins/Activity/locale/it/LC_MESSAGES/Activity.po @@ -0,0 +1,118 @@ +# Translation of StatusNet - Activity 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 - 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: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 (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 "" +"%2$s unisciti al gruppo %4$s." + +#. TRANS: Text for "started following" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a profile URL, %4$s is a profile name. +#, php-format +msgid "%2$s started following %4$s." +msgstr "" +"%2$s ha iniziato a seguire %4$s." + +#. TRANS: Text for "started following" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a profile name, %4$s is a profile URL. +#, php-format +msgid "%1$s (%2$s) started following %3$s (%4$s)." +msgstr "%1$s (%2$s) ha iniziato a seguire %3$s (%4$s)." + +#. TRANS: Text for "stopped following" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a profile URL, %4$s is a profile name. +#, php-format +msgid "%2$s stopped following %4$s." +msgstr "" +"%2$s ha smesso di seguire %4$s." + +#. TRANS: Text for "stopped following" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a profile name, %4$s is a profile URL. +#, php-format +msgid "%1$s (%2$s) stopped following %3$s (%4$s)." +msgstr "%1$s (%2$s) ha smesso di seguire %3$s (%4$s)." + +#. TRANS: Text for "liked" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a notice URL, %4$s is an author name. +#, php-format +msgid "%2$s liked %4$s's update." +msgstr "" +"%2$s piace l'aggiornamento di %4$s." + +#. TRANS: Text for "liked" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is an author name, %4$s is a notice URL. +#, php-format +msgid "%1$s (%2$s) liked %3$s's status (%4$s)." +msgstr "%1$s (%2$s) piace lo stato di %3$s (%4$s)." + +#. TRANS: Text for "stopped liking" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a notice URL, %4$s is an author name. +#, php-format +msgid "" +"%2$s stopped liking %4$s's update." +msgstr "" +"%2$s non piace più l'aggiornamento di %" +"4$s." + +#. TRANS: Text for "stopped liking" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is an author name, %4$s is a notice URL. +#, php-format +msgid "%1$s (%2$s) stopped liking %3$s's status (%4$s)." +msgstr "%1$s (%2$s) non piace più lo stato di %3$s (%4$s)." + +#. TRANS: Text for "joined group" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a group name, %4$s is a group URL. +#, php-format +msgid "%1$s (%2$s) joined the group %3$s (%4$s)." +msgstr "%1$s (%2$s) si è unito al gruppo %3$s (%4$s)." + +#. TRANS: Text for "left group" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a group URL, %4$s is a group name. +#, php-format +msgid "%2$s left the group %4$s." +msgstr "" +"%2$s è uscito dal gruppo %4$s." + +#. TRANS: Text for "left group" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a group name, %4$s is a group URL. +#, php-format +msgid "%1$s (%2$s) left the group %3$s (%4$s)." +msgstr "%1$s (%2$s) è uscito dal gruppo %3$s (%4$s)." + +#. TRANS: Plugin description. +msgid "Emits notices when social activities happen." +msgstr "Emette avvisi quando avvengono le attività sociali." diff --git a/plugins/Activity/locale/lt/LC_MESSAGES/Activity.po b/plugins/Activity/locale/lt/LC_MESSAGES/Activity.po index 2ac3cb73b3..7cdad0c43f 100644 --- a/plugins/Activity/locale/lt/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/lt/LC_MESSAGES/Activity.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Activity to Lithuanian (Lietuvių) +# Translation of StatusNet - Activity to Lithuanian (lietuvių) # Exported from translatewiki.net # # Author: Eitvys200 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:09+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 (05c726a); Translate 2012-04-11\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 f597c422ff..d00560de16 100644 --- a/plugins/Activity/locale/mk/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/mk/LC_MESSAGES/Activity.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Activity to Macedonian (Македонски) +# Translation of StatusNet - Activity to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:09+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 (05c726a); Translate 2012-04-11\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 91f4ea2b7b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:09+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 (05c726a); Translate 2012-04-11\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 b7f23d1488..e1c9e7e9bc 100644 --- a/plugins/Activity/locale/pl/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/pl/LC_MESSAGES/Activity.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Activity to Polish (Polski) +# Translation of StatusNet - Activity to Polish (polski) # Exported from translatewiki.net # # Author: BeginaFelicysym @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:09+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 (05c726a); Translate 2012-04-11\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 1bc9edcdef..59377cb696 100644 --- a/plugins/Activity/locale/ru/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/ru/LC_MESSAGES/Activity.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Activity to Russian (Русский) +# Translation of StatusNet - Activity to Russian (русский) # Exported from translatewiki.net # # Author: Lockal @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:09+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 (05c726a); Translate 2012-04-11\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/ActivitySpamPlugin.php b/plugins/ActivitySpam/ActivitySpamPlugin.php index 70e2c13d61..978f8b4cf8 100644 --- a/plugins/ActivitySpam/ActivitySpamPlugin.php +++ b/plugins/ActivitySpam/ActivitySpamPlugin.php @@ -65,6 +65,11 @@ class ActivitySpamPlugin extends Plugin $this->hideSpam = common_config('activityspam', 'hidespam'); + // Let DB_DataObject find Spam_score + + common_config_set('db', 'class_location', + common_config('db', 'class_location') .':'.dirname(__FILE__)); + return true; } @@ -183,8 +188,9 @@ class ActivitySpamPlugin extends Plugin $score = Spam_score::staticGet('notice_id', $notice->id); if (empty($score)) { - $this->debug("No score for notice " . $notice->id); - // XXX: show a question-mark or something + // If it's empty, we can train it. + $form = new TrainSpamForm($out, $notice); + $form->show(); } else if ($score->is_spam) { $form = new TrainHamForm($out, $notice); $form->show(); diff --git a/plugins/ActivitySpam/locale/ActivitySpam.pot b/plugins/ActivitySpam/locale/ActivitySpam.pot index 10e195f250..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-05-03 22:11+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" @@ -16,11 +16,11 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: ActivitySpamPlugin.php:234 +#: ActivitySpamPlugin.php:240 msgctxt "MENU" msgid "Spam" msgstr "" -#: ActivitySpamPlugin.php:251 +#: ActivitySpamPlugin.php:257 msgid "Test notices against the Activity Spam service." msgstr "" 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 799ca107eb..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-05-03 22:11+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 00a3c22afa..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:09+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 (05c726a); Translate 2012-04-11\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 07af52fcb5..f26af607c5 100644 --- a/plugins/Adsense/locale/br/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/br/LC_MESSAGES/Adsense.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Adsense to Breton (Brezhoneg) +# Translation of StatusNet - Adsense to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:10+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 (05c726a); Translate 2012-04-11\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 d180e661ae..602471f357 100644 --- a/plugins/Adsense/locale/ca/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/ca/LC_MESSAGES/Adsense.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Adsense to Catalan (Català) +# Translation of StatusNet - Adsense to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:10+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 (05c726a); Translate 2012-04-11\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 2d65487431..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:10+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 (05c726a); Translate 2012-04-11\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 2b93000ee8..20f3e6e92c 100644 --- a/plugins/Adsense/locale/es/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/es/LC_MESSAGES/Adsense.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Adsense to Spanish (Español) +# Translation of StatusNet - Adsense to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:10+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 (05c726a); Translate 2012-04-11\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 4793be1ea5..883700a089 100644 --- a/plugins/Adsense/locale/eu/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/eu/LC_MESSAGES/Adsense.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Adsense to Basque (Euskara) +# Translation of StatusNet - Adsense to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:10+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 (05c726a); Translate 2012-04-11\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 f94d04753e..5b7e4c5e98 100644 --- a/plugins/Adsense/locale/fr/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/fr/LC_MESSAGES/Adsense.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Adsense to French (Français) +# Translation of StatusNet - Adsense to French (français) # Exported from translatewiki.net # # Author: Brunoperel @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:10+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 (05c726a); Translate 2012-04-11\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 2a3e8bd42c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:10+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 (05c726a); Translate 2012-04-11\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 d5ee29283a..a0f7d9efaa 100644 --- a/plugins/Adsense/locale/ia/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/ia/LC_MESSAGES/Adsense.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Adsense to Interlingua (Interlingua) +# Translation of StatusNet - Adsense to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:10+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 (05c726a); Translate 2012-04-11\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 684111de5e..97187bd245 100644 --- a/plugins/Adsense/locale/it/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/it/LC_MESSAGES/Adsense.po @@ -1,9 +1,10 @@ -# Translation of StatusNet - Adsense to Italian (Italiano) +# Translation of StatusNet - Adsense to Italian (italiano) # Exported from translatewiki.net # # Author: Milocasagrande # Author: Od1n # Author: Rippitippi +# Author: Ximo17 # -- # This file is distributed under the same license as the StatusNet package. # @@ -11,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:10+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 (05c726a); Translate 2012-04-11\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" @@ -74,9 +75,8 @@ msgid "Rectangle" msgstr "Rettangolo" #. TRANS: Field title in AdSense administration panel. -#, fuzzy msgid "Rectangle slot code." -msgstr "Rettangolo" +msgstr "Codice di apertura del rettangolo." #. TRANS: Field label in AdSense administration panel. msgid "Leaderboard" @@ -84,15 +84,15 @@ msgstr "Classifica" #. TRANS: Field title in AdSense administration panel. msgid "Leaderboard slot code." -msgstr "" +msgstr "Codice di apertura della bacheca principale." #. TRANS: Field label in AdSense administration panel. msgid "Skyscraper" -msgstr "" +msgstr "Banner" #. TRANS: Field title in AdSense administration panel. msgid "Wide skyscraper slot code." -msgstr "" +msgstr "Codice di apertura del banner esteso." #. TRANS: Button text to save settings in AdSense administration panel. msgctxt "BUTTON" @@ -101,4 +101,4 @@ msgstr "Salva" #. TRANS: Button title to save settings in AdSense administration panel. msgid "Save AdSense settings." -msgstr "" +msgstr "Salva le impostazioni di AdSense." diff --git a/plugins/Adsense/locale/ja/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ja/LC_MESSAGES/Adsense.po index 2ef1059880..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:11+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 (05c726a); Translate 2012-04-11\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 d6aac0e00e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:11+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 (05c726a); Translate 2012-04-11\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 2783d66f70..eb6c6b1abc 100644 --- a/plugins/Adsense/locale/lt/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/lt/LC_MESSAGES/Adsense.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Adsense to Lithuanian (Lietuvių) +# Translation of StatusNet - Adsense to Lithuanian (lietuvių) # Exported from translatewiki.net # # Author: Eitvys200 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:11+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 (05c726a); Translate 2012-04-11\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 f6c6af5f99..4fd523f69c 100644 --- a/plugins/Adsense/locale/mk/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/mk/LC_MESSAGES/Adsense.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Adsense to Macedonian (Македонски) +# Translation of StatusNet - Adsense to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:11+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 (05c726a); Translate 2012-04-11\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 2bb146757d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:11+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 (05c726a); Translate 2012-04-11\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 a46adbb310..3a6b923780 100644 --- a/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Adsense to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - Adsense to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:11+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 (05c726a); Translate 2012-04-11\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 7f3fa223d0..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:11+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 (05c726a); Translate 2012-04-11\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 7119bd8f43..0d8b9cd40f 100644 --- a/plugins/Adsense/locale/pt/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/pt/LC_MESSAGES/Adsense.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Adsense to Portuguese (Português) +# Translation of StatusNet - Adsense to Portuguese (português) # Exported from translatewiki.net # # Author: Waldir @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:12+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 (05c726a); Translate 2012-04-11\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 8de1dee6cd..658e7f0440 100644 --- a/plugins/Adsense/locale/pt_BR/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/pt_BR/LC_MESSAGES/Adsense.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Adsense to Brazilian Portuguese (Português do Brasil) +# Translation of StatusNet - Adsense to Brazilian Portuguese (português do Brasil) # Exported from translatewiki.net # # Author: Giro720 @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:12+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 (05c726a); Translate 2012-04-11\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 8528d99a92..f25d75269d 100644 --- a/plugins/Adsense/locale/ru/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/ru/LC_MESSAGES/Adsense.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Adsense to Russian (Русский) +# Translation of StatusNet - Adsense to Russian (русский) # Exported from translatewiki.net # # Author: Eleferen @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:12+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 (05c726a); Translate 2012-04-11\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 1adde82af2..e670f59f6a 100644 --- a/plugins/Adsense/locale/sv/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/sv/LC_MESSAGES/Adsense.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Adsense to Swedish (Svenska) +# Translation of StatusNet - Adsense to Swedish (svenska) # Exported from translatewiki.net # # Author: Jamminjohn @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:12+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 (05c726a); Translate 2012-04-11\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 4d0e081bab..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:12+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 (05c726a); Translate 2012-04-11\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 1c897d4583..f2b4f9d802 100644 --- a/plugins/Adsense/locale/uk/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/uk/LC_MESSAGES/Adsense.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Adsense to Ukrainian (Українська) +# Translation of StatusNet - Adsense to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:12+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 (05c726a); Translate 2012-04-11\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 f1c2109572..7fae863229 100644 --- a/plugins/Adsense/locale/zh_CN/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/zh_CN/LC_MESSAGES/Adsense.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Adsense to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - Adsense to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: Chenxiaoqino @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:12+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 (05c726a); Translate 2012-04-11\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 91fbb835e1..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-05-03 22:11+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 b8235a4339..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:12+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 (05c726a); Translate 2012-04-11\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 6f80c8f940..ff774deaf8 100644 --- a/plugins/Aim/locale/ca/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/ca/LC_MESSAGES/Aim.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Aim to Catalan (Català) +# Translation of StatusNet - Aim to Catalan (català) # Exported from translatewiki.net # # Author: Dvdgmz @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:13+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 (05c726a); Translate 2012-04-11\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 ae952d70b4..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:13+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 (05c726a); Translate 2012-04-11\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 94858490f9..6eaa92141d 100644 --- a/plugins/Aim/locale/es/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/es/LC_MESSAGES/Aim.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Aim to Spanish (Español) +# Translation of StatusNet - Aim to Spanish (español) # Exported from translatewiki.net # # Author: Erchache2000 @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:13+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 (05c726a); Translate 2012-04-11\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 e9ea65d4b4..874f0d9599 100644 --- a/plugins/Aim/locale/eu/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/eu/LC_MESSAGES/Aim.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Aim to Basque (Euskara) +# Translation of StatusNet - Aim to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:13+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 (05c726a); Translate 2012-04-11\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" @@ -23,7 +23,7 @@ msgstr "" #. TRANS: No idea what the use case for this message is. msgid "Send me a message to post a notice" -msgstr "Bidali mezu bat niri oharra argitartzeko" +msgstr "Bidali mezu bat niri ohar bat argitartzeko" #. TRANS: Display name. msgid "AIM" diff --git a/plugins/Aim/locale/fi/LC_MESSAGES/Aim.po b/plugins/Aim/locale/fi/LC_MESSAGES/Aim.po index dfc77c3e3c..e9ef6a7485 100644 --- a/plugins/Aim/locale/fi/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/fi/LC_MESSAGES/Aim.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Aim to Finnish (Suomi) +# Translation of StatusNet - Aim to Finnish (suomi) # Exported from translatewiki.net # # Author: Tne @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:13+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 (05c726a); Translate 2012-04-11\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 d0fec3da9c..8a20feca26 100644 --- a/plugins/Aim/locale/fr/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/fr/LC_MESSAGES/Aim.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Aim to French (Français) +# Translation of StatusNet - Aim to French (français) # Exported from translatewiki.net # # Author: Coyau @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:13+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 (05c726a); Translate 2012-04-11\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 e86484e60e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:13+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 (05c726a); Translate 2012-04-11\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 3e6948cc68..bc198b8186 100644 --- a/plugins/Aim/locale/ia/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/ia/LC_MESSAGES/Aim.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Aim to Interlingua (Interlingua) +# Translation of StatusNet - Aim to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:13+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..b48753fcf6 --- /dev/null +++ b/plugins/Aim/locale/it/LC_MESSAGES/Aim.po @@ -0,0 +1,43 @@ +# Translation of StatusNet - Aim to Italian (italiano) +# Exported from translatewiki.net +# +# Author: Od1n +# Author: Ximo17 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Aim\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-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 (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. +msgid "Send me a message to post a notice" +msgstr "Mandami un messaggio per pubblicare una notizia" + +#. TRANS: Display name. +msgid "AIM" +msgstr "AIM" + +#. TRANS: Exception thrown in AIM plugin when user has not been specified. +msgid "Must specify a user." +msgstr "Devi specificare un utente." + +#. TRANS: Exception thrown in AIM plugin when password has not been specified. +msgid "Must specify a password." +msgstr "Devi specificare una password." + +#. TRANS: Plugin description. +msgid "" +"The AIM plugin allows users to send and receive notices over the AIM network." +msgstr "" +"Il plugin per AIM consente agli utenti di inviare e ricevere le notizie " +"tramite la rete AIM." diff --git a/plugins/Aim/locale/mk/LC_MESSAGES/Aim.po b/plugins/Aim/locale/mk/LC_MESSAGES/Aim.po index 8366df49d9..cefdc673d1 100644 --- a/plugins/Aim/locale/mk/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/mk/LC_MESSAGES/Aim.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Aim to Macedonian (Македонски) +# Translation of StatusNet - Aim to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:13+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 (05c726a); Translate 2012-04-11\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 3b9f880149..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:13+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 (05c726a); Translate 2012-04-11\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 2cb332de49..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:13+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 (05c726a); Translate 2012-04-11\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 f385752e06..56a4cea1b3 100644 --- a/plugins/Aim/locale/pl/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/pl/LC_MESSAGES/Aim.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Aim to Polish (Polski) +# Translation of StatusNet - Aim to Polish (polski) # Exported from translatewiki.net # # Author: BeginaFelicysym @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:13+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 (05c726a); Translate 2012-04-11\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 159220fe7d..82fedba464 100644 --- a/plugins/Aim/locale/pt/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/pt/LC_MESSAGES/Aim.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Aim to Portuguese (Português) +# Translation of StatusNet - Aim to Portuguese (português) # Exported from translatewiki.net # # Author: SandroHc @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:13+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 (05c726a); Translate 2012-04-11\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 f55327374a..ac000fb8e7 100644 --- a/plugins/Aim/locale/sv/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/sv/LC_MESSAGES/Aim.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Aim to Swedish (Svenska) +# Translation of StatusNet - Aim to Swedish (svenska) # Exported from translatewiki.net # # Author: Jamminjohn @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:14+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 (05c726a); Translate 2012-04-11\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 f5a6fc56a7..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:14+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 (05c726a); Translate 2012-04-11\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 c272d656bc..2acc6ae8d3 100644 --- a/plugins/Aim/locale/uk/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/uk/LC_MESSAGES/Aim.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Aim to Ukrainian (Українська) +# Translation of StatusNet - Aim to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:14+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 (05c726a); Translate 2012-04-11\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 59cf0edb8e..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-05-03 22:11+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 1f26398228..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:14+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 (05c726a); Translate 2012-04-11\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 eda5f4b109..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:14+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 (05c726a); Translate 2012-04-11\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 7b8b3a59bc..6c77de00e9 100644 --- a/plugins/AnonymousFave/locale/br/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/br/LC_MESSAGES/AnonymousFave.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AnonymousFave to Breton (Brezhoneg) +# Translation of StatusNet - AnonymousFave to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:14+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 (05c726a); Translate 2012-04-11\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 0e3ad56fd2..310a509615 100644 --- a/plugins/AnonymousFave/locale/ca/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/ca/LC_MESSAGES/AnonymousFave.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AnonymousFave to Catalan (Català) +# Translation of StatusNet - AnonymousFave to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:14+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 (05c726a); Translate 2012-04-11\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 45eb109a9e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:14+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 (05c726a); Translate 2012-04-11\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 96191fab5d..5b70d5f048 100644 --- a/plugins/AnonymousFave/locale/es/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/es/LC_MESSAGES/AnonymousFave.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AnonymousFave to Spanish (Español) +# Translation of StatusNet - AnonymousFave to Spanish (español) # Exported from translatewiki.net # # Author: Erchache2000 @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:15+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 (05c726a); Translate 2012-04-11\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 1a5c34ede2..2de9cb2484 100644 --- a/plugins/AnonymousFave/locale/eu/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/eu/LC_MESSAGES/AnonymousFave.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AnonymousFave to Basque (Euskara) +# Translation of StatusNet - AnonymousFave to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:15+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 (05c726a); Translate 2012-04-11\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 37d4e6a4b8..773cf37099 100644 --- a/plugins/AnonymousFave/locale/fr/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/fr/LC_MESSAGES/AnonymousFave.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AnonymousFave to French (Français) +# Translation of StatusNet - AnonymousFave to French (français) # Exported from translatewiki.net # # Author: Iketsi @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:15+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 (05c726a); Translate 2012-04-11\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 e849543523..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:15+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 (05c726a); Translate 2012-04-11\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 9d282f66cf..0b2ed0f494 100644 --- a/plugins/AnonymousFave/locale/ia/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/ia/LC_MESSAGES/AnonymousFave.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AnonymousFave to Interlingua (Interlingua) +# Translation of StatusNet - AnonymousFave to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:15+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..3e7368c6be --- /dev/null +++ b/plugins/AnonymousFave/locale/it/LC_MESSAGES/AnonymousFave.po @@ -0,0 +1,86 @@ +# Translation of StatusNet - AnonymousFave 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 - AnonymousFave\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Server exception. +#. TRANS: %d is the notice ID (number). +#, php-format +msgid "Could not update favorite tally for notice ID %d." +msgstr "Impossibile aggiornare il totale dei preferiti per la notizia ID %d ." + +#. TRANS: Server exception. +#. TRANS: %d is the notice ID (number). +#, php-format +msgid "Could not create favorite tally for notice ID %d." +msgstr "Impossibile creare il totale dei preferiti per la notizia ID %d ." + +#. TRANS: Client error. +msgid "" +"Could not disfavor notice! Please make sure your browser has cookies enabled." +msgstr "" +"Impossibile rimuovere la notizia dai preferiti! Assicurati che i cookies del " +"tuo browser siano abilitati." + +#. TRANS: Client error. +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 error. +msgid "This notice is not a favorite!" +msgstr "Questo messaggio non è un preferito!" + +#. TRANS: Server error. +msgid "Could not delete favorite." +msgstr "Impossibile eliminare un preferito." + +#. TRANS: Title. +msgid "Add to favorites" +msgstr "Aggiungi ai preferiti" + +#. TRANS: Label for tally for number of times a notice was favored. +msgid "Favored" +msgstr "Preferito" + +#. TRANS: Server exception. +msgid "Could not create anonymous user session." +msgstr "Impossibile creare una sessione per utente anonimo." + +#. TRANS: Plugin description. +msgid "Allow anonymous users to favorite notices." +msgstr "Consentire agli utenti anonimi di aggiungere le notizie ai preferiti." + +#. TRANS: Client error. +msgid "" +"Could not favor notice! Please make sure your browser has cookies enabled." +msgstr "" +"Impossibile aggiungere la notizia ai preferiti! Assicurati che i cookies del " +"tuo browser siano abilitati." + +#. TRANS: Client error. +msgid "This notice is already a favorite!" +msgstr "Questa notizia è già un preferito!" + +#. TRANS: Server error. +msgid "Could not create favorite." +msgstr "Impossibile creare un preferito." + +#. TRANS: Title. +msgid "Disfavor favorite" +msgstr "Rimuovi dai preferiti" diff --git a/plugins/AnonymousFave/locale/mk/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/mk/LC_MESSAGES/AnonymousFave.po index 72119c2d54..c84e94f0cc 100644 --- a/plugins/AnonymousFave/locale/mk/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/mk/LC_MESSAGES/AnonymousFave.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AnonymousFave to Macedonian (Македонски) +# Translation of StatusNet - AnonymousFave to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:15+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 (05c726a); Translate 2012-04-11\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 db8b669987..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:15+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 (05c726a); Translate 2012-04-11\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 ba5780073a..4e150fcde2 100644 --- a/plugins/AnonymousFave/locale/pt/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/pt/LC_MESSAGES/AnonymousFave.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AnonymousFave to Portuguese (Português) +# Translation of StatusNet - AnonymousFave to Portuguese (português) # Exported from translatewiki.net # # Author: Waldir @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:15+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 (05c726a); Translate 2012-04-11\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 36dce759c0..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:15+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 (05c726a); Translate 2012-04-11\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 9c8c008dcc..1a641242af 100644 --- a/plugins/AnonymousFave/locale/uk/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/uk/LC_MESSAGES/AnonymousFave.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AnonymousFave to Ukrainian (Українська) +# Translation of StatusNet - AnonymousFave to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:15+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 (05c726a); Translate 2012-04-11\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 b9491f4b87..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-05-03 22:11+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 3d7d5a15e1..2240c1324d 100644 --- a/plugins/ApiLogger/locale/ast/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/ast/LC_MESSAGES/ApiLogger.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ApiLogger to Asturian (Asturianu) +# Translation of StatusNet - ApiLogger to Asturian (asturianu) # Exported from translatewiki.net # # Author: Xuacu @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:17+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 (05c726a); Translate 2012-04-11\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 169be43ced..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:17+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 (05c726a); Translate 2012-04-11\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 d999cc7047..bfb7e7d390 100644 --- a/plugins/ApiLogger/locale/es/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/es/LC_MESSAGES/ApiLogger.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ApiLogger to Spanish (Español) +# Translation of StatusNet - ApiLogger to Spanish (español) # Exported from translatewiki.net # # Author: Erchache2000 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:17+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 (05c726a); Translate 2012-04-11\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 bc549b8f1e..48e1949ec3 100644 --- a/plugins/ApiLogger/locale/eu/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/eu/LC_MESSAGES/ApiLogger.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ApiLogger to Basque (Euskara) +# Translation of StatusNet - ApiLogger to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:17+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 (05c726a); Translate 2012-04-11\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 9c063ebe05..1bbf0683e0 100644 --- a/plugins/ApiLogger/locale/fr/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/fr/LC_MESSAGES/ApiLogger.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ApiLogger to French (Français) +# Translation of StatusNet - ApiLogger to French (français) # Exported from translatewiki.net # # Author: Iketsi @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:17+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 (05c726a); Translate 2012-04-11\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 50011876cd..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:17+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 (05c726a); Translate 2012-04-11\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 5e957fbc1c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:17+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 (05c726a); Translate 2012-04-11\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 631f95c68b..0f4cac2d1f 100644 --- a/plugins/ApiLogger/locale/ia/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/ia/LC_MESSAGES/ApiLogger.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ApiLogger to Interlingua (Interlingua) +# Translation of StatusNet - ApiLogger to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:17+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..c140fd5968 --- /dev/null +++ b/plugins/ApiLogger/locale/it/LC_MESSAGES/ApiLogger.po @@ -0,0 +1,23 @@ +# Translation of StatusNet - ApiLogger 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 - ApiLogger\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Allows random sampling of API requests." +msgstr "Permette il campionamento casuale delle richieste API." diff --git a/plugins/ApiLogger/locale/ksh/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/ksh/LC_MESSAGES/ApiLogger.po index 96460f2521..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:18+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 (05c726a); Translate 2012-04-11\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 4345d2375c..44e651e7c6 100644 --- a/plugins/ApiLogger/locale/mk/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/mk/LC_MESSAGES/ApiLogger.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ApiLogger to Macedonian (Македонски) +# Translation of StatusNet - ApiLogger to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:18+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 (05c726a); Translate 2012-04-11\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 0841356531..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:18+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 (05c726a); Translate 2012-04-11\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 b3b8b3bc5e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:18+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 (05c726a); Translate 2012-04-11\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 4c24bb2be2..62cedbdfac 100644 --- a/plugins/ApiLogger/locale/pl/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/pl/LC_MESSAGES/ApiLogger.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ApiLogger to Polish (Polski) +# Translation of StatusNet - ApiLogger to Polish (polski) # Exported from translatewiki.net # # Author: BeginaFelicysym @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:18+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 (05c726a); Translate 2012-04-11\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 40aa770483..9a2ed49aaa 100644 --- a/plugins/ApiLogger/locale/pt/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/pt/LC_MESSAGES/ApiLogger.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ApiLogger to Portuguese (Português) +# Translation of StatusNet - ApiLogger to Portuguese (português) # Exported from translatewiki.net # # Author: Diego Queiroz @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:18+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 (05c726a); Translate 2012-04-11\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 d47808e03e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:18+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 (05c726a); Translate 2012-04-11\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 8293aca4a6..936715d027 100644 --- a/plugins/ApiLogger/locale/uk/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/uk/LC_MESSAGES/ApiLogger.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ApiLogger to Ukrainian (Українська) +# Translation of StatusNet - ApiLogger to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:18+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 (05c726a); Translate 2012-04-11\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 dfb73c9678..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-05-03 22:11+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 750ead217c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:20+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 (05c726a); Translate 2012-04-11\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 e1e2d39af1..2e20f529bd 100644 --- a/plugins/AutoSandbox/locale/br/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/br/LC_MESSAGES/AutoSandbox.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AutoSandbox to Breton (Brezhoneg) +# Translation of StatusNet - AutoSandbox to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Fulup @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:20+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 (05c726a); Translate 2012-04-11\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 abc7c5be0e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:20+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 (05c726a); Translate 2012-04-11\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 39e290a31d..2075d53b89 100644 --- a/plugins/AutoSandbox/locale/es/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/es/LC_MESSAGES/AutoSandbox.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AutoSandbox to Spanish (Español) +# Translation of StatusNet - AutoSandbox to Spanish (español) # Exported from translatewiki.net # # Author: Erchache2000 @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:20+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 (05c726a); Translate 2012-04-11\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 aa58e37eff..a7e73b2cab 100644 --- a/plugins/AutoSandbox/locale/eu/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/eu/LC_MESSAGES/AutoSandbox.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AutoSandbox to Basque (Euskara) +# Translation of StatusNet - AutoSandbox to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:20+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 (05c726a); Translate 2012-04-11\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 a2cb606c34..a04621ebe8 100644 --- a/plugins/AutoSandbox/locale/fr/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/fr/LC_MESSAGES/AutoSandbox.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AutoSandbox to French (Français) +# Translation of StatusNet - AutoSandbox to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:20+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 (05c726a); Translate 2012-04-11\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 00ca80fa67..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:20+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 (05c726a); Translate 2012-04-11\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 bdaaf1d099..d2d9ae935e 100644 --- a/plugins/AutoSandbox/locale/ia/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/ia/LC_MESSAGES/AutoSandbox.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AutoSandbox to Interlingua (Interlingua) +# Translation of StatusNet - AutoSandbox to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:20+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..978317b9f5 --- /dev/null +++ b/plugins/AutoSandbox/locale/it/LC_MESSAGES/AutoSandbox.po @@ -0,0 +1,43 @@ +# Translation of StatusNet - AutoSandbox 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 - AutoSandbox\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Automatically sandboxes newly registered members." +msgstr "I nuovi membri registrati saranno automaticamente inseriti in sandbox." + +#. TRANS: User instructions after registration. +msgid "" +"Note you will initially be \"sandboxed\" so your posts will not appear in " +"the public timeline." +msgstr "" +"Nota che inizialmente sarai \"sandboxato\" e i tuoi post non compariranno " +"nella cronologia pubblica." + +#. TRANS: User instructions after registration. +#. TRANS: %s is a clickable e-mailaddress. +#, php-format +msgid "" +"Note you will initially be \"sandboxed\" so your posts will not appear in " +"the public timeline. Send a message to %s to speed up the unsandboxing " +"process." +msgstr "" +"Nota che inizialmente sarai \"sandboxato\" e i tuoi post non compariranno " +"nella cronologia pubblica. Invia un messaggio a %s per accelerare il " +"processo di uscita dal sandbox." diff --git a/plugins/AutoSandbox/locale/mk/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/mk/LC_MESSAGES/AutoSandbox.po index 5c1c0cd54f..031885ae08 100644 --- a/plugins/AutoSandbox/locale/mk/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/mk/LC_MESSAGES/AutoSandbox.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AutoSandbox to Macedonian (Македонски) +# Translation of StatusNet - AutoSandbox to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:20+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 (05c726a); Translate 2012-04-11\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 11b418f1e7..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:20+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 (05c726a); Translate 2012-04-11\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 7ea598a42f..145cc3f98e 100644 --- a/plugins/AutoSandbox/locale/pl/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/pl/LC_MESSAGES/AutoSandbox.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AutoSandbox to Polish (Polski) +# Translation of StatusNet - AutoSandbox to Polish (polski) # Exported from translatewiki.net # # Author: BeginaFelicysym @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:20+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 (05c726a); Translate 2012-04-11\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 702f55aca6..de3d10314f 100644 --- a/plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AutoSandbox to Russian (Русский) +# Translation of StatusNet - AutoSandbox to Russian (русский) # Exported from translatewiki.net # # Author: MaxSem @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:20+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 (05c726a); Translate 2012-04-11\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 0675199502..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:20+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 (05c726a); Translate 2012-04-11\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 b3f33b88d5..bb8fe21253 100644 --- a/plugins/AutoSandbox/locale/uk/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/uk/LC_MESSAGES/AutoSandbox.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AutoSandbox to Ukrainian (Українська) +# Translation of StatusNet - AutoSandbox to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:20+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 (05c726a); Translate 2012-04-11\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 8353a49ee1..c5fa7e3417 100644 --- a/plugins/AutoSandbox/locale/zh_CN/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/zh_CN/LC_MESSAGES/AutoSandbox.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - AutoSandbox to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - AutoSandbox to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: ZhengYiFeng @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:21+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 (05c726a); Translate 2012-04-11\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 f0596c930b..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-05-03 22:11+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 348ef08385..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:18+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 (05c726a); Translate 2012-04-11\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 dd71ff36b1..674d031a60 100644 --- a/plugins/Autocomplete/locale/ast/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/ast/LC_MESSAGES/Autocomplete.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Autocomplete to Asturian (Asturianu) +# Translation of StatusNet - Autocomplete to Asturian (asturianu) # Exported from translatewiki.net # # Author: Xuacu @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:18+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 (05c726a); Translate 2012-04-11\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 7db57faf63..9d17a77fac 100644 --- a/plugins/Autocomplete/locale/ca/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/ca/LC_MESSAGES/Autocomplete.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Autocomplete to Catalan (Català) +# Translation of StatusNet - Autocomplete to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:19+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 (05c726a); Translate 2012-04-11\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 e05acadce7..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:19+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 (05c726a); Translate 2012-04-11\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 b92125eb24..209d00c6eb 100644 --- a/plugins/Autocomplete/locale/es/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/es/LC_MESSAGES/Autocomplete.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Autocomplete to Spanish (Español) +# Translation of StatusNet - Autocomplete to Spanish (español) # Exported from translatewiki.net # # Author: Erchache2000 @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:19+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 (05c726a); Translate 2012-04-11\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 7b63eb7922..e6966c5b65 100644 --- a/plugins/Autocomplete/locale/eu/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/eu/LC_MESSAGES/Autocomplete.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Autocomplete to Basque (Euskara) +# Translation of StatusNet - Autocomplete to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:19+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 (05c726a); Translate 2012-04-11\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 99c2e4fdca..3b34521a57 100644 --- a/plugins/Autocomplete/locale/fr/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/fr/LC_MESSAGES/Autocomplete.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Autocomplete to French (Français) +# Translation of StatusNet - Autocomplete to French (français) # Exported from translatewiki.net # # Author: Crochet.david @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:19+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 (05c726a); Translate 2012-04-11\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 99a2f78e76..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:19+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 (05c726a); Translate 2012-04-11\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 d138d572c8..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:19+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 (05c726a); Translate 2012-04-11\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 ab9863f986..934da304d0 100644 --- a/plugins/Autocomplete/locale/ia/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/ia/LC_MESSAGES/Autocomplete.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Autocomplete to Interlingua (Interlingua) +# Translation of StatusNet - Autocomplete to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:19+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..fef70104f0 --- /dev/null +++ b/plugins/Autocomplete/locale/it/LC_MESSAGES/Autocomplete.po @@ -0,0 +1,29 @@ +# Translation of StatusNet - Autocomplete 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 - Autocomplete\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "The autocomplete plugin adds autocompletion for @ replies." +msgstr "" +"Il plugin di completamento automatico aggiunge il completamento automatico " +"per le @ risposte." + +#. TRANS: Client exception in autocomplete plugin. +msgid "Access forbidden." +msgstr "Accesso vietato." diff --git a/plugins/Autocomplete/locale/lt/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/lt/LC_MESSAGES/Autocomplete.po index ab4e45c77f..22ff414f0a 100644 --- a/plugins/Autocomplete/locale/lt/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/lt/LC_MESSAGES/Autocomplete.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Autocomplete to Lithuanian (Lietuvių) +# Translation of StatusNet - Autocomplete to Lithuanian (lietuvių) # Exported from translatewiki.net # # Author: Eitvys200 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:19+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 (05c726a); Translate 2012-04-11\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 276cf2ca33..7ce15c09d6 100644 --- a/plugins/Autocomplete/locale/mk/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/mk/LC_MESSAGES/Autocomplete.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Autocomplete to Macedonian (Македонски) +# Translation of StatusNet - Autocomplete to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:19+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 (05c726a); Translate 2012-04-11\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 b68ee22838..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:19+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 (05c726a); Translate 2012-04-11\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 e87cb6d1ee..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:19+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 (05c726a); Translate 2012-04-11\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 054a17dcf7..170e92f85f 100644 --- a/plugins/Autocomplete/locale/pl/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/pl/LC_MESSAGES/Autocomplete.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Autocomplete to Polish (Polski) +# Translation of StatusNet - Autocomplete to Polish (polski) # Exported from translatewiki.net # # Author: BeginaFelicysym @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:19+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 (05c726a); Translate 2012-04-11\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 ddc3cae358..f31db9b598 100644 --- a/plugins/Autocomplete/locale/sv/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/sv/LC_MESSAGES/Autocomplete.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Autocomplete to Swedish (Svenska) +# Translation of StatusNet - Autocomplete to Swedish (svenska) # Exported from translatewiki.net # # Author: Ainali @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:19+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 (05c726a); Translate 2012-04-11\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 5d8571d700..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:19+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 (05c726a); Translate 2012-04-11\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 dc502de46c..5d10d12b4e 100644 --- a/plugins/Autocomplete/locale/uk/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/uk/LC_MESSAGES/Autocomplete.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Autocomplete to Ukrainian (Українська) +# Translation of StatusNet - Autocomplete to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:20+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 (05c726a); Translate 2012-04-11\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 ac272364ae..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-05-03 22:11+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 7a67439591..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:21+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 (05c726a); Translate 2012-04-11\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 76a46fefb9..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:21+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 (05c726a); Translate 2012-04-11\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 1a894aada9..6c10d39507 100644 --- a/plugins/Awesomeness/locale/es/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/es/LC_MESSAGES/Awesomeness.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Awesomeness to Spanish (Español) +# Translation of StatusNet - Awesomeness to Spanish (español) # Exported from translatewiki.net # # Author: Erchache2000 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:21+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 (05c726a); Translate 2012-04-11\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 b23f33f8dc..1322f06bda 100644 --- a/plugins/Awesomeness/locale/eu/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/eu/LC_MESSAGES/Awesomeness.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Awesomeness to Basque (Euskara) +# Translation of StatusNet - Awesomeness to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:21+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 (05c726a); Translate 2012-04-11\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 6cca66851f..822976a6a5 100644 --- a/plugins/Awesomeness/locale/fi/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/fi/LC_MESSAGES/Awesomeness.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Awesomeness to Finnish (Suomi) +# Translation of StatusNet - Awesomeness to Finnish (suomi) # Exported from translatewiki.net # # Author: Nike @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:21+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 (05c726a); Translate 2012-04-11\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 4cef71abb7..2ec09648d9 100644 --- a/plugins/Awesomeness/locale/fr/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/fr/LC_MESSAGES/Awesomeness.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Awesomeness to French (Français) +# Translation of StatusNet - Awesomeness to French (français) # Exported from translatewiki.net # # Author: Sherbrooke @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:21+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 (05c726a); Translate 2012-04-11\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 dca4b52331..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:21+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 (05c726a); Translate 2012-04-11\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 53f5072769..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:21+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 (05c726a); Translate 2012-04-11\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 7570d72c5c..e4bab60c08 100644 --- a/plugins/Awesomeness/locale/ia/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/ia/LC_MESSAGES/Awesomeness.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Awesomeness to Interlingua (Interlingua) +# Translation of StatusNet - Awesomeness to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:21+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..d58c9dafa7 --- /dev/null +++ b/plugins/Awesomeness/locale/it/LC_MESSAGES/Awesomeness.po @@ -0,0 +1,27 @@ +# Translation of StatusNet - Awesomeness 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 - Awesomeness\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description for a sample plugin. +msgid "" +"The Awesomeness plugin adds additional awesomeness to a StatusNet " +"installation." +msgstr "" +"Il plugin Awesomeness aggiunge ulteriore imponenza all'installazione di " +"StatusNet." diff --git a/plugins/Awesomeness/locale/mk/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/mk/LC_MESSAGES/Awesomeness.po index 33b3b02ee3..ac835a0757 100644 --- a/plugins/Awesomeness/locale/mk/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/mk/LC_MESSAGES/Awesomeness.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Awesomeness to Macedonian (Македонски) +# Translation of StatusNet - Awesomeness to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:21+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 (05c726a); Translate 2012-04-11\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 13089f24b8..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:21+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 (05c726a); Translate 2012-04-11\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 146b467dc3..e1994fbb9f 100644 --- a/plugins/Awesomeness/locale/pl/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/pl/LC_MESSAGES/Awesomeness.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Awesomeness to Polish (Polski) +# Translation of StatusNet - Awesomeness to Polish (polski) # Exported from translatewiki.net # # Author: BeginaFelicysym @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:21+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 (05c726a); Translate 2012-04-11\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 d364a2b22e..db8dee9d08 100644 --- a/plugins/Awesomeness/locale/pt/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/pt/LC_MESSAGES/Awesomeness.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Awesomeness to Portuguese (Português) +# Translation of StatusNet - Awesomeness to Portuguese (português) # Exported from translatewiki.net # # Author: Waldir @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:21+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 (05c726a); Translate 2012-04-11\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 acb843243c..c404729b37 100644 --- a/plugins/Awesomeness/locale/ru/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/ru/LC_MESSAGES/Awesomeness.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Awesomeness to Russian (Русский) +# Translation of StatusNet - Awesomeness to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:21+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 (05c726a); Translate 2012-04-11\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 658d1fe26f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:22+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 (05c726a); Translate 2012-04-11\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 593df4346d..b40e0141ff 100644 --- a/plugins/Awesomeness/locale/uk/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/uk/LC_MESSAGES/Awesomeness.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Awesomeness to Ukrainian (Українська) +# Translation of StatusNet - Awesomeness to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:22+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 (05c726a); Translate 2012-04-11\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 8a7c137563..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-05-03 22:11+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 7cf2a388d3..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:22+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 (05c726a); Translate 2012-04-11\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 48378516e2..56e51b17b2 100644 --- a/plugins/BitlyUrl/locale/ca/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/ca/LC_MESSAGES/BitlyUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BitlyUrl to Catalan (Català) +# Translation of StatusNet - BitlyUrl to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:22+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 (05c726a); Translate 2012-04-11\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 2c39b73365..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:22+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 (05c726a); Translate 2012-04-11\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 25c3adb982..3cf0bad24f 100644 --- a/plugins/BitlyUrl/locale/es/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/es/LC_MESSAGES/BitlyUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BitlyUrl to Spanish (Español) +# Translation of StatusNet - BitlyUrl to Spanish (español) # Exported from translatewiki.net # # Author: Erchache2000 @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:22+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 (05c726a); Translate 2012-04-11\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 07a049101a..40bea6dc84 100644 --- a/plugins/BitlyUrl/locale/eu/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/eu/LC_MESSAGES/BitlyUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BitlyUrl to Basque (Euskara) +# Translation of StatusNet - BitlyUrl to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:22+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 (05c726a); Translate 2012-04-11\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. @@ -80,7 +80,7 @@ msgstr "Url zerbitzu bat zehaztu beharko zenuke bil.ly URL laburketetarako." #. TRANS: Plugin description. %1$s is the URL shortening service base URL (for example "bit.ly"). #, php-format msgid "Uses %1$s URL-shortener service." -msgstr "%1$s URL-laburtze zerbitzua erabiltzen." +msgstr "%1$s URL-laburtze zerbitzua erabiliz." #. TRANS: Menu item in administration menus for bit.ly URL shortening settings. msgid "bit.ly" diff --git a/plugins/BitlyUrl/locale/fr/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/fr/LC_MESSAGES/BitlyUrl.po index 9ef098a8f2..e439defec8 100644 --- a/plugins/BitlyUrl/locale/fr/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/fr/LC_MESSAGES/BitlyUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BitlyUrl to French (Français) +# Translation of StatusNet - BitlyUrl to French (français) # Exported from translatewiki.net # # Author: Iketsi @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:22+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 (05c726a); Translate 2012-04-11\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 384307e511..e6e4711d02 100644 --- a/plugins/BitlyUrl/locale/fur/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/fur/LC_MESSAGES/BitlyUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BitlyUrl to Friulian (Furlan) +# Translation of StatusNet - BitlyUrl to Friulian (furlan) # Exported from translatewiki.net # # Author: Klenje @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:22+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 (05c726a); Translate 2012-04-11\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 5873dc97b0..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:22+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 (05c726a); Translate 2012-04-11\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 7ee47fd91c..7a3ed57d3e 100644 --- a/plugins/BitlyUrl/locale/ia/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/ia/LC_MESSAGES/BitlyUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BitlyUrl to Interlingua (Interlingua) +# Translation of StatusNet - BitlyUrl to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:22+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..b567712c08 --- /dev/null +++ b/plugins/BitlyUrl/locale/it/LC_MESSAGES/BitlyUrl.po @@ -0,0 +1,95 @@ +# Translation of StatusNet - BitlyUrl to Italian (italiano) +# Exported from translatewiki.net +# +# Author: Od1n +# Author: Ximo17 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - BitlyUrl\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Title of administration panel. +msgid "bit.ly URL shortening" +msgstr "accorciamento della URL bit.ly" + +#. TRANS: Instructions for administration panel. +#. TRANS: This message contains Markdown links in the form [decsription](link). +msgid "" +"URL shortening with bit.ly requires [a bit.ly account and API key](http://" +"bit.ly/a/your_api_key). This verifies that this is an authorized account, " +"and allow you to use bit.ly's tracking features and custom domains." +msgstr "" +"L'accorciamento della URL con bit. ly richiede [un account bit.ly e una " +"chiave API](http://bit.ly/a/your_api_key). Questo permette di verificare se " +"si tratta di un account autorizzato e consente di utilizzare la funzionalità " +"di rilevamento di bit.ly e i domini personalizzati." + +#. TRANS: Client error displayed when using too long a key. +msgid "Invalid login. Maximum length is 255 characters." +msgstr "Accesso non valido. La lunghezza massima è di 255 caratteri." + +#. TRANS: Client error displayed when using too long a key. +msgid "Invalid API key. Maximum length is 255 characters." +msgstr "Chiave API non valida. La lunghezza massima è di 255 caratteri." + +#. TRANS: Fieldset legend in administration panel for bit.ly username and API key. +msgctxt "LEGEND" +msgid "Credentials" +msgstr "Credenziali" + +#. TRANS: Form guide in administration panel for bit.ly URL shortening. +msgid "Leave these empty to use global default credentials." +msgstr "" +"Lascia questo spazio vuoto per usare le credenziali predefinite globali." + +#. TRANS: Form guide in administration panel for bit.ly URL shortening. +msgid "If you leave these empty, bit.ly will be unavailable to users." +msgstr "" +"Se lasci questo spazio vuoto, bit.ly non sarà disponibile per gli utenti." + +#. TRANS: Field label in administration panel for bit.ly URL shortening. +msgid "Login name" +msgstr "Nome utente" + +#. TRANS: Field label in administration panel for bit.ly URL shortening. +msgid "API key" +msgstr "Chiave API" + +#. TRANS: Button text to save setting in administration panel for bit.ly URL shortening. +msgctxt "BUTTON" +msgid "Save" +msgstr "Salva" + +#. TRANS: Button title to save setting in administration panel for bit.ly URL shortening. +msgid "Save bit.ly settings" +msgstr "Salvare le impostazioni bit.ly" + +#. TRANS: Exception thrown when bit.ly URL shortening plugin was configured incorrectly. +msgid "You must specify a serviceUrl for bit.ly URL shortening." +msgstr "" +"È necessario specificare un serviceUrl per l'accorciamento della URL di bit." +"ly." + +#. TRANS: Plugin description. %1$s is the URL shortening service base URL (for example "bit.ly"). +#, php-format +msgid "Uses %1$s URL-shortener service." +msgstr "Usa il servizio URL-breve %1$s." + +#. TRANS: Menu item in administration menus for bit.ly URL shortening settings. +msgid "bit.ly" +msgstr "bit.ly" + +#. TRANS: Title for menu item in administration menus for bit.ly URL shortening settings. +msgid "bit.ly URL shortening." +msgstr "Abbreviazione della URL con bit.ly." diff --git a/plugins/BitlyUrl/locale/mk/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/mk/LC_MESSAGES/BitlyUrl.po index 2a4f5e7dff..1ed592b3e7 100644 --- a/plugins/BitlyUrl/locale/mk/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/mk/LC_MESSAGES/BitlyUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BitlyUrl to Macedonian (Македонски) +# Translation of StatusNet - BitlyUrl to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:23+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 (05c726a); Translate 2012-04-11\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 e2d3ddf9a4..de9250eb3e 100644 --- a/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BitlyUrl to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - BitlyUrl to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:23+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 (05c726a); Translate 2012-04-11\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 4cc5251411..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:23+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 (05c726a); Translate 2012-04-11\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 23d75b7db2..9527b085b0 100644 --- a/plugins/BitlyUrl/locale/ru/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/ru/LC_MESSAGES/BitlyUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BitlyUrl to Russian (Русский) +# Translation of StatusNet - BitlyUrl to Russian (русский) # Exported from translatewiki.net # # Author: Eleferen @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:23+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 (05c726a); Translate 2012-04-11\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 04ee52a928..78f1d14ad8 100644 --- a/plugins/BitlyUrl/locale/sv/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/sv/LC_MESSAGES/BitlyUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BitlyUrl to Swedish (Svenska) +# Translation of StatusNet - BitlyUrl to Swedish (svenska) # Exported from translatewiki.net # # Author: Jamminjohn @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:23+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 (05c726a); Translate 2012-04-11\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 a4b1d5e3f7..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:23+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 (05c726a); Translate 2012-04-11\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 9851289c27..6adb4c883b 100644 --- a/plugins/BitlyUrl/locale/uk/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/uk/LC_MESSAGES/BitlyUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BitlyUrl to Ukrainian (Українська) +# Translation of StatusNet - BitlyUrl to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:23+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 (05c726a); Translate 2012-04-11\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 188275d88a..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-05-03 22:11+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 9f40af3b92..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:23+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 (05c726a); Translate 2012-04-11\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 6b942da510..36c0cd6b85 100644 --- a/plugins/Blacklist/locale/ca/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/ca/LC_MESSAGES/Blacklist.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Blacklist to Catalan (Català) +# Translation of StatusNet - Blacklist to Catalan (català) # Exported from translatewiki.net # # Author: SMP @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:24+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 (05c726a); Translate 2012-04-11\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 6bc82b5237..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:24+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 (05c726a); Translate 2012-04-11\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 e614fc15e0..2491a9b4a9 100644 --- a/plugins/Blacklist/locale/es/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/es/LC_MESSAGES/Blacklist.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Blacklist to Spanish (Español) +# Translation of StatusNet - Blacklist to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:24+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 (05c726a); Translate 2012-04-11\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 4be3af11f8..6903fcd244 100644 --- a/plugins/Blacklist/locale/eu/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/eu/LC_MESSAGES/Blacklist.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Blacklist to Basque (Euskara) +# Translation of StatusNet - Blacklist to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:24+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 (05c726a); Translate 2012-04-11\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 81ccc8dc81..8f98242ebc 100644 --- a/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Blacklist to French (Français) +# Translation of StatusNet - Blacklist to French (français) # Exported from translatewiki.net # # Author: Davidtsm @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:24+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 (05c726a); Translate 2012-04-11\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 8158eba0df..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:24+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 (05c726a); Translate 2012-04-11\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 be6cd1d9f6..e225498c41 100644 --- a/plugins/Blacklist/locale/ia/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/ia/LC_MESSAGES/Blacklist.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Blacklist to Interlingua (Interlingua) +# Translation of StatusNet - Blacklist to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:24+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..29bccd5609 --- /dev/null +++ b/plugins/Blacklist/locale/it/LC_MESSAGES/Blacklist.po @@ -0,0 +1,123 @@ +# Translation of StatusNet - Blacklist to Italian (italiano) +# Exported from translatewiki.net +# +# Author: Od1n +# Author: Ximo17 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Blacklist\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Exception thrown if the Blacklist plugin configuration is incorrect. +#. TRANS: %1$s is a configuration section, %2$s is a configuration setting. +#, php-format +msgid "Unknown data type for config %1$s + %2$s." +msgstr "Tipo dati sconosciuto per config %1$s + %2$s." + +#. TRANS: Validation failure for URL. %s is the URL. +#, php-format +msgid "You may not register with homepage \"%s\"." +msgstr "Impossibile registrarsi con la homepage \"%s\"." + +#. TRANS: Validation failure for nickname. %s is the nickname. +#, php-format +msgid "You may not register with nickname \"%s\"." +msgstr "Impossibile registrarsi con il nickname \"%s\"." + +#. TRANS: Validation failure for URL. %s is the URL. +#, php-format +msgid "You may not use homepage \"%s\"." +msgstr "Impossibile utilizzare la homepage \"%s\"." + +#. TRANS: Validation failure for nickname. %s is the nickname. +#, php-format +msgid "You may not use nickname \"%s\"." +msgstr "Non è possibile utilizzare il nickname \"%s\"." + +#. TRANS: Validation failure for URL. %s is the URL. +#, php-format +msgid "You may not use URL \"%s\" in notices." +msgstr "Impossibile utilizzare la URL \"%s\" nelle notizie." + +#. TRANS: Plugin description. +msgid "Keeps a blacklist of forbidden nickname and URL patterns." +msgstr "Mantiene una lista nera di nickname vietati e modelli di URL." + +#. TRANS: Menu item in admin panel. +msgctxt "MENU" +msgid "Blacklist" +msgstr "Lista nera" + +#. TRANS: Tooltip for menu item in admin panel. +msgctxt "TOOLTIP" +msgid "Blacklist configuration." +msgstr "Configurazione lista nera." + +#. TRANS: Checkbox label in the blacklist user form. +msgid "Add this nickname pattern to blacklist" +msgstr "Aggiungi questo modello di nickname alla lista nera" + +#. TRANS: Checkbox label in the blacklist user form. +msgid "Add this homepage pattern to blacklist" +msgstr "Aggiungi questo modello di homepage alla lista nera" + +#. TRANS: Exception thrown trying to post a notice while having set a blocked homepage URL. %s is the blocked URL. +#. TRANS: Client exception thrown trying to subscribe to a person with a blocked homepage or site URL. %s is the blocked URL. +#, php-format +msgid "Users from \"%s\" are blocked." +msgstr "Gli utenti provenienti da \" %s \" sono bloccati." + +#. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. +#, php-format +msgid "Notices from nickname \"%s\" are disallowed." +msgstr "Le notizie del nickname \"%s\" non sono consentite." + +#. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname. +#, php-format +msgid "Cannot subscribe to nickname \"%s\"." +msgstr "Impossibile iscriversi al nickname \"%s\"." + +#. TRANS: Title of blacklist plugin administration panel. +msgctxt "TITLE" +msgid "Blacklist" +msgstr "Lista nera" + +#. TRANS: Instructions for blacklist plugin administration panel. +msgid "Blacklisted URLs and nicknames" +msgstr "Lista nera URL e nickname" + +#. TRANS: Field label in blacklist plugin administration panel. +msgid "Nicknames" +msgstr "Nickname" + +#. TRANS: Field title in blacklist plugin administration panel. +msgid "Patterns of nicknames to block, one per line." +msgstr "Modelli di nickname da bloccare, uno per riga." + +#. TRANS: Field label in blacklist plugin administration panel. +msgid "URLs" +msgstr "URL" + +#. TRANS: Field title in blacklist plugin administration panel. +msgid "Patterns of URLs to block, one per line." +msgstr "Modelli di URL da bloccare, uno per riga." + +#. TRANS: Button text in blacklist plugin administration panel to save settings. +msgctxt "BUTTON" +msgid "Save" +msgstr "Salva" + +#. TRANS: Button title in blacklist plugin administration panel to save settings. +msgid "Save site settings." +msgstr "Salva le impostazioni del sito." diff --git a/plugins/Blacklist/locale/mk/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/mk/LC_MESSAGES/Blacklist.po index cbf4a45cab..e64228ec21 100644 --- a/plugins/Blacklist/locale/mk/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/mk/LC_MESSAGES/Blacklist.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Blacklist to Macedonian (Македонски) +# Translation of StatusNet - Blacklist to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:24+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 (05c726a); Translate 2012-04-11\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 2413da293b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:24+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 (05c726a); Translate 2012-04-11\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 69ee61c9ff..4c12d881f8 100644 --- a/plugins/Blacklist/locale/ru/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/ru/LC_MESSAGES/Blacklist.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Blacklist to Russian (Русский) +# Translation of StatusNet - Blacklist to Russian (русский) # Exported from translatewiki.net # # Author: Eleferen @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:24+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 (05c726a); Translate 2012-04-11\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 35bcfc3012..2cabb3fdb1 100644 --- a/plugins/Blacklist/locale/sv/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/sv/LC_MESSAGES/Blacklist.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Blacklist to Swedish (Svenska) +# Translation of StatusNet - Blacklist to Swedish (svenska) # Exported from translatewiki.net # # Author: Jamminjohn @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:25+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 (05c726a); Translate 2012-04-11\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 2ea50e564e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:25+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 (05c726a); Translate 2012-04-11\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 601127cff2..1667273a39 100644 --- a/plugins/Blacklist/locale/uk/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/uk/LC_MESSAGES/Blacklist.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Blacklist to Ukrainian (Українська) +# Translation of StatusNet - Blacklist to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:25+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 (05c726a); Translate 2012-04-11\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 4ef62537a4..ac2835adff 100644 --- a/plugins/Blacklist/locale/zh_CN/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/zh_CN/LC_MESSAGES/Blacklist.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Blacklist to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - Blacklist to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: Chenxiaoqino @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:25+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 (05c726a); Translate 2012-04-11\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 2ff1cbeda7..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-05-03 22:11+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 d77fcbe6cc..fd55a4b932 100644 --- a/plugins/BlankAd/locale/ast/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/ast/LC_MESSAGES/BlankAd.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlankAd to Asturian (Asturianu) +# Translation of StatusNet - BlankAd to Asturian (asturianu) # Exported from translatewiki.net # # Author: Xuacu @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:25+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 (05c726a); Translate 2012-04-11\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 f72c7b60e1..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:25+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 (05c726a); Translate 2012-04-11\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 65d5a4ea34..4f875d53bd 100644 --- a/plugins/BlankAd/locale/br/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/br/LC_MESSAGES/BlankAd.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlankAd to Breton (Brezhoneg) +# Translation of StatusNet - BlankAd to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Fulup @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:25+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 (05c726a); Translate 2012-04-11\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 05aa787564..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:25+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 (05c726a); Translate 2012-04-11\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 852a08ad0e..ab96b1c22b 100644 --- a/plugins/BlankAd/locale/es/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/es/LC_MESSAGES/BlankAd.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlankAd to Spanish (Español) +# Translation of StatusNet - BlankAd to Spanish (español) # Exported from translatewiki.net # # Author: Translationista @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:25+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 (05c726a); Translate 2012-04-11\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 88d88dce8b..fa577f0a53 100644 --- a/plugins/BlankAd/locale/eu/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/eu/LC_MESSAGES/BlankAd.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlankAd to Basque (Euskara) +# Translation of StatusNet - BlankAd to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:25+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 (05c726a); Translate 2012-04-11\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 a5065442ee..9558fb2f8b 100644 --- a/plugins/BlankAd/locale/fi/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/fi/LC_MESSAGES/BlankAd.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlankAd to Finnish (Suomi) +# Translation of StatusNet - BlankAd to Finnish (suomi) # Exported from translatewiki.net # # Author: XTL @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:25+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 (05c726a); Translate 2012-04-11\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 4c6385b018..ce14d5cc70 100644 --- a/plugins/BlankAd/locale/fr/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/fr/LC_MESSAGES/BlankAd.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlankAd to French (Français) +# Translation of StatusNet - BlankAd to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:25+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 (05c726a); Translate 2012-04-11\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 71d37b9d3e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:25+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 (05c726a); Translate 2012-04-11\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 a270f950d1..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:26+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 (05c726a); Translate 2012-04-11\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 e28e4ee7c9..66ea2f981a 100644 --- a/plugins/BlankAd/locale/ia/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/ia/LC_MESSAGES/BlankAd.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlankAd to Interlingua (Interlingua) +# Translation of StatusNet - BlankAd to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:26+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..5ed34d084b --- /dev/null +++ b/plugins/BlankAd/locale/it/LC_MESSAGES/BlankAd.po @@ -0,0 +1,23 @@ +# Translation of StatusNet - BlankAd 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 - BlankAd\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Plugin for testing ad layout." +msgstr "Plugin per le prove e il layout." diff --git a/plugins/BlankAd/locale/mk/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/mk/LC_MESSAGES/BlankAd.po index 52606acdfc..ab3741a61b 100644 --- a/plugins/BlankAd/locale/mk/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/mk/LC_MESSAGES/BlankAd.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlankAd to Macedonian (Македонски) +# Translation of StatusNet - BlankAd to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:26+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 (05c726a); Translate 2012-04-11\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 7bbc6a1000..705619520f 100644 --- a/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlankAd to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - BlankAd to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:26+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 (05c726a); Translate 2012-04-11\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 2e8bf43ac0..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:26+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 (05c726a); Translate 2012-04-11\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 5461f3e698..d0e3e64d50 100644 --- a/plugins/BlankAd/locale/pt/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/pt/LC_MESSAGES/BlankAd.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlankAd to Portuguese (Português) +# Translation of StatusNet - BlankAd to Portuguese (português) # Exported from translatewiki.net # # Author: GTNS @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:26+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 (05c726a); Translate 2012-04-11\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 8ab205d9f6..8cea34abfa 100644 --- a/plugins/BlankAd/locale/ru/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/ru/LC_MESSAGES/BlankAd.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlankAd to Russian (Русский) +# Translation of StatusNet - BlankAd to Russian (русский) # Exported from translatewiki.net # # Author: Eleferen @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:26+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 (05c726a); Translate 2012-04-11\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 fbb95a25d4..b850a57a03 100644 --- a/plugins/BlankAd/locale/sv/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/sv/LC_MESSAGES/BlankAd.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlankAd to Swedish (Svenska) +# Translation of StatusNet - BlankAd to Swedish (svenska) # Exported from translatewiki.net # # Author: Jamminjohn @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:26+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 (05c726a); Translate 2012-04-11\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 fcb6af9460..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:26+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 (05c726a); Translate 2012-04-11\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 20f4b09654..a81fd3f8c2 100644 --- a/plugins/BlankAd/locale/uk/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/uk/LC_MESSAGES/BlankAd.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlankAd to Ukrainian (Українська) +# Translation of StatusNet - BlankAd to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:26+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 (05c726a); Translate 2012-04-11\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 fedfb6f848..7ba1600b06 100644 --- a/plugins/BlankAd/locale/zh_CN/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/zh_CN/LC_MESSAGES/BlankAd.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlankAd to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - BlankAd to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: ZhengYiFeng @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:26+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 (05c726a); Translate 2012-04-11\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 96bf2134ef..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-05-03 22:11+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 763d24037a..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:26+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 (05c726a); Translate 2012-04-11\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 fea77dbf32..6035f20577 100644 --- a/plugins/Blog/locale/br/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/br/LC_MESSAGES/Blog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Blog to Breton (Brezhoneg) +# Translation of StatusNet - Blog to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:26+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 (05c726a); Translate 2012-04-11\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 6f8579193a..169702e951 100644 --- a/plugins/Blog/locale/ca/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/ca/LC_MESSAGES/Blog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Blog to Catalan (Català) +# Translation of StatusNet - Blog to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:27+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 (05c726a); Translate 2012-04-11\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 a45715aeab..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:27+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 (05c726a); Translate 2012-04-11\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 80e0a6854a..92269f0e2f 100644 --- a/plugins/Blog/locale/es/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/es/LC_MESSAGES/Blog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Blog to Spanish (Español) +# Translation of StatusNet - Blog to Spanish (español) # Exported from translatewiki.net # # Author: Erchache2000 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:27+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 (05c726a); Translate 2012-04-11\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 a1a25eca58..fc0479b9bf 100644 --- a/plugins/Blog/locale/eu/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/eu/LC_MESSAGES/Blog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Blog to Basque (Euskara) +# Translation of StatusNet - Blog to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:27+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 (05c726a); Translate 2012-04-11\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 586b2c065b..51d31c1cb2 100644 --- a/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Blog to French (Français) +# Translation of StatusNet - Blog to French (français) # Exported from translatewiki.net # # Author: Davidtsm @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:27+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 (05c726a); Translate 2012-04-11\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 214f9e43bf..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:27+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 (05c726a); Translate 2012-04-11\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 28a7668a20..f2aa789cfd 100644 --- a/plugins/Blog/locale/ia/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/ia/LC_MESSAGES/Blog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Blog to Interlingua (Interlingua) +# Translation of StatusNet - Blog to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:27+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..a39b43dcff --- /dev/null +++ b/plugins/Blog/locale/it/LC_MESSAGES/Blog.po @@ -0,0 +1,93 @@ +# Translation of StatusNet - Blog 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 - 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 "Bisogna effettuare l'accesso per poter scrivere qualcosa nel blog." + +#. TRANS: Client exception thrown when trying to post a blog entry without providing a title. +msgid "Title required." +msgstr "Titolo richiesto." + +#. TRANS: Client exception thrown when trying to post a blog entry without providing content. +msgid "Content required." +msgstr "Contenuto richiesto." + +#. TRANS: Page title after sending a notice. +msgid "Blog entry saved" +msgstr "Voce del blog salvata" + +#. TRANS: Plugin description. +msgid "Let users write and share long-form texts." +msgstr "" +"Consentire agli utenti di scrivere e condividere testi con un formato lungo." + +#. 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 "Troppi oggetti dell'attività." + +#. TRANS: Exception thrown when blog plugin comes across a non-blog entry type object. +msgid "Wrong type for object." +msgstr "Tipo di oggetto sbagliato." + +#. TRANS: Exception thrown when blog plugin comes across a undefined verb. +msgid "Unknown verb for blog entries." +msgstr "Verbo sconosciuto per le voci del blog." + +#. TRANS: Exception thrown when requesting a non-existing blog entry for notice. +#, php-format +msgid "No blog entry for notice %s." +msgstr "Nessuna voce del blog per la notizia %s ." + +#. TRANS: Client exception thrown when referring to a non-existing blog entry. +msgid "No such entry." +msgstr "Nessuna voce." + +#. TRANS: Title for a blog entry without a title. +msgid "Untitled" +msgstr "Senza titolo" + +#. TRANS: Field label on blog entry form. +msgctxt "LABEL" +msgid "Title" +msgstr "Titolo" + +#. TRANS: Field title on blog entry form. +msgid "Title of the blog entry." +msgstr "Titolo della voce del blog." + +#. TRANS: Field label on blog entry form. +msgctxt "LABEL" +msgid "Text" +msgstr "Testo" + +#. TRANS: Field title on blog entry form. +msgid "Text of the blog entry." +msgstr "Testo della voce del blog." + +#. TRANS: Button text to save a blog entry. +msgctxt "BUTTON" +msgid "Save" +msgstr "Salva" diff --git a/plugins/Blog/locale/lt/LC_MESSAGES/Blog.po b/plugins/Blog/locale/lt/LC_MESSAGES/Blog.po index 1004623933..a9ddfd53dc 100644 --- a/plugins/Blog/locale/lt/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/lt/LC_MESSAGES/Blog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Blog to Lithuanian (Lietuvių) +# Translation of StatusNet - Blog to Lithuanian (lietuvių) # Exported from translatewiki.net # # Author: Eitvys200 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:27+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 (05c726a); Translate 2012-04-11\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 0afd794229..21e0623605 100644 --- a/plugins/Blog/locale/mk/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/mk/LC_MESSAGES/Blog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Blog to Macedonian (Македонски) +# Translation of StatusNet - Blog to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:27+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 (05c726a); Translate 2012-04-11\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 9d9da0328b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:27+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 (05c726a); Translate 2012-04-11\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 b1fc3ba93d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:27+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 (05c726a); Translate 2012-04-11\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 639b0058a4..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-05-03 22:11+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 243ff03f62..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:28+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 (05c726a); Translate 2012-04-11\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 6a88f4f185..713b6a2ef6 100644 --- a/plugins/BlogspamNet/locale/es/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/es/LC_MESSAGES/BlogspamNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlogspamNet to Spanish (Español) +# Translation of StatusNet - BlogspamNet to Spanish (español) # Exported from translatewiki.net # # Author: Erchache2000 @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:28+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 (05c726a); Translate 2012-04-11\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 f150271576..67f0790e03 100644 --- a/plugins/BlogspamNet/locale/eu/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/eu/LC_MESSAGES/BlogspamNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlogspamNet to Basque (Euskara) +# Translation of StatusNet - BlogspamNet to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:28+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 (05c726a); Translate 2012-04-11\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 45040166f2..f2a3373472 100644 --- a/plugins/BlogspamNet/locale/fr/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/fr/LC_MESSAGES/BlogspamNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlogspamNet to French (Français) +# Translation of StatusNet - BlogspamNet to French (français) # Exported from translatewiki.net # # Author: Iketsi @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:28+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 (05c726a); Translate 2012-04-11\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 a4fcfe3725..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:28+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 (05c726a); Translate 2012-04-11\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 2c2a6eda6c..763225e94e 100644 --- a/plugins/BlogspamNet/locale/ia/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/ia/LC_MESSAGES/BlogspamNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlogspamNet to Interlingua (Interlingua) +# Translation of StatusNet - BlogspamNet to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:28+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..6ed5a0acf4 --- /dev/null +++ b/plugins/BlogspamNet/locale/it/LC_MESSAGES/BlogspamNet.po @@ -0,0 +1,41 @@ +# Translation of StatusNet - BlogspamNet 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 - BlogspamNet\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Server exception thrown when blogspam.net returns error status. +#. TRANS: %1$s is the base URL, %2$s is the error (unknown contents; no period). +#, php-format +msgid "Error from %1$s: %2$s" +msgstr "Errore da %1$s: %2$s" + +#. TRANS: Server exception thrown when blogspam.net returns spam status. +#. TRANS: Does not end with period because of unknown contents for %s (spam match). +#, php-format +msgid "Spam checker results: %s" +msgstr "Risultati verifica spam: %s" + +#. TRANS: Server exception thrown when blogspam.net returns an unexpected status. +#. TRANS: %1$s is the base URL, %2$s is the response (unknown contents; no period). +#, php-format +msgid "Unexpected response from %1$s: %2$s" +msgstr "Risposta inaspettata da %1$s: %2$s" + +#. TRANS: Plugin description. +msgid "Plugin to check submitted notices with blogspam.net." +msgstr "Plugin per controllare gli avvisi inviati con blogspam.net." diff --git a/plugins/BlogspamNet/locale/lt/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/lt/LC_MESSAGES/BlogspamNet.po index 933a41e461..41090c436b 100644 --- a/plugins/BlogspamNet/locale/lt/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/lt/LC_MESSAGES/BlogspamNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlogspamNet to Lithuanian (Lietuvių) +# Translation of StatusNet - BlogspamNet to Lithuanian (lietuvių) # Exported from translatewiki.net # # Author: Eitvys200 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:28+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 (05c726a); Translate 2012-04-11\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 ed5312124a..9b3e030630 100644 --- a/plugins/BlogspamNet/locale/mk/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/mk/LC_MESSAGES/BlogspamNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlogspamNet to Macedonian (Македонски) +# Translation of StatusNet - BlogspamNet to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:28+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 (05c726a); Translate 2012-04-11\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 21c40024e9..ddefda9e7b 100644 --- a/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlogspamNet to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - BlogspamNet to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:28+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 (05c726a); Translate 2012-04-11\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 a372503ca6..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:28+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 (05c726a); Translate 2012-04-11\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 2ce37c23a4..18c7ed9674 100644 --- a/plugins/BlogspamNet/locale/ru/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/ru/LC_MESSAGES/BlogspamNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlogspamNet to Russian (Русский) +# Translation of StatusNet - BlogspamNet to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:28+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 (05c726a); Translate 2012-04-11\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 c3b204b4bc..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:28+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 (05c726a); Translate 2012-04-11\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 c1f8eb7762..61a65d7ea9 100644 --- a/plugins/BlogspamNet/locale/uk/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/uk/LC_MESSAGES/BlogspamNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlogspamNet to Ukrainian (Українська) +# Translation of StatusNet - BlogspamNet to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:28+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 (05c726a); Translate 2012-04-11\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/deliciousbookmarkimporter.php b/plugins/Bookmark/deliciousbookmarkimporter.php index 96fe621c2f..4065fc3085 100644 --- a/plugins/Bookmark/deliciousbookmarkimporter.php +++ b/plugins/Bookmark/deliciousbookmarkimporter.php @@ -75,10 +75,17 @@ class DeliciousBookmarkImporter extends QueueHandler $data['description'], array('created' => $data['created'], 'distribute' => false)); - } catch (ClientException $e) { + } catch (ClientException $ce) { // Most likely a duplicate -- continue on with the rest! - common_log(LOG_ERR, "Error importing delicious bookmark to $data[url]: " . $e->getMessage()); + common_log(LOG_ERR, "Error importing delicious bookmark to $data[url]: " . $ce->getMessage()); return true; + } catch (Exception $ex) { + if (preg_match("/DB Error: already exists/", $ex->getMessage())) { + common_log(LOG_ERR, "Error importing delicious bookmark to $data[url]: " . $ce->getMessage()); + return true; + } else { + throw $ex; + } } return true; diff --git a/plugins/Bookmark/locale/Bookmark.pot b/plugins/Bookmark/locale/Bookmark.pot index c153570a9f..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-05-03 22:11+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 78db3f938e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:29+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 (05c726a); Translate 2012-04-11\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 68895f6445..aa2c7889ef 100644 --- a/plugins/Bookmark/locale/ca/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/ca/LC_MESSAGES/Bookmark.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Bookmark to Catalan (Català) +# Translation of StatusNet - Bookmark to Catalan (català) # Exported from translatewiki.net # # Author: Dvdgmz @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:29+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 (05c726a); Translate 2012-04-11\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 fd6d742edf..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:29+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 (05c726a); Translate 2012-04-11\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 a65f888c80..de0808df58 100644 --- a/plugins/Bookmark/locale/es/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/es/LC_MESSAGES/Bookmark.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Bookmark to Spanish (Español) +# Translation of StatusNet - Bookmark to Spanish (español) # Exported from translatewiki.net # # Author: Erchache2000 @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:29+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 (05c726a); Translate 2012-04-11\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 cc72120de5..47a4fc0379 100644 --- a/plugins/Bookmark/locale/eu/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/eu/LC_MESSAGES/Bookmark.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Bookmark to Basque (Euskara) +# Translation of StatusNet - Bookmark to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:29+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 (05c726a); Translate 2012-04-11\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 36d84dad27..382fb2a81e 100644 --- a/plugins/Bookmark/locale/fr/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/fr/LC_MESSAGES/Bookmark.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Bookmark to French (Français) +# Translation of StatusNet - Bookmark to French (français) # Exported from translatewiki.net # # Author: Brunoperel @@ -15,13 +15,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:29+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 (05c726a); Translate 2012-04-11\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 170efd4c2a..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:30+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 (05c726a); Translate 2012-04-11\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 f34cdda78d..a1cd3b0b2a 100644 --- a/plugins/Bookmark/locale/ia/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/ia/LC_MESSAGES/Bookmark.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Bookmark to Interlingua (Interlingua) +# Translation of StatusNet - Bookmark to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:30+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..d1b580fc18 --- /dev/null +++ b/plugins/Bookmark/locale/it/LC_MESSAGES/Bookmark.po @@ -0,0 +1,264 @@ +# Translation of StatusNet - Bookmark to Italian (italiano) +# Exported from translatewiki.net +# +# Author: Od1n +# Author: Ximo17 +# Author: 1009 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Bookmark\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-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 (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. +msgid "No tag in a
." +msgstr "Nessun tag in un
." + +#. TRANS: Client exception thrown when a bookmark in an import file is private. +msgid "Skipping private bookmark." +msgstr "Saltare il segnalibro privato." + +#. TRANS: Client exception thrown when referring to a non-existing bookmark. +msgid "No such bookmark." +msgstr "Nessun bookmark di questo tipo." + +#. TRANS: Title for bookmark. +#. TRANS: %1$s is a user nickname, %2$s is a bookmark title. +#, php-format +msgid "%1$s's bookmark for \"%2$s\"" +msgstr "Il segnalibro di %1$s per \"%2$s\"" + +#. TRANS: Plugin description. +msgid "Simple extension for supporting bookmarks." +msgstr "Estensione semplice per supportare i segnalibri." + +#. TRANS: Link text in proile leading to import form. +#. TRANS: Title for page to import del.icio.us bookmark backups on. +msgid "Import del.icio.us bookmarks" +msgstr "Importa i segnalibri di del.icio.us" + +#. TRANS: Client exception thrown when a bookmark is formatted incorrectly. +msgid "Expected exactly 1 link rel=related in a Bookmark." +msgstr "Previsto esattamente 1 link rel=related in un segnalibro." + +#. TRANS: Server exception thrown when a bookmark has multiple attachments. +msgid "Bookmark notice with the wrong number of attachments." +msgstr "Avviso segnalibro con il numero errato di allegati." + +#. TRANS: Application title. +msgctxt "TITLE" +msgid "Bookmark" +msgstr "Segnalibro" + +#. TRANS: Title for mini-posting window loaded from bookmarklet. +#. TRANS: %s is the StatusNet site name. +#, php-format +msgid "Bookmark on %s" +msgstr "Segnalibro di %s" + +#. TRANS: Client exception thrown when trying to save a new bookmark that already exists. +msgid "Bookmark already exists." +msgstr "Segnalibro già esistente." + +#. TRANS: Bookmark content. +#. TRANS: %1$s is a title, %2$s is a short URL, %3$s is the bookmark description, +#. TRANS: %4$s is space separated list of hash tags. +#, php-format +msgid "\"%1$s\" %2$s %3$s %4$s" +msgstr "\"%1$s\" %2$s %3$s %4$s" + +#. TRANS: Rendered bookmark content. +#. TRANS: %1$s is a URL, %2$s the bookmark title, %3$s is the bookmark description, +#. TRANS: %4$s is space separated list of hash tags. +#, php-format +msgid "" +"%2$s " +"%3$s %4$s" +msgstr "" +"%2$s " +"%3$s %4$s" + +#. TRANS: Field label on form for adding a new bookmark. +msgctxt "LABEL" +msgid "URL" +msgstr "URL" + +#. TRANS: Button text for action to save a new bookmark. +msgctxt "BUTTON" +msgid "Add" +msgstr "Aggiungi" + +#. TRANS: Client exception thrown when an unknown URL is provided. +msgid "Unknown URL." +msgstr "URL sconosciuto." + +#. TRANS: Title of notice stream of notices with a given attachment (first page). +#. TRANS: %s is the URL. +#, php-format +msgid "Notices linking to %s" +msgstr "Notizie collegate a %s" + +#. TRANS: Title of notice stream of notices with a given attachment (all but first page). +#. TRANS: %1$s is the URL, %2$s is the page number. +#, php-format +msgid "Notices linking to %1$s, page %2$d" +msgstr "Notizie collegate a %1$s, pagina %2$d" + +#. TRANS: Client exception thrown when trying to import bookmarks without being logged in. +msgid "Only logged-in users can import del.icio.us backups." +msgstr "" +"Solo gli utenti che hanno effettuato l'accesso possono importare i backup " +"del.icio.us." + +#. TRANS: Client exception thrown when trying to import bookmarks without having the rights to do so. +msgid "You may not restore your account." +msgstr "Non puoi ripristinare il tuo account." + +#. TRANS: Client exception thrown when trying to import bookmarks and upload fails. +#. TRANS: Client exception thrown when a file upload has failed. +msgid "No uploaded file." +msgstr "Nessun file caricato." + +#. TRANS: Client exception thrown when an uploaded file is too large. +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." +msgstr "Il file caricato eccede la direttiva upload_max_filesize in php.ini." + +#. TRANS: Client exception thrown when an uploaded file is too large. +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form." +msgstr "" +"Il file caricato eccede la direttiva MAX_FILE_SIZE specificata nel modulo " +"HTML." + +#. TRANS: Client exception thrown when a file was only partially uploaded. +msgid "The uploaded file was only partially uploaded." +msgstr "Il file caricato è stato caricato solo parzialmente." + +#. TRANS: Client exception thrown when a temporary folder is not present. +msgid "Missing a temporary folder." +msgstr "Manca una directory temporanea." + +#. TRANS: Client exception thrown when writing to disk is not possible. +msgid "Failed to write file to disk." +msgstr "Scrittura del file su disco non riuscita." + +#. TRANS: Client exception thrown when a file upload has been stopped. +msgid "File upload stopped by extension." +msgstr "Caricamento del file bloccato dall'estensione." + +#. TRANS: Client exception thrown when a file upload operation has failed. +msgid "System error uploading file." +msgstr "Errore di sistema nel caricare il file." + +#. TRANS: Server exception thrown when a file upload cannot be found. +#. TRANS: %s is the file that could not be found. +#. TRANS: Exception thrown when a file upload cannot be found. +#. TRANS: %s is the file that could not be found. +#, php-format +msgid "No such file \"%s\"." +msgstr "File \"%s\" inesistente." + +#. TRANS: Server exception thrown when a file upload is incorrect. +#. TRANS: %s is the irregular file. +#. TRANS: Exception thrown when a file upload is incorrect. +#. TRANS: %s is the irregular file. +#, php-format +msgid "Not a regular file: \"%s\"." +msgstr "Non è un file normale: \" %s \"." + +#. TRANS: Server exception thrown when a file upload is not readable. +#. TRANS: %s is the file that could not be read. +#. TRANS: Exception thrown when a file upload is not readable. +#. TRANS: %s is the file that could not be read. +#, php-format +msgid "File \"%s\" not readable." +msgstr "File \" %s \" non leggibile." + +#. TRANS: Success message after importing bookmarks. +msgid "" +"Bookmarks have been imported. Your bookmarks should now appear in search and " +"your profile page." +msgstr "" +"I segnalibri sono stati importati. I tuoi segnalibri ora dovrebbero apparire " +"nella ricerca e la pagina del tuo profilo." + +#. TRANS: Busy message for importing bookmarks. +msgid "Bookmarks are being imported. Please wait a few minutes for results." +msgstr "" +"Stiamo impostando i segnalibri. Si prega di attendere qualche minuto per i " +"risultati." + +#. TRANS: Form instructions for importing bookmarks. +msgid "You can upload a backed-up delicious.com bookmarks file." +msgstr "È possibile caricare un file segnalibro di backup delicious.com." + +#. TRANS: Button text on form to import bookmarks. +msgctxt "BUTTON" +msgid "Upload" +msgstr "Carica" + +#. TRANS: Button title on form to import bookmarks. +msgid "Upload the file." +msgstr "Carica il file." + +#. TRANS: Field label on form for adding a new bookmark. +msgctxt "LABEL" +msgid "Title" +msgstr "Titolo" + +#. TRANS: Field label on form for adding a new bookmark. +msgctxt "LABEL" +msgid "Notes" +msgstr "Note" + +#. TRANS: Field label on form for adding a new bookmark. +msgctxt "LABEL" +msgid "Tags" +msgstr "Tag" + +#. TRANS: Field title on form for adding a new bookmark. +msgid "Comma- or space-separated list of tags." +msgstr "Lista dei tag separato da virgole o spazi." + +#. TRANS: Button text for action to save a new bookmark. +msgctxt "BUTTON" +msgid "Save" +msgstr "Salva" + +#. TRANS: Title for action to create a new bookmark. +msgid "New bookmark" +msgstr "Nuovo segnalibro" + +#. TRANS: Client exception thrown when trying to create a new bookmark while not logged in. +msgid "Must be logged in to post a bookmark." +msgstr "Bisogna effettuare l'accesso per poter pubblicare un segnalibro." + +#. TRANS: Client exception thrown when trying to create a new bookmark without a title. +msgid "Bookmark must have a title." +msgstr "Il segnalibro deve avere un titolo." + +#. TRANS: Client exception thrown when trying to create a new bookmark without a URL. +msgid "Bookmark must have an URL." +msgstr "Il segnalibro deve avere un URL." + +#. TRANS: Page title after posting a bookmark. +msgid "Bookmark posted" +msgstr "Segnalibro pubblicato" + +#. TRANS: %s is the filename that contains a backup for a user. +#, php-format +msgid "Getting backup from file \"%s\"." +msgstr "Ottenere il backup dal file \"%s\"." diff --git a/plugins/Bookmark/locale/ja/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/ja/LC_MESSAGES/Bookmark.po index 8752bb7cd4..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:30+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 (05c726a); Translate 2012-04-11\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 bf8e531277..28ad0bfcac 100644 --- a/plugins/Bookmark/locale/mk/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/mk/LC_MESSAGES/Bookmark.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Bookmark to Macedonian (Македонски) +# Translation of StatusNet - Bookmark to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:30+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 (05c726a); Translate 2012-04-11\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 e6ffe3477b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:30+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 (05c726a); Translate 2012-04-11\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 2b5e02fc23..9cdf69af54 100644 --- a/plugins/Bookmark/locale/pl/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/pl/LC_MESSAGES/Bookmark.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Bookmark to Polish (Polski) +# Translation of StatusNet - Bookmark to Polish (polski) # Exported from translatewiki.net # # Author: BeginaFelicysym @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:30+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 (05c726a); Translate 2012-04-11\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 2e00c85920..566c370dc0 100644 --- a/plugins/Bookmark/locale/sv/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/sv/LC_MESSAGES/Bookmark.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Bookmark to Swedish (Svenska) +# Translation of StatusNet - Bookmark to Swedish (svenska) # Exported from translatewiki.net # # Author: Jamminjohn @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:30+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 (05c726a); Translate 2012-04-11\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 9d1ad43ddf..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:30+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 (05c726a); Translate 2012-04-11\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 c79381872e..21dd6de1b0 100644 --- a/plugins/Bookmark/locale/uk/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/uk/LC_MESSAGES/Bookmark.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Bookmark to Ukrainian (Українська) +# Translation of StatusNet - Bookmark to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:31+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 (05c726a); Translate 2012-04-11\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 93bd95bdcc..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-05-03 22:11+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 70190b198d..8bfe3bd57b 100644 --- a/plugins/CacheLog/locale/ast/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/ast/LC_MESSAGES/CacheLog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CacheLog to Asturian (Asturianu) +# Translation of StatusNet - CacheLog to Asturian (asturianu) # Exported from translatewiki.net # # Author: Xuacu @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:31+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 (05c726a); Translate 2012-04-11\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 76ac632337..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:31+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 (05c726a); Translate 2012-04-11\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 52b035f829..fa16c7e7f5 100644 --- a/plugins/CacheLog/locale/br/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/br/LC_MESSAGES/CacheLog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CacheLog to Breton (Brezhoneg) +# Translation of StatusNet - CacheLog to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Fulup @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:31+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 (05c726a); Translate 2012-04-11\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 77f4406b8b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:31+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 (05c726a); Translate 2012-04-11\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 39dad7c035..cb6ace4820 100644 --- a/plugins/CacheLog/locale/es/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/es/LC_MESSAGES/CacheLog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CacheLog to Spanish (Español) +# Translation of StatusNet - CacheLog to Spanish (español) # Exported from translatewiki.net # # Author: Translationista @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:31+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 (05c726a); Translate 2012-04-11\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 f0f77d2f60..2cbea76cab 100644 --- a/plugins/CacheLog/locale/eu/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/eu/LC_MESSAGES/CacheLog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CacheLog to Basque (Euskara) +# Translation of StatusNet - CacheLog to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:31+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 (05c726a); Translate 2012-04-11\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 4b68658edf..ec8356ddf4 100644 --- a/plugins/CacheLog/locale/fr/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/fr/LC_MESSAGES/CacheLog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CacheLog to French (Français) +# Translation of StatusNet - CacheLog to French (français) # Exported from translatewiki.net # # Author: Verdy p @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:31+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 (05c726a); Translate 2012-04-11\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 f748c4ee31..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:31+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 (05c726a); Translate 2012-04-11\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 874cbf1041..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:31+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 (05c726a); Translate 2012-04-11\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 090e1b43d3..a067559a7b 100644 --- a/plugins/CacheLog/locale/ia/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/ia/LC_MESSAGES/CacheLog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CacheLog to Interlingua (Interlingua) +# Translation of StatusNet - CacheLog to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:31+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..f5a97bc31a --- /dev/null +++ b/plugins/CacheLog/locale/it/LC_MESSAGES/CacheLog.po @@ -0,0 +1,23 @@ +# Translation of StatusNet - CacheLog 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 - CacheLog\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Log reads and writes to the cache." +msgstr "Registro legge e scrive nella cache." diff --git a/plugins/CacheLog/locale/mk/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/mk/LC_MESSAGES/CacheLog.po index 6cbe42b52d..f07e70624b 100644 --- a/plugins/CacheLog/locale/mk/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/mk/LC_MESSAGES/CacheLog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CacheLog to Macedonian (Македонски) +# Translation of StatusNet - CacheLog to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:31+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 (05c726a); Translate 2012-04-11\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 f4589688c7..0d20438902 100644 --- a/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CacheLog to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - CacheLog to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:31+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 (05c726a); Translate 2012-04-11\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 b7291716a7..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:31+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 (05c726a); Translate 2012-04-11\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 1f330579b8..3e8e57dc5f 100644 --- a/plugins/CacheLog/locale/pt/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/pt/LC_MESSAGES/CacheLog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CacheLog to Portuguese (Português) +# Translation of StatusNet - CacheLog to Portuguese (português) # Exported from translatewiki.net # # Author: Waldir @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:31+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 (05c726a); Translate 2012-04-11\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 85804883c9..e0e3770974 100644 --- a/plugins/CacheLog/locale/ru/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/ru/LC_MESSAGES/CacheLog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CacheLog to Russian (Русский) +# Translation of StatusNet - CacheLog to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:31+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 (05c726a); Translate 2012-04-11\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 968ee50cc4..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:32+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 (05c726a); Translate 2012-04-11\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 c8c46d9f3b..3c23f387f1 100644 --- a/plugins/CacheLog/locale/uk/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/uk/LC_MESSAGES/CacheLog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CacheLog to Ukrainian (Українська) +# Translation of StatusNet - CacheLog to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:32+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 (05c726a); Translate 2012-04-11\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 418d8e2e67..4d688de3b6 100644 --- a/plugins/CacheLog/locale/zh_CN/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/zh_CN/LC_MESSAGES/CacheLog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CacheLog to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - CacheLog to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: ZhengYiFeng @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:32+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 (05c726a); Translate 2012-04-11\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 2167c22d8c..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-05-03 22:11+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 ce2a62fab5..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:32+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 (05c726a); Translate 2012-04-11\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 a51d5ef90d..0194dedcf0 100644 --- a/plugins/CasAuthentication/locale/br/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/br/LC_MESSAGES/CasAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CasAuthentication to Breton (Brezhoneg) +# Translation of StatusNet - CasAuthentication to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:32+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 (05c726a); Translate 2012-04-11\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 3beedbe390..8c1430017a 100644 --- a/plugins/CasAuthentication/locale/ca/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/ca/LC_MESSAGES/CasAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CasAuthentication to Catalan (Català) +# Translation of StatusNet - CasAuthentication to Catalan (català) # Exported from translatewiki.net # # Author: Solde @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:32+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 (05c726a); Translate 2012-04-11\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 ca9b68e9bf..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:32+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 (05c726a); Translate 2012-04-11\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 0c74f78db8..b5acd4786b 100644 --- a/plugins/CasAuthentication/locale/es/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/es/LC_MESSAGES/CasAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CasAuthentication to Spanish (Español) +# Translation of StatusNet - CasAuthentication to Spanish (español) # Exported from translatewiki.net # # Author: Locos epraix @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:32+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 (05c726a); Translate 2012-04-11\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 808f9dddda..5d204f7216 100644 --- a/plugins/CasAuthentication/locale/eu/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/eu/LC_MESSAGES/CasAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CasAuthentication to Basque (Euskara) +# Translation of StatusNet - CasAuthentication to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:32+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 (05c726a); Translate 2012-04-11\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 8d4949e923..56e7d8aab7 100644 --- a/plugins/CasAuthentication/locale/fr/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/fr/LC_MESSAGES/CasAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CasAuthentication to French (Français) +# Translation of StatusNet - CasAuthentication to French (français) # Exported from translatewiki.net # # Author: Verdy p @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:32+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 (05c726a); Translate 2012-04-11\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 ba2486bd31..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:32+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 (05c726a); Translate 2012-04-11\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 66718ce225..0e507ae74a 100644 --- a/plugins/CasAuthentication/locale/hu/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/hu/LC_MESSAGES/CasAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CasAuthentication to Hungarian (Magyar) +# Translation of StatusNet - CasAuthentication to Hungarian (magyar) # Exported from translatewiki.net # # Author: Dani @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:32+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 (05c726a); Translate 2012-04-11\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 96dd954f99..5c3b6fcf9e 100644 --- a/plugins/CasAuthentication/locale/ia/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/ia/LC_MESSAGES/CasAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CasAuthentication to Interlingua (Interlingua) +# Translation of StatusNet - CasAuthentication to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:32+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..c8da3ba4c3 --- /dev/null +++ b/plugins/CasAuthentication/locale/it/LC_MESSAGES/CasAuthentication.po @@ -0,0 +1,68 @@ +# Translation of StatusNet - CasAuthentication 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 - CasAuthentication\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Menu item. CAS is Central Authentication Service. +msgid "CAS" +msgstr "CAS" + +#. TRANS: Tooltip for menu item. CAS is Central Authentication Service. +msgid "Login or register with CAS." +msgstr "Autenticati o registrati con CAS." + +#. TRANS: Invitation to users with a CAS account to log in using the service. +#. TRANS: "[CAS login]" is a link description. (%%action.caslogin%%) is the URL. +#. TRANS: These two elements may not be separated. +#, php-format +msgid "(Have an account with CAS? Try our [CAS login](%%action.caslogin%%)!)" +msgstr "" +"(Hai un account con CAS? Prova il nostro [login CAS] (% %action.caslogin% " +"%)!)" + +#. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly. +msgid "Specifying a server is required." +msgstr "E' necessario specificare un server." + +#. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly. +msgid "Specifying a port is required." +msgstr "E' necessario specificare una porta." + +#. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly. +msgid "Specifying a path is required." +msgstr "E' necessario specificare un percorso." + +#. TRANS: Plugin description. CAS is Central Authentication Service. +msgid "" +"The CAS Authentication plugin allows for StatusNet to handle authentication " +"through CAS (Central Authentication Service)." +msgstr "" +"Il plugin di autenticazione CAS permette a StatusNet di gestire " +"l'autenticazione attraverso il CAS (Servizio di Autenticazione Centrale)." + +#. TRANS: Client error displayed when trying to log in while already logged on. +msgid "Already logged in." +msgstr "Accesso già effettuato." + +#. TRANS: Server error displayed when trying to log in with incorrect username or password. +msgid "Incorrect username or password." +msgstr "Nome utente o password non corretti." + +#. TRANS: Server error displayed when login fails in CAS authentication plugin. +msgid "Error setting user. You are probably not authorized." +msgstr "Errore nell'impostare l'utente. Forse non hai l'autorizzazione." diff --git a/plugins/CasAuthentication/locale/mk/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/mk/LC_MESSAGES/CasAuthentication.po index 94adda0417..17db3c763e 100644 --- a/plugins/CasAuthentication/locale/mk/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/mk/LC_MESSAGES/CasAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CasAuthentication to Macedonian (Македонски) +# Translation of StatusNet - CasAuthentication to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:32+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 (05c726a); Translate 2012-04-11\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 f9c17dcdba..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:33+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 (05c726a); Translate 2012-04-11\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 b4ce7c6abc..006b67f355 100644 --- a/plugins/CasAuthentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CasAuthentication to Brazilian Portuguese (Português do Brasil) +# Translation of StatusNet - CasAuthentication to Brazilian Portuguese (português do Brasil) # Exported from translatewiki.net # # Author: Luckas Blade @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:33+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 (05c726a); Translate 2012-04-11\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 e33edd6166..3b57e2a56f 100644 --- a/plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CasAuthentication to Russian (Русский) +# Translation of StatusNet - CasAuthentication to Russian (русский) # Exported from translatewiki.net # # Author: Lockal @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:33+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 (05c726a); Translate 2012-04-11\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 a81140aad4..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:33+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 (05c726a); Translate 2012-04-11\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 46a60c7530..578fbbd933 100644 --- a/plugins/CasAuthentication/locale/uk/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/uk/LC_MESSAGES/CasAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CasAuthentication to Ukrainian (Українська) +# Translation of StatusNet - CasAuthentication to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:33+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 (05c726a); Translate 2012-04-11\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 780cbcb94b..f9b302aaa9 100644 --- a/plugins/CasAuthentication/locale/zh_CN/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/zh_CN/LC_MESSAGES/CasAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CasAuthentication to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - CasAuthentication to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: Chenxiaoqino @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:33+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 (05c726a); Translate 2012-04-11\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 4016b60e5b..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-05-03 22:11+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 637acd4522..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:33+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 (05c726a); Translate 2012-04-11\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 ecd335aa19..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:33+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 (05c726a); Translate 2012-04-11\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 30a00c833f..2fee930915 100644 --- a/plugins/ClientSideShorten/locale/es/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/es/LC_MESSAGES/ClientSideShorten.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ClientSideShorten to Spanish (Español) +# Translation of StatusNet - ClientSideShorten to Spanish (español) # Exported from translatewiki.net # # Author: Erchache2000 @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:33+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 (05c726a); Translate 2012-04-11\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 c565a33297..11e1b6c895 100644 --- a/plugins/ClientSideShorten/locale/eu/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/eu/LC_MESSAGES/ClientSideShorten.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ClientSideShorten to Basque (Euskara) +# Translation of StatusNet - ClientSideShorten to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:33+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 (05c726a); Translate 2012-04-11\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 748e9a7344..57003ed61c 100644 --- a/plugins/ClientSideShorten/locale/fr/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/fr/LC_MESSAGES/ClientSideShorten.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ClientSideShorten to French (Français) +# Translation of StatusNet - ClientSideShorten to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:33+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 (05c726a); Translate 2012-04-11\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 3a7db97a85..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:33+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 (05c726a); Translate 2012-04-11\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 ddb97fe3f9..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:33+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 (05c726a); Translate 2012-04-11\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 24cd4b586a..ae3bfde87b 100644 --- a/plugins/ClientSideShorten/locale/ia/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/ia/LC_MESSAGES/ClientSideShorten.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ClientSideShorten to Interlingua (Interlingua) +# Translation of StatusNet - ClientSideShorten to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:34+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 (05c726a); Translate 2012-04-11\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 e8ea415223..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:34+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..4aff0eb7fc --- /dev/null +++ b/plugins/ClientSideShorten/locale/it/LC_MESSAGES/ClientSideShorten.po @@ -0,0 +1,32 @@ +# Translation of StatusNet - ClientSideShorten 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 - ClientSideShorten\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "" +"ClientSideShorten causes the web interface's notice form to automatically " +"shorten URLs as they entered, and before the notice is submitted." +msgstr "" +"ClientSideShorten genera il form di notifica d'interfaccia web per " +"accorciare automaticamente gli URL non appena vengono inseriti, e prima che " +"la notifica venga inviata." + +#. TRANS: Client exception thrown when a text argument is not present. +msgid "\"text\" argument must be specified." +msgstr "è necessario specificare l'argomento del \"testo\"." diff --git a/plugins/ClientSideShorten/locale/mk/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/mk/LC_MESSAGES/ClientSideShorten.po index 4c65a13474..b93b6b1fd4 100644 --- a/plugins/ClientSideShorten/locale/mk/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/mk/LC_MESSAGES/ClientSideShorten.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ClientSideShorten to Macedonian (Македонски) +# Translation of StatusNet - ClientSideShorten to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:34+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 (05c726a); Translate 2012-04-11\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 b9ae68dffc..59e1d226b5 100644 --- a/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ClientSideShorten to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - ClientSideShorten to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:34+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 (05c726a); Translate 2012-04-11\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 ffe1b47868..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:34+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 (05c726a); Translate 2012-04-11\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 a50ae12efd..3dca49f79e 100644 --- a/plugins/ClientSideShorten/locale/ru/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/ru/LC_MESSAGES/ClientSideShorten.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ClientSideShorten to Russian (Русский) +# Translation of StatusNet - ClientSideShorten to Russian (русский) # Exported from translatewiki.net # # Author: Adata80 @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:34+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 (05c726a); Translate 2012-04-11\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 6a337958e9..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:34+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 (05c726a); Translate 2012-04-11\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 838c39f676..a91ff1b6a9 100644 --- a/plugins/ClientSideShorten/locale/uk/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/uk/LC_MESSAGES/ClientSideShorten.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ClientSideShorten to Ukrainian (Українська) +# Translation of StatusNet - ClientSideShorten to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:34+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 (05c726a); Translate 2012-04-11\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 44ca732f4f..1b9a1b4bca 100644 --- a/plugins/ClientSideShorten/locale/zh_CN/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/zh_CN/LC_MESSAGES/ClientSideShorten.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ClientSideShorten to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - ClientSideShorten to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: Chenxiaoqino @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:34+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 (05c726a); Translate 2012-04-11\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 123f130bbd..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-05-03 22:11+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 2bade70087..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:34+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 (05c726a); Translate 2012-04-11\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 4ad3d5eebd..0f89d791d1 100644 --- a/plugins/Comet/locale/es/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/es/LC_MESSAGES/Comet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Comet to Spanish (Español) +# Translation of StatusNet - Comet to Spanish (español) # Exported from translatewiki.net # # Author: Erchache2000 @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:34+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 (05c726a); Translate 2012-04-11\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 39698f9d1f..d6de8387de 100644 --- a/plugins/Comet/locale/eu/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/eu/LC_MESSAGES/Comet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Comet to Basque (Euskara) +# Translation of StatusNet - Comet to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:34+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 (05c726a); Translate 2012-04-11\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 41050d8bc7..ae9b0a1310 100644 --- a/plugins/Comet/locale/fr/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/fr/LC_MESSAGES/Comet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Comet to French (Français) +# Translation of StatusNet - Comet to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:34+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 (05c726a); Translate 2012-04-11\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 7ab4166a93..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:34+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 (05c726a); Translate 2012-04-11\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 ad3061d6fa..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:34+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 (05c726a); Translate 2012-04-11\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 2a069e7303..9cbd80b6ba 100644 --- a/plugins/Comet/locale/ia/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/ia/LC_MESSAGES/Comet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Comet to Interlingua (Interlingua) +# Translation of StatusNet - Comet to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:35+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..8cba2da738 --- /dev/null +++ b/plugins/Comet/locale/it/LC_MESSAGES/Comet.po @@ -0,0 +1,24 @@ +# Translation of StatusNet - Comet 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 - Comet\n" +"Report-Msgid-Bugs-To: \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 (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 +#. TRANS: and Comet is a web application model. +msgid "Plugin to make updates using Comet and Bayeux." +msgstr "Plugin per effettuare aggiornamenti utilizzando Comet e Bayeux." diff --git a/plugins/Comet/locale/mk/LC_MESSAGES/Comet.po b/plugins/Comet/locale/mk/LC_MESSAGES/Comet.po index 1f308e6bc8..0e4629628e 100644 --- a/plugins/Comet/locale/mk/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/mk/LC_MESSAGES/Comet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Comet to Macedonian (Македонски) +# Translation of StatusNet - Comet to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:35+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 (05c726a); Translate 2012-04-11\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 022e16d6c3..7367ad09d6 100644 --- a/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Comet to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - Comet to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:35+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 (05c726a); Translate 2012-04-11\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 3b45f5587f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:35+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 (05c726a); Translate 2012-04-11\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 db56445e1e..001766ea01 100644 --- a/plugins/Comet/locale/ru/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/ru/LC_MESSAGES/Comet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Comet to Russian (Русский) +# Translation of StatusNet - Comet to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:35+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 (05c726a); Translate 2012-04-11\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 d61f9a3755..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:35+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 (05c726a); Translate 2012-04-11\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 d2b134f3b1..6c978c33b3 100644 --- a/plugins/Comet/locale/uk/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/uk/LC_MESSAGES/Comet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Comet to Ukrainian (Українська) +# Translation of StatusNet - Comet to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:35+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 (05c726a); Translate 2012-04-11\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 deecb985e1..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-05-03 22:11+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 ac77176460..3acb4efc02 100644 --- a/plugins/DirectionDetector/locale/ast/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/ast/LC_MESSAGES/DirectionDetector.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DirectionDetector to Asturian (Asturianu) +# Translation of StatusNet - DirectionDetector to Asturian (asturianu) # Exported from translatewiki.net # # Author: Xuacu @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:35+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 (05c726a); Translate 2012-04-11\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 7038421061..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:35+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 (05c726a); Translate 2012-04-11\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 2c806389aa..dfca0cee03 100644 --- a/plugins/DirectionDetector/locale/br/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/br/LC_MESSAGES/DirectionDetector.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DirectionDetector to Breton (Brezhoneg) +# Translation of StatusNet - DirectionDetector to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Fulup @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:35+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 (05c726a); Translate 2012-04-11\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 1249c3bf29..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:35+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 (05c726a); Translate 2012-04-11\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 ffca4b7087..18951f3a78 100644 --- a/plugins/DirectionDetector/locale/es/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/es/LC_MESSAGES/DirectionDetector.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DirectionDetector to Spanish (Español) +# Translation of StatusNet - DirectionDetector to Spanish (español) # Exported from translatewiki.net # # Author: Translationista @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:35+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 (05c726a); Translate 2012-04-11\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 e6c2798e94..52e619fff8 100644 --- a/plugins/DirectionDetector/locale/eu/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/eu/LC_MESSAGES/DirectionDetector.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DirectionDetector to Basque (Euskara) +# Translation of StatusNet - DirectionDetector to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:35+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 (05c726a); Translate 2012-04-11\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 b47b84dc83..268a60caac 100644 --- a/plugins/DirectionDetector/locale/fi/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/fi/LC_MESSAGES/DirectionDetector.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DirectionDetector to Finnish (Suomi) +# Translation of StatusNet - DirectionDetector to Finnish (suomi) # Exported from translatewiki.net # # Author: Nike @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:35+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 (05c726a); Translate 2012-04-11\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 71fb8c45db..43aee32507 100644 --- a/plugins/DirectionDetector/locale/fr/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/fr/LC_MESSAGES/DirectionDetector.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DirectionDetector to French (Français) +# Translation of StatusNet - DirectionDetector to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:35+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 (05c726a); Translate 2012-04-11\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 c400126fbc..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:36+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 (05c726a); Translate 2012-04-11\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 1759fc89dd..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:36+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 (05c726a); Translate 2012-04-11\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 47dd5215f3..5d7bf62410 100644 --- a/plugins/DirectionDetector/locale/ia/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/ia/LC_MESSAGES/DirectionDetector.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DirectionDetector to Interlingua (Interlingua) +# Translation of StatusNet - DirectionDetector to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:36+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 (05c726a); Translate 2012-04-11\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 667c3e83a3..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:36+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..b00a04ebfd --- /dev/null +++ b/plugins/DirectionDetector/locale/it/LC_MESSAGES/DirectionDetector.po @@ -0,0 +1,24 @@ +# Translation of StatusNet - DirectionDetector 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 - DirectionDetector\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Shows notices with right-to-left content in correct direction." +msgstr "" +"Mostra avvisi con contenuti da destra a sinistra nella direzione corretta." diff --git a/plugins/DirectionDetector/locale/ja/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/ja/LC_MESSAGES/DirectionDetector.po index 266f9dbf57..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:36+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 (05c726a); Translate 2012-04-11\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 a651a292c0..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:36+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 (05c726a); Translate 2012-04-11\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 8039bc3460..c6a878cfcd 100644 --- a/plugins/DirectionDetector/locale/mk/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/mk/LC_MESSAGES/DirectionDetector.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DirectionDetector to Macedonian (Македонски) +# Translation of StatusNet - DirectionDetector to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:36+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 (05c726a); Translate 2012-04-11\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 e264fd00a8..9ba6b59b30 100644 --- a/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DirectionDetector to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - DirectionDetector to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:36+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 (05c726a); Translate 2012-04-11\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 a84e7ffd2c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:36+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 (05c726a); Translate 2012-04-11\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 0c21f8d201..7febadd3b3 100644 --- a/plugins/DirectionDetector/locale/pt/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/pt/LC_MESSAGES/DirectionDetector.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DirectionDetector to Portuguese (Português) +# Translation of StatusNet - DirectionDetector to Portuguese (português) # Exported from translatewiki.net # # Author: GTNS @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:36+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 (05c726a); Translate 2012-04-11\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 1c9ba56b1c..1e755b7832 100644 --- a/plugins/DirectionDetector/locale/ru/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/ru/LC_MESSAGES/DirectionDetector.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DirectionDetector to Russian (Русский) +# Translation of StatusNet - DirectionDetector to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:36+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 (05c726a); Translate 2012-04-11\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 585e42499d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:37+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 (05c726a); Translate 2012-04-11\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 bf64000727..cf8438acd6 100644 --- a/plugins/DirectionDetector/locale/uk/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/uk/LC_MESSAGES/DirectionDetector.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DirectionDetector to Ukrainian (Українська) +# Translation of StatusNet - DirectionDetector to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:37+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 (05c726a); Translate 2012-04-11\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 61e84c6851..64cc231cc3 100644 --- a/plugins/DirectionDetector/locale/zh_CN/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/zh_CN/LC_MESSAGES/DirectionDetector.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DirectionDetector to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - DirectionDetector to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: Chenxiaoqino @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:37+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 (05c726a); Translate 2012-04-11\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 5ebd10f46f..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-05-03 22:11+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 96f8b8f3b5..7cc26904a2 100644 --- a/plugins/Directory/locale/ar/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/ar/LC_MESSAGES/Directory.po @@ -1,6 +1,7 @@ # Translation of StatusNet - Directory to Arabic (العربية) # Exported from translatewiki.net # +# Author: DRIHEM # Author: Mutarjem horr # Author: OsamaK # -- @@ -10,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:37+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 (05c726a); Translate 2012-04-11\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" @@ -113,7 +114,6 @@ msgid "Group directory - %1$s, page %2$d" msgstr "دليل المجموعات- %1$s، الصفحة %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" @@ -121,11 +121,11 @@ 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 "" -"بعد انضمامك إلى مجموعة يمكن أن ترسل رسائل لجميع الأعضاء الآخرين باستخدام " -"الأمر \"!المجموعة\".\n" +"بعد إنضمامك إلى مجموعة يمكنك أن ترسل الرسائل إلى جميع الأعضاء بأستخدام الأمر " +"\"!groupname\".\n" "\n" -"تصفح المجموعات أو ابحث عن مجموعة الاسم أو الموقع أو الموضوع.\n" -"افصل العبارات بمسافات ويجب أن تتكون من ثلاثة أحرف أو أكثر." +"تصفح المجموعات أو إبحث عن المجموعات عن طريق إسمها، مكانها أو الموضوع.\n" +"قم بفصل العبارات بمسافات، يجب أن تتكون من ثلاثة أحرف أو أكثر." #. TRANS: Link to create a new group on the group list page. msgid "Create a new group" diff --git a/plugins/Directory/locale/ca/LC_MESSAGES/Directory.po b/plugins/Directory/locale/ca/LC_MESSAGES/Directory.po index b3e1744152..90334e14db 100644 --- a/plugins/Directory/locale/ca/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/ca/LC_MESSAGES/Directory.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Directory to Catalan (Català) +# Translation of StatusNet - Directory to Catalan (català) # Exported from translatewiki.net # # Author: Solde @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:37+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 (05c726a); Translate 2012-04-11\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 b5669fcb66..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:37+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 (05c726a); Translate 2012-04-11\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 e8c06f7d67..3bc2fbc7d9 100644 --- a/plugins/Directory/locale/es/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/es/LC_MESSAGES/Directory.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Directory to Spanish (Español) +# Translation of StatusNet - Directory to Spanish (español) # Exported from translatewiki.net # # Author: Erchache2000 @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:37+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 (05c726a); Translate 2012-04-11\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 d1b12962ee..aeb6a14f1f 100644 --- a/plugins/Directory/locale/eu/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/eu/LC_MESSAGES/Directory.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Directory to Basque (Euskara) +# Translation of StatusNet - Directory to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:37+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 (05c726a); Translate 2012-04-11\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 e5e69a3810..119c7b28ac 100644 --- a/plugins/Directory/locale/fi/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/fi/LC_MESSAGES/Directory.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Directory to Finnish (Suomi) +# Translation of StatusNet - Directory to Finnish (suomi) # Exported from translatewiki.net # # Author: Silvonen @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:37+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 (05c726a); Translate 2012-04-11\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 9a3fc1465f..6693f8a438 100644 --- a/plugins/Directory/locale/fr/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/fr/LC_MESSAGES/Directory.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Directory to French (Français) +# Translation of StatusNet - Directory to French (français) # Exported from translatewiki.net # # Author: Brunoperel @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:37+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 (05c726a); Translate 2012-04-11\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 f2b4003ae0..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:38+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 (05c726a); Translate 2012-04-11\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" @@ -74,7 +74,7 @@ msgstr "Non hai usuarios que comecen por %s" #. TRANS: Empty list message for user directory. #. TRANS: Empty list message for searching group directory. msgid "No results." -msgstr "Non houbo resultados." +msgstr "Non hai resultados." #. TRANS: Standard search suggestions shown when a search does not give any results. #. TRANS: Help text for searching group directory. diff --git a/plugins/Directory/locale/ia/LC_MESSAGES/Directory.po b/plugins/Directory/locale/ia/LC_MESSAGES/Directory.po index 73ef0ee20c..e86d41ddb0 100644 --- a/plugins/Directory/locale/ia/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/ia/LC_MESSAGES/Directory.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Directory to Interlingua (Interlingua) +# Translation of StatusNet - Directory to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:38+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..2470c08273 --- /dev/null +++ b/plugins/Directory/locale/it/LC_MESSAGES/Directory.po @@ -0,0 +1,168 @@ +# Translation of StatusNet - Directory 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 - Directory\n" +"Report-Msgid-Bugs-To: \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 (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. +#, php-format +msgid "User Directory, page %d" +msgstr "Directory dell'utente, pagina %d" + +#. TRANS: Page title for user directory. +msgid "User directory" +msgstr "Directory utente" + +#. TRANS: Page title for user directory. %s is the applied filter. +#, php-format +msgid "User directory - %s" +msgstr "Directory utente - %s" + +#. TRANS: Page title for user directory. +#. TRANS: %1$s is the applied filter, %2$d is a page number. +#, php-format +msgid "User directory - %1$s, page %2$d" +msgstr "Directory utente - %1$s, pagina %2$d" + +#. TRANS: %%site.name%% is the name of the StatusNet site. +#, php-format +msgid "" +"Search for people on %%site.name%% by their name, location, or interests. " +"Separate the terms by spaces; they must be 3 characters or more." +msgstr "" +"Cerca tra le persone su %%site.name%% per nome, luogo o interessi. Separa i " +"termini di ricerca con degli spazi; lunghezza minima 3 caratteri." + +#. TRANS: Fieldset legend. +msgid "Search site" +msgstr "Cerca nel sito" + +#. TRANS: Field label for user directory filter. +#. TRANS: Field label for input of one or more keywords. +msgid "Keyword(s)" +msgstr "Parola chiave (s)" + +#. TRANS: Button text. +#. TRANS: Button text for searching group directory. +msgctxt "BUTTON" +msgid "Search" +msgstr "Cerca" + +#. TRANS: Empty list message for user directory. +#, php-format +msgid "No users starting with %s" +msgstr "Nessun utente che inizia per %s" + +#. TRANS: Empty list message for user directory. +#. TRANS: Empty list message for searching group directory. +msgid "No results." +msgstr "Nessun risultato." + +#. TRANS: Standard search suggestions shown when a search does not give any results. +#. TRANS: Help text for searching group directory. +msgid "" +"* Make sure all words are spelled correctly.\n" +"* Try different keywords.\n" +"* Try more general keywords.\n" +"* Try fewer keywords." +msgstr "" +"* Accertati che tutte le parole siano digitate correttamente.\n" +"* Prova parole chiave differenti.\n" +"* Prova parole chiave più generali.\n" +"* Prova meno parole chiave." + +#. TRANS: Title for group directory page. %d is a page number. +#, php-format +msgid "Group Directory, page %d" +msgstr "Directory del gruppo, pagina %d" + +#. TRANS: Title for group directory page. +msgid "Group directory" +msgstr "Directory del gruppo" + +#. TRANS: Title for group directory page when it is filtered. +#. TRANS: %s is the filter string. +#, php-format +msgid "Group directory - %s" +msgstr "Directory del gruppo - %s" + +#. TRANS: Title for group directory page when it is filtered. +#. TRANS: %1$s is the filter string, %2$d is a page number. +#, php-format +msgid "Group directory - %1$s, page %2$d" +msgstr "Directory del gruppo - %1$s, pagina %2$d" + +#. TRANS: Page instructions. +msgid "" +"After you join a group you can send messages to all other members\n" +"using the syntax \"!groupname\".\n" +"\n" +"Browse groups, or search for groups by their name, location or topic.\n" +"Separate the terms by spaces; they must be three characters or more." +msgstr "" +"Una volta unito ad un gruppo puoi inviare messaggi a tutti gli altri membri\n" +"utilizzando la sintassi \"!nomegruppo\".\n" +"\n" +"Sfoglia i gruppi, o cercali per nome, luogo o argomento.\n" +"Separa i termini con degli spazi; minimo 3 o più caratteri." + +#. TRANS: Link to create a new group on the group list page. +msgid "Create a new group" +msgstr "Crea un nuovo gruppo" + +#. TRANS: Fieldset legend. +msgid "Search groups" +msgstr "Gruppi di ricerca" + +#. TRANS: Empty list message for searching group directory. +#. TRANS: %s is the search string. +#, php-format +msgid "No groups starting with %s." +msgstr "Nessun gruppo inizia con %s ." + +#. TRANS: Menu item text for user directory. +msgctxt "MENU" +msgid "Directory" +msgstr "Directory" + +#. TRANS: Menu item title for user directory. +msgid "User Directory." +msgstr "Directory Utente." + +#. TRANS: Plugin description. +msgid "Add a user directory." +msgstr "Aggiungere una directory utente." + +#. TRANS: Column header in table for user nickname. +msgid "Nickname" +msgstr "Nickname" + +#. TRANS: Column header in table for timestamp when user was created. +msgid "Created" +msgstr "Creato" + +#. TRANS: Column header for number of subscriptions. +msgid "Subscriptions" +msgstr "Iscrizioni" + +#. TRANS: Column header for number of notices. +msgid "Notices" +msgstr "Notizie" + +#. TRANS: Column header in table for members of a group. +msgid "Members" +msgstr "Membri" diff --git a/plugins/Directory/locale/ja/LC_MESSAGES/Directory.po b/plugins/Directory/locale/ja/LC_MESSAGES/Directory.po index fcc9e1125a..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:38+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 (05c726a); Translate 2012-04-11\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 b586081dec..bd5e906ee2 100644 --- a/plugins/Directory/locale/mk/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/mk/LC_MESSAGES/Directory.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Directory to Macedonian (Македонски) +# Translation of StatusNet - Directory to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:38+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 (05c726a); Translate 2012-04-11\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 bd4322d486..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:38+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 (05c726a); Translate 2012-04-11\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 9cd827757e..aa9f7b301c 100644 --- a/plugins/Directory/locale/sv/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/sv/LC_MESSAGES/Directory.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Directory to Swedish (Svenska) +# Translation of StatusNet - Directory to Swedish (svenska) # Exported from translatewiki.net # # Author: Ainali @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:38+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 (05c726a); Translate 2012-04-11\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 ac91cef06c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:38+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 (05c726a); Translate 2012-04-11\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 0b28484c48..5f3d0bd8b1 100644 --- a/plugins/Directory/locale/uk/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/uk/LC_MESSAGES/Directory.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Directory to Ukrainian (Українська) +# Translation of StatusNet - Directory to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:38+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 (05c726a); Translate 2012-04-11\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 c20619763e..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-05-03 22:11+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 fe681642bc..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:38+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 (05c726a); Translate 2012-04-11\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 7b92f8f1f3..c06ada061a 100644 --- a/plugins/DiskCache/locale/br/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/br/LC_MESSAGES/DiskCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DiskCache to Breton (Brezhoneg) +# Translation of StatusNet - DiskCache to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Fulup @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:38+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 (05c726a); Translate 2012-04-11\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 5069f1f287..72a468b1cd 100644 --- a/plugins/DiskCache/locale/ca/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/ca/LC_MESSAGES/DiskCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DiskCache to Catalan (Català) +# Translation of StatusNet - DiskCache to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:39+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 (05c726a); Translate 2012-04-11\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 67ada24540..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:39+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 (05c726a); Translate 2012-04-11\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 13f365aab3..56f5b57a14 100644 --- a/plugins/DiskCache/locale/es/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/es/LC_MESSAGES/DiskCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DiskCache to Spanish (Español) +# Translation of StatusNet - DiskCache to Spanish (español) # Exported from translatewiki.net # # Author: Translationista @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:39+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 (05c726a); Translate 2012-04-11\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 d46d37cc71..b7068bbe64 100644 --- a/plugins/DiskCache/locale/eu/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/eu/LC_MESSAGES/DiskCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DiskCache to Basque (Euskara) +# Translation of StatusNet - DiskCache to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:39+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 (05c726a); Translate 2012-04-11\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 26b2897a75..688b4d7d39 100644 --- a/plugins/DiskCache/locale/fi/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/fi/LC_MESSAGES/DiskCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DiskCache to Finnish (Suomi) +# Translation of StatusNet - DiskCache to Finnish (suomi) # Exported from translatewiki.net # # Author: Nike @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:39+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 (05c726a); Translate 2012-04-11\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 37b063c08b..0da5d912a4 100644 --- a/plugins/DiskCache/locale/fr/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/fr/LC_MESSAGES/DiskCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DiskCache to French (Français) +# Translation of StatusNet - DiskCache to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:39+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 (05c726a); Translate 2012-04-11\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 298407df00..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:39+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 (05c726a); Translate 2012-04-11\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 d70b64e1a6..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:39+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 (05c726a); Translate 2012-04-11\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 fe7be25b74..9dace72c54 100644 --- a/plugins/DiskCache/locale/ia/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/ia/LC_MESSAGES/DiskCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DiskCache to Interlingua (Interlingua) +# Translation of StatusNet - DiskCache to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:39+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 (05c726a); Translate 2012-04-11\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 02acec79c9..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:39+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..f2e20c48dc --- /dev/null +++ b/plugins/DiskCache/locale/it/LC_MESSAGES/DiskCache.po @@ -0,0 +1,23 @@ +# Translation of StatusNet - DiskCache 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 - DiskCache\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Plugin to implement cache interface with disk files." +msgstr "Plugin per implementare l'interfaccia della cache con i file su disco." diff --git a/plugins/DiskCache/locale/mk/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/mk/LC_MESSAGES/DiskCache.po index 671b1ac2a7..ab6339865c 100644 --- a/plugins/DiskCache/locale/mk/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/mk/LC_MESSAGES/DiskCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DiskCache to Macedonian (Македонски) +# Translation of StatusNet - DiskCache to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:39+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 (05c726a); Translate 2012-04-11\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 c11997e0f6..a13cc5a001 100644 --- a/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DiskCache to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - DiskCache to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:39+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 (05c726a); Translate 2012-04-11\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 6367f4dea3..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:39+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 (05c726a); Translate 2012-04-11\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 c817b18b82..e9a49de3a7 100644 --- a/plugins/DiskCache/locale/pt/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/pt/LC_MESSAGES/DiskCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DiskCache to Portuguese (Português) +# Translation of StatusNet - DiskCache to Portuguese (português) # Exported from translatewiki.net # # Author: Hamilton Abreu @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:39+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 (05c726a); Translate 2012-04-11\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 00f4eb0a0a..f491115213 100644 --- a/plugins/DiskCache/locale/pt_BR/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/pt_BR/LC_MESSAGES/DiskCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DiskCache to Brazilian Portuguese (Português do Brasil) +# Translation of StatusNet - DiskCache to Brazilian Portuguese (português do Brasil) # Exported from translatewiki.net # # Author: Giro720 @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:39+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 (05c726a); Translate 2012-04-11\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 ccd384a4cb..1eda4349fa 100644 --- a/plugins/DiskCache/locale/ru/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/ru/LC_MESSAGES/DiskCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DiskCache to Russian (Русский) +# Translation of StatusNet - DiskCache to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:40+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 (05c726a); Translate 2012-04-11\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 a720e2b514..fcdabe63c0 100644 --- a/plugins/DiskCache/locale/sv/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/sv/LC_MESSAGES/DiskCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DiskCache to Swedish (Svenska) +# Translation of StatusNet - DiskCache to Swedish (svenska) # Exported from translatewiki.net # # Author: Ainali @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:40+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 (05c726a); Translate 2012-04-11\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 8963ec2874..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:40+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 (05c726a); Translate 2012-04-11\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 f509dee94c..c672dddf04 100644 --- a/plugins/DiskCache/locale/uk/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/uk/LC_MESSAGES/DiskCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DiskCache to Ukrainian (Українська) +# Translation of StatusNet - DiskCache to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:40+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 (05c726a); Translate 2012-04-11\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 2e0a84d6b1..ed064047ef 100644 --- a/plugins/DiskCache/locale/zh_CN/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/zh_CN/LC_MESSAGES/DiskCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DiskCache to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - DiskCache to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: ZhengYiFeng @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:40+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 (05c726a); Translate 2012-04-11\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 a18274ed3c..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-05-03 22:11+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 d26a51c7d9..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:40+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 (05c726a); Translate 2012-04-11\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 aebf19c8f3..82e2e1df25 100644 --- a/plugins/Disqus/locale/br/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/br/LC_MESSAGES/Disqus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Disqus to Breton (Brezhoneg) +# Translation of StatusNet - Disqus to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:40+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 (05c726a); Translate 2012-04-11\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 85ff0b2e65..a799e01d22 100644 --- a/plugins/Disqus/locale/ca/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/ca/LC_MESSAGES/Disqus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Disqus to Catalan (Català) +# Translation of StatusNet - Disqus to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:40+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 (05c726a); Translate 2012-04-11\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 359ae99b39..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:40+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 (05c726a); Translate 2012-04-11\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 86c4f7fad7..14fe80df99 100644 --- a/plugins/Disqus/locale/es/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/es/LC_MESSAGES/Disqus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Disqus to Spanish (Español) +# Translation of StatusNet - Disqus to Spanish (español) # Exported from translatewiki.net # # Author: Translationista @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:40+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 (05c726a); Translate 2012-04-11\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 055d1b033f..4dc79e5eab 100644 --- a/plugins/Disqus/locale/eu/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/eu/LC_MESSAGES/Disqus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Disqus to Basque (Euskara) +# Translation of StatusNet - Disqus to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:40+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 (05c726a); Translate 2012-04-11\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 cdc49aef4d..8b1fe03444 100644 --- a/plugins/Disqus/locale/fr/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/fr/LC_MESSAGES/Disqus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Disqus to French (Français) +# Translation of StatusNet - Disqus to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:40+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 (05c726a); Translate 2012-04-11\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 4590c1cff3..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:40+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 (05c726a); Translate 2012-04-11\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 1d36c80b85..675d7c8dda 100644 --- a/plugins/Disqus/locale/ia/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/ia/LC_MESSAGES/Disqus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Disqus to Interlingua (Interlingua) +# Translation of StatusNet - Disqus to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:40+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..630d75ebfd --- /dev/null +++ b/plugins/Disqus/locale/it/LC_MESSAGES/Disqus.po @@ -0,0 +1,46 @@ +# Translation of StatusNet - Disqus to Italian (italiano) +# Exported from translatewiki.net +# +# Author: Od1n +# Author: Ximo17 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Disqus\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-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 (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. +#. TRANS: This message contains Markdown links in the form [description](link). +#, php-format +msgid "" +"Please enable JavaScript to view the [comments powered by Disqus](http://" +"disqus.com/?ref_noscript=%s)." +msgstr "" +"Si prega di abilitare JavaScript per visualizzare i [commenti di Disqus] " +"(http://disqus.com/?ref_noscript=%s)." + +#. TRANS: This message is followed by a Disqus logo. Alt text is "Disqus". +msgid "Comments powered by " +msgstr "Commenti creati da " + +#. TRANS: Plugin supplied feature for Disqus comments to notices. +msgid "Comments" +msgstr "Commenti" + +#. TRANS: Plugin description. +msgid "" +"Use Disqus to add commenting to notice " +"pages." +msgstr "" +"Utilizza Disqus per aggiungere commenti " +"alle pagine delle notizie." diff --git a/plugins/Disqus/locale/mk/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/mk/LC_MESSAGES/Disqus.po index b7460e7dc0..c89a0f7e64 100644 --- a/plugins/Disqus/locale/mk/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/mk/LC_MESSAGES/Disqus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Disqus to Macedonian (Македонски) +# Translation of StatusNet - Disqus to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:41+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 (05c726a); Translate 2012-04-11\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 ca13c475d5..e38646ecc6 100644 --- a/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Disqus to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - Disqus to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:41+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 (05c726a); Translate 2012-04-11\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 acbb29d450..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:41+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 (05c726a); Translate 2012-04-11\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 989f8dad4a..42f393b3a5 100644 --- a/plugins/Disqus/locale/pl/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/pl/LC_MESSAGES/Disqus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Disqus to Polish (Polski) +# Translation of StatusNet - Disqus to Polish (polski) # Exported from translatewiki.net # # Author: BeginaFelicysym @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:41+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 (05c726a); Translate 2012-04-11\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 0587c68eca..29c3f31c38 100644 --- a/plugins/Disqus/locale/pt/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/pt/LC_MESSAGES/Disqus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Disqus to Portuguese (Português) +# Translation of StatusNet - Disqus to Portuguese (português) # Exported from translatewiki.net # # Author: SandroHc @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:41+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 (05c726a); Translate 2012-04-11\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 03d898d85f..75e8a8b8d8 100644 --- a/plugins/Disqus/locale/ru/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/ru/LC_MESSAGES/Disqus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Disqus to Russian (Русский) +# Translation of StatusNet - Disqus to Russian (русский) # Exported from translatewiki.net # # Author: MaxSem @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:41+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 (05c726a); Translate 2012-04-11\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 49f3fe9551..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:41+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 (05c726a); Translate 2012-04-11\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 b5bb21b3cf..da719de916 100644 --- a/plugins/Disqus/locale/uk/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/uk/LC_MESSAGES/Disqus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Disqus to Ukrainian (Українська) +# Translation of StatusNet - Disqus to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:41+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 (05c726a); Translate 2012-04-11\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 75e565dc6c..6c17936596 100644 --- a/plugins/Disqus/locale/zh_CN/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/zh_CN/LC_MESSAGES/Disqus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Disqus to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - Disqus to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: ZhengYiFeng @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:41+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 (05c726a); Translate 2012-04-11\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 f1a0151bda..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-05-03 22:11+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 8dfd294bf2..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:41+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 (05c726a); Translate 2012-04-11\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 c63f279f0a..7bf934ff4f 100644 --- a/plugins/DomainStatusNetwork/locale/es/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/es/LC_MESSAGES/DomainStatusNetwork.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DomainStatusNetwork to Spanish (Español) +# Translation of StatusNet - DomainStatusNetwork to Spanish (español) # Exported from translatewiki.net # # Author: Erchache2000 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:41+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 (05c726a); Translate 2012-04-11\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 55106d6f91..6be0e5d564 100644 --- a/plugins/DomainStatusNetwork/locale/eu/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/eu/LC_MESSAGES/DomainStatusNetwork.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DomainStatusNetwork to Basque (Euskara) +# Translation of StatusNet - DomainStatusNetwork to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:41+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 (05c726a); Translate 2012-04-11\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 3754542955..b5ace705fa 100644 --- a/plugins/DomainStatusNetwork/locale/fr/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/fr/LC_MESSAGES/DomainStatusNetwork.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DomainStatusNetwork to French (Français) +# Translation of StatusNet - DomainStatusNetwork to French (français) # Exported from translatewiki.net # # Author: Crochet.david @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:41+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 (05c726a); Translate 2012-04-11\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 897489edc2..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:42+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 (05c726a); Translate 2012-04-11\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 f2749bc953..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:42+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 (05c726a); Translate 2012-04-11\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 2a0f5eedd7..791508e5ed 100644 --- a/plugins/DomainStatusNetwork/locale/ia/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/ia/LC_MESSAGES/DomainStatusNetwork.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DomainStatusNetwork to Interlingua (Interlingua) +# Translation of StatusNet - DomainStatusNetwork to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:42+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..570ea5759e --- /dev/null +++ b/plugins/DomainStatusNetwork/locale/it/LC_MESSAGES/DomainStatusNetwork.po @@ -0,0 +1,25 @@ +# Translation of StatusNet - DomainStatusNetwork 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 - DomainStatusNetwork\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "A plugin that maps a single status_network to an email domain." +msgstr "" +"Un plugin che esegue il mapping di un singolo status_network a un dominio di " +"posta elettronica." diff --git a/plugins/DomainStatusNetwork/locale/mk/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/mk/LC_MESSAGES/DomainStatusNetwork.po index f46116073b..737a4c55d0 100644 --- a/plugins/DomainStatusNetwork/locale/mk/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/mk/LC_MESSAGES/DomainStatusNetwork.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DomainStatusNetwork to Macedonian (Македонски) +# Translation of StatusNet - DomainStatusNetwork to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:42+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 (05c726a); Translate 2012-04-11\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 76713a4469..e62d4e37e9 100644 --- a/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DomainStatusNetwork to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - DomainStatusNetwork to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:42+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 (05c726a); Translate 2012-04-11\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 aed8effdf4..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:42+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 (05c726a); Translate 2012-04-11\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 7e606f4a14..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:42+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 (05c726a); Translate 2012-04-11\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 62065ef1de..dcda9bdce0 100644 --- a/plugins/DomainStatusNetwork/locale/uk/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/uk/LC_MESSAGES/DomainStatusNetwork.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DomainStatusNetwork to Ukrainian (Українська) +# Translation of StatusNet - DomainStatusNetwork to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:42+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 (05c726a); Translate 2012-04-11\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 698fe6d9a0..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-05-03 22:11+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 02b4099ac5..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:42+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 (05c726a); Translate 2012-04-11\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 b670ef8f69..4ee7a1908f 100644 --- a/plugins/DomainWhitelist/locale/ca/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/ca/LC_MESSAGES/DomainWhitelist.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DomainWhitelist to Catalan (Català) +# Translation of StatusNet - DomainWhitelist to Catalan (català) # Exported from translatewiki.net # # Author: Solde @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:42+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 (05c726a); Translate 2012-04-11\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 df6db6dba1..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:42+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 (05c726a); Translate 2012-04-11\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 d9eef9224d..2eebec34b7 100644 --- a/plugins/DomainWhitelist/locale/es/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/es/LC_MESSAGES/DomainWhitelist.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DomainWhitelist to Spanish (Español) +# Translation of StatusNet - DomainWhitelist to Spanish (español) # Exported from translatewiki.net # # Author: Erchache2000 @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:42+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 (05c726a); Translate 2012-04-11\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 ad47272b3b..46ff48ae5a 100644 --- a/plugins/DomainWhitelist/locale/eu/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/eu/LC_MESSAGES/DomainWhitelist.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DomainWhitelist to Basque (Euskara) +# Translation of StatusNet - DomainWhitelist to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:42+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 (05c726a); Translate 2012-04-11\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 3cd87ba1e4..ff3bfea8a8 100644 --- a/plugins/DomainWhitelist/locale/fr/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/fr/LC_MESSAGES/DomainWhitelist.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DomainWhitelist to French (Français) +# Translation of StatusNet - DomainWhitelist to French (français) # Exported from translatewiki.net # # Author: Gomoko @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:42+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 (05c726a); Translate 2012-04-11\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" @@ -53,7 +53,7 @@ msgstr "Confirmation requise" #. TRANS: Confirmation text for invitation deletion dialog. msgid "Really delete this invitation?" -msgstr "Voulez-vous vraiment effacer cette invitation?" +msgstr "Voulez-vous vraiment effacer cette invitation ?" #. TRANS: Plugin description. msgid "Restrict domains for email users." diff --git a/plugins/DomainWhitelist/locale/gl/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/gl/LC_MESSAGES/DomainWhitelist.po index dc27015f80..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:42+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 (05c726a); Translate 2012-04-11\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 2f8fd84ed7..eb10229f20 100644 --- a/plugins/DomainWhitelist/locale/ia/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/ia/LC_MESSAGES/DomainWhitelist.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DomainWhitelist to Interlingua (Interlingua) +# Translation of StatusNet - DomainWhitelist to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:43+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..5f14305ed1 --- /dev/null +++ b/plugins/DomainWhitelist/locale/it/LC_MESSAGES/DomainWhitelist.po @@ -0,0 +1,78 @@ +# Translation of StatusNet - DomainWhitelist to Italian (italiano) +# Exported from translatewiki.net +# +# Author: Od1n +# Author: Ximo17 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - DomainWhitelist\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 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 (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. +#. TRANS: %s is a whitelisted e-mail domain. +#, php-format +msgid "Email address must be in this domain: %s." +msgstr "L'indirizzo email deve essere in questo dominio: %s." + +#. TRANS: Client exception thrown when a given e-mailaddress is not in the domain whitelist. +#. TRANS: %s are whitelisted e-mail domains separated by comma's (localisable). +#, php-format +msgid "Email address must be in one of these domains: %s." +msgstr "L'indirizzo email deve essere in uno di questi domini: %s." + +#. TRANS: Separator for whitelisted domains. +msgctxt "SEPARATOR" +msgid ", " +msgstr ", " + +#. TRANS: Exception thrown when an e-mail address does not match the site's domain whitelist. +msgid "That email address is not allowed on this site." +msgstr "Questo indirizzo email non è consentito su questo sito." + +#. TRANS: Title for invitiation deletion dialog. +msgid "Confirmation Required" +msgstr "Richiesta Conferma" + +#. TRANS: Confirmation text for invitation deletion dialog. +msgid "Really delete this invitation?" +msgstr "Vuoi davvero cancellare questo invito?" + +#. TRANS: Plugin description. +msgid "Restrict domains for email users." +msgstr "Limitare i domini per gli utenti di posta ettronica." + +#. TRANS: Form legend. +msgid "Invite collegues" +msgstr "Invita colleghi" + +#. TRANS: Field label for a personal message to send to invitees. +msgid "Personal message" +msgstr "Messaggio personale" + +#. TRANS: Field title for a personal message to send to invitees. +msgid "Optionally add a personal message to the invitation." +msgstr "Puoi aggiungere un messaggio personale agli inviti." + +#. TRANS: Link description to action to add another item to a list. +msgid "Add another item" +msgstr "Aggiungi un altro oggetto" + +#. TRANS: Send button for inviting friends. +msgctxt "BUTTON" +msgid "Send" +msgstr "Invia" + +#. TRANS: Submit button title. +msgid "Send invitations." +msgstr "Manda inviti." diff --git a/plugins/DomainWhitelist/locale/lt/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/lt/LC_MESSAGES/DomainWhitelist.po index 6018c1cefa..e9659c9863 100644 --- a/plugins/DomainWhitelist/locale/lt/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/lt/LC_MESSAGES/DomainWhitelist.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DomainWhitelist to Lithuanian (Lietuvių) +# Translation of StatusNet - DomainWhitelist to Lithuanian (lietuvių) # Exported from translatewiki.net # # Author: Eitvys200 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:43+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 (05c726a); Translate 2012-04-11\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 77329f414e..73b2119b40 100644 --- a/plugins/DomainWhitelist/locale/mk/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/mk/LC_MESSAGES/DomainWhitelist.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DomainWhitelist to Macedonian (Македонски) +# Translation of StatusNet - DomainWhitelist to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:43+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 (05c726a); Translate 2012-04-11\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 aad0aa92dd..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:43+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 (05c726a); Translate 2012-04-11\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 b51dcce886..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:43+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 (05c726a); Translate 2012-04-11\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 78878cdcd4..ec1a5d052c 100644 --- a/plugins/DomainWhitelist/locale/uk/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/uk/LC_MESSAGES/DomainWhitelist.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DomainWhitelist to Ukrainian (Українська) +# Translation of StatusNet - DomainWhitelist to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:43+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 (05c726a); Translate 2012-04-11\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 7b60b95788..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-05-03 22:11+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 1a7808a4ec..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:43+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 (05c726a); Translate 2012-04-11\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 1bdc1238b2..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:43+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 (05c726a); Translate 2012-04-11\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 69d5da9ae0..53a5d0ffc3 100644 --- a/plugins/Echo/locale/br/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/br/LC_MESSAGES/Echo.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Echo to Breton (Brezhoneg) +# Translation of StatusNet - Echo to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:43+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 (05c726a); Translate 2012-04-11\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 67e0e70f86..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:43+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 (05c726a); Translate 2012-04-11\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 e4d2e06f61..e8c9694ebc 100644 --- a/plugins/Echo/locale/es/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/es/LC_MESSAGES/Echo.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Echo to Spanish (Español) +# Translation of StatusNet - Echo to Spanish (español) # Exported from translatewiki.net # # Author: Translationista @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:43+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 (05c726a); Translate 2012-04-11\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 84d019b578..8a97c70f39 100644 --- a/plugins/Echo/locale/eu/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/eu/LC_MESSAGES/Echo.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Echo to Basque (Euskara) +# Translation of StatusNet - Echo to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:43+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 (05c726a); Translate 2012-04-11\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 db00e3e15d..34bde12f7b 100644 --- a/plugins/Echo/locale/fi/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/fi/LC_MESSAGES/Echo.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Echo to Finnish (Suomi) +# Translation of StatusNet - Echo to Finnish (suomi) # Exported from translatewiki.net # # Author: Nike @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:43+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 (05c726a); Translate 2012-04-11\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 e4a2166a76..00db601145 100644 --- a/plugins/Echo/locale/fr/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/fr/LC_MESSAGES/Echo.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Echo to French (Français) +# Translation of StatusNet - Echo to French (français) # Exported from translatewiki.net # # Author: Verdy p @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:43+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 (05c726a); Translate 2012-04-11\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 63c6b5604f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:44+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 (05c726a); Translate 2012-04-11\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 f11fcbb3cd..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:44+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 (05c726a); Translate 2012-04-11\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 f064198ffa..2b07a3981c 100644 --- a/plugins/Echo/locale/ia/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/ia/LC_MESSAGES/Echo.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Echo to Interlingua (Interlingua) +# Translation of StatusNet - Echo to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:44+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 (05c726a); Translate 2012-04-11\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 996ef62de4..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:44+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..38ea05de7b --- /dev/null +++ b/plugins/Echo/locale/it/LC_MESSAGES/Echo.po @@ -0,0 +1,27 @@ +# Translation of StatusNet - Echo 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 - Echo\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "" +"Use Echo to add commenting to notice " +"pages." +msgstr "" +"Utilizza Echo per aggiungere commenti " +"alle pagine delle notizie." diff --git a/plugins/Echo/locale/lb/LC_MESSAGES/Echo.po b/plugins/Echo/locale/lb/LC_MESSAGES/Echo.po index e334977884..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:44+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 (05c726a); Translate 2012-04-11\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 3f513d2053..32a6d743c8 100644 --- a/plugins/Echo/locale/mk/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/mk/LC_MESSAGES/Echo.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Echo to Macedonian (Македонски) +# Translation of StatusNet - Echo to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:44+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 (05c726a); Translate 2012-04-11\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 200a848730..6a4c18adc2 100644 --- a/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Echo to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - Echo to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:44+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 (05c726a); Translate 2012-04-11\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 c75ba53c3f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:44+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 (05c726a); Translate 2012-04-11\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 08acb7f41b..1dac07861c 100644 --- a/plugins/Echo/locale/pl/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/pl/LC_MESSAGES/Echo.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Echo to Polish (Polski) +# Translation of StatusNet - Echo to Polish (polski) # Exported from translatewiki.net # # Author: BeginaFelicysym @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:44+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 (05c726a); Translate 2012-04-11\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 5b95659bd1..3ddc6b0dbb 100644 --- a/plugins/Echo/locale/pt/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/pt/LC_MESSAGES/Echo.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Echo to Portuguese (Português) +# Translation of StatusNet - Echo to Portuguese (português) # Exported from translatewiki.net # # Author: Hamilton Abreu @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:44+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 (05c726a); Translate 2012-04-11\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 00ea228703..39ed3646cd 100644 --- a/plugins/Echo/locale/pt_BR/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/pt_BR/LC_MESSAGES/Echo.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Echo to Brazilian Portuguese (Português do Brasil) +# Translation of StatusNet - Echo to Brazilian Portuguese (português do Brasil) # Exported from translatewiki.net # # Author: Giro720 @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:44+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 (05c726a); Translate 2012-04-11\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 f379007de3..09b36ae18e 100644 --- a/plugins/Echo/locale/ru/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/ru/LC_MESSAGES/Echo.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Echo to Russian (Русский) +# Translation of StatusNet - Echo to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:44+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 (05c726a); Translate 2012-04-11\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 d88717dfa9..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:44+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 (05c726a); Translate 2012-04-11\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 7e30bd24a8..44856e8ec0 100644 --- a/plugins/Echo/locale/uk/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/uk/LC_MESSAGES/Echo.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Echo to Ukrainian (Українська) +# Translation of StatusNet - Echo to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:44+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 (05c726a); Translate 2012-04-11\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 47bdd0e252..a9192d289f 100644 --- a/plugins/Echo/locale/zh_CN/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/zh_CN/LC_MESSAGES/Echo.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Echo to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - Echo to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: ZhengYiFeng @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:45+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 (05c726a); Translate 2012-04-11\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 cef6f7857d..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-05-03 22:11+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 70dd924aa9..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:45+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 (05c726a); Translate 2012-04-11\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 7f81920eef..88f3f230b5 100644 --- a/plugins/EmailAuthentication/locale/br/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/br/LC_MESSAGES/EmailAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailAuthentication to Breton (Brezhoneg) +# Translation of StatusNet - EmailAuthentication to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Fulup @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:45+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 (05c726a); Translate 2012-04-11\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 0bdc49d65b..c2909a5c92 100644 --- a/plugins/EmailAuthentication/locale/ca/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/ca/LC_MESSAGES/EmailAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailAuthentication to Catalan (Català) +# Translation of StatusNet - EmailAuthentication to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:45+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 (05c726a); Translate 2012-04-11\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 4f5044d08b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:45+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 (05c726a); Translate 2012-04-11\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 69d30e638e..36263979da 100644 --- a/plugins/EmailAuthentication/locale/es/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/es/LC_MESSAGES/EmailAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailAuthentication to Spanish (Español) +# Translation of StatusNet - EmailAuthentication to Spanish (español) # Exported from translatewiki.net # # Author: Translationista @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:45+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 (05c726a); Translate 2012-04-11\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 097f304522..242d2a467f 100644 --- a/plugins/EmailAuthentication/locale/eu/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/eu/LC_MESSAGES/EmailAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailAuthentication to Basque (Euskara) +# Translation of StatusNet - EmailAuthentication to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:45+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 (05c726a); Translate 2012-04-11\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 72f9d24382..c2cd6055bd 100644 --- a/plugins/EmailAuthentication/locale/fi/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/fi/LC_MESSAGES/EmailAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailAuthentication to Finnish (Suomi) +# Translation of StatusNet - EmailAuthentication to Finnish (suomi) # Exported from translatewiki.net # # Author: Nike @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:45+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 (05c726a); Translate 2012-04-11\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 e522a669c6..7934e8805b 100644 --- a/plugins/EmailAuthentication/locale/fr/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/fr/LC_MESSAGES/EmailAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailAuthentication to French (Français) +# Translation of StatusNet - EmailAuthentication to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:45+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 (05c726a); Translate 2012-04-11\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 7d820a2eaf..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:45+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 (05c726a); Translate 2012-04-11\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 8cf887f7da..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:45+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 (05c726a); Translate 2012-04-11\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 9a8c659d9a..29eed526a6 100644 --- a/plugins/EmailAuthentication/locale/ia/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/ia/LC_MESSAGES/EmailAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailAuthentication to Interlingua (Interlingua) +# Translation of StatusNet - EmailAuthentication to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:45+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 (05c726a); Translate 2012-04-11\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 88488e87c7..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:45+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..826a0b7134 --- /dev/null +++ b/plugins/EmailAuthentication/locale/it/LC_MESSAGES/EmailAuthentication.po @@ -0,0 +1,27 @@ +# Translation of StatusNet - EmailAuthentication 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 - EmailAuthentication\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "" +"The Email Authentication plugin allows users to login using their email " +"address." +msgstr "" +"Il plugin di autenticazione dell'email consente agli utenti di accedere al " +"sito utilizzando il loro indirizzo e-mail." diff --git a/plugins/EmailAuthentication/locale/ja/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/ja/LC_MESSAGES/EmailAuthentication.po index 33485a1eb0..9728ae0014 100644 --- a/plugins/EmailAuthentication/locale/ja/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/ja/LC_MESSAGES/EmailAuthentication.po @@ -1,6 +1,7 @@ # Translation of StatusNet - EmailAuthentication to Japanese (日本語) # Exported from translatewiki.net # +# Author: Shirayuki # Author: 青子守歌 # -- # This file is distributed under the same license as the StatusNet package. @@ -9,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:46+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 (05c726a); Translate 2012-04-11\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" @@ -26,5 +27,5 @@ msgid "" "The Email Authentication plugin allows users to login using their email " "address." msgstr "" -"電子メール認証プラグインは、ユーザーに、電子メールアドレスでログインすること" -"を許可します。" +"メール認証プラグインは、ユーザーがメールアドレスでログインすることを許可しま" +"す。" diff --git a/plugins/EmailAuthentication/locale/mk/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/mk/LC_MESSAGES/EmailAuthentication.po index ba320701d0..c50e34a2fd 100644 --- a/plugins/EmailAuthentication/locale/mk/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/mk/LC_MESSAGES/EmailAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailAuthentication to Macedonian (Македонски) +# Translation of StatusNet - EmailAuthentication to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:46+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 (05c726a); Translate 2012-04-11\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 23352605fc..94225cef34 100644 --- a/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailAuthentication to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - EmailAuthentication to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:46+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 (05c726a); Translate 2012-04-11\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 1f9c88d870..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:46+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 (05c726a); Translate 2012-04-11\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 685df0a6bf..9ba42ef870 100644 --- a/plugins/EmailAuthentication/locale/pl/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/pl/LC_MESSAGES/EmailAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailAuthentication to Polish (Polski) +# Translation of StatusNet - EmailAuthentication to Polish (polski) # Exported from translatewiki.net # # Author: BeginaFelicysym @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:46+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 (05c726a); Translate 2012-04-11\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 2fd89b7b0d..cc8ab7f2ec 100644 --- a/plugins/EmailAuthentication/locale/pt/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/pt/LC_MESSAGES/EmailAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailAuthentication to Portuguese (Português) +# Translation of StatusNet - EmailAuthentication to Portuguese (português) # Exported from translatewiki.net # # Author: Waldir @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:46+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 (05c726a); Translate 2012-04-11\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 3f8829d255..e2aa05d83a 100644 --- a/plugins/EmailAuthentication/locale/pt_BR/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/pt_BR/LC_MESSAGES/EmailAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailAuthentication to Brazilian Portuguese (Português do Brasil) +# Translation of StatusNet - EmailAuthentication to Brazilian Portuguese (português do Brasil) # Exported from translatewiki.net # # Author: Giro720 @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:46+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 (05c726a); Translate 2012-04-11\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 0b3fcbb296..7477b5bff1 100644 --- a/plugins/EmailAuthentication/locale/ru/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/ru/LC_MESSAGES/EmailAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailAuthentication to Russian (Русский) +# Translation of StatusNet - EmailAuthentication to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:46+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 (05c726a); Translate 2012-04-11\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 e695ef32e0..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:46+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 (05c726a); Translate 2012-04-11\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 de664b2631..ff2caf6bf7 100644 --- a/plugins/EmailAuthentication/locale/uk/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/uk/LC_MESSAGES/EmailAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailAuthentication to Ukrainian (Українська) +# Translation of StatusNet - EmailAuthentication to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:46+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 (05c726a); Translate 2012-04-11\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 9cdb4641ca..429646b910 100644 --- a/plugins/EmailAuthentication/locale/zh_CN/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/zh_CN/LC_MESSAGES/EmailAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailAuthentication to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - EmailAuthentication to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: ZhengYiFeng @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:46+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 (05c726a); Translate 2012-04-11\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 81a255f0cb..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-05-03 22:11+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 87163fc990..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:46+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 (05c726a); Translate 2012-04-11\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 7ac6c1d1f7..97f3d98187 100644 --- a/plugins/EmailRegistration/locale/br/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/br/LC_MESSAGES/EmailRegistration.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailRegistration to Breton (Brezhoneg) +# Translation of StatusNet - EmailRegistration to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:46+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 (05c726a); Translate 2012-04-11\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 b31685f9e2..e1e6b6a943 100644 --- a/plugins/EmailRegistration/locale/ca/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/ca/LC_MESSAGES/EmailRegistration.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailRegistration to Catalan (Català) +# Translation of StatusNet - EmailRegistration to Catalan (català) # Exported from translatewiki.net # # Author: Dvdgmz @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:47+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 (05c726a); Translate 2012-04-11\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 78e74df0f2..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:47+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 (05c726a); Translate 2012-04-11\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 fd2ec9f2ce..c9cc6f68bb 100644 --- a/plugins/EmailRegistration/locale/es/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/es/LC_MESSAGES/EmailRegistration.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailRegistration to Spanish (Español) +# Translation of StatusNet - EmailRegistration to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:47+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 (05c726a); Translate 2012-04-11\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 eaea1e4be7..f9d41f584e 100644 --- a/plugins/EmailRegistration/locale/eu/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/eu/LC_MESSAGES/EmailRegistration.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailRegistration to Basque (Euskara) +# Translation of StatusNet - EmailRegistration to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:47+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 (05c726a); Translate 2012-04-11\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 e69d4e0eda..6c79da8193 100644 --- a/plugins/EmailRegistration/locale/fr/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/fr/LC_MESSAGES/EmailRegistration.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailRegistration to French (Français) +# Translation of StatusNet - EmailRegistration to French (français) # Exported from translatewiki.net # # Author: Brunoperel @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:47+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 (05c726a); Translate 2012-04-11\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 810bb3d24f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:47+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 (05c726a); Translate 2012-04-11\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 4c286676d9..5cc25b631d 100644 --- a/plugins/EmailRegistration/locale/hu/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/hu/LC_MESSAGES/EmailRegistration.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailRegistration to Hungarian (Magyar) +# Translation of StatusNet - EmailRegistration to Hungarian (magyar) # Exported from translatewiki.net # # Author: Dani @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:47+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 (05c726a); Translate 2012-04-11\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 9a65379c66..f058eb9a27 100644 --- a/plugins/EmailRegistration/locale/ia/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/ia/LC_MESSAGES/EmailRegistration.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailRegistration to Interlingua (Interlingua) +# Translation of StatusNet - EmailRegistration to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:47+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..a23ffb9f6c --- /dev/null +++ b/plugins/EmailRegistration/locale/it/LC_MESSAGES/EmailRegistration.po @@ -0,0 +1,190 @@ +# Translation of StatusNet - EmailRegistration to Italian (italiano) +# Exported from translatewiki.net +# +# Author: Od1n +# Author: Ximo17 +# Author: 1009 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - EmailRegistration\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 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 (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. +msgid "Registration not allowed." +msgstr "Registrazione non consentita." + +#. TRANS: Client exception trown when trying to register without an invitation. +msgid "Sorry, only invited people can register." +msgstr "Siamo spiacenti, solo le persone invitate possono registrarsi." + +#. TRANS: Client exception thrown when no confirmation code was provided. +msgid "No confirmation code." +msgstr "Nessun codice di conferma." + +#. TRANS: Client exception trown when using an invitation multiple times. +msgid "Invitation already used." +msgstr "L'invito è già stato utilizzato." + +#. TRANS: Client exception thrown when given confirmation code was not issued. +msgid "No such confirmation code." +msgstr "Questo codice di conferma non esiste." + +#. TRANS: Title for registration page. +msgctxt "TITLE" +msgid "Register" +msgstr "Registrati" + +#. TRANS: Title for page where to register with a confirmation code. +msgctxt "TITLE" +msgid "Complete registration" +msgstr "Completare la registrazione" + +#. TRANS: Confirmation text after initial registration. +#. TRANS: %s an e-mail address. +#, php-format +msgid "" +"An email was sent to %s to confirm that address. Check your email inbox for " +"instructions." +msgstr "" +"È stata inviata un'email a %s per confermare l'indirizzo. Controlla la tua " +"casella di posta per le istruzioni." + +#. TRANS: Client exception trown when trying to set password with an invalid confirmation code. +msgid "No confirmation thing." +msgstr "Nessuna conferma." + +#. TRANS: Error text when trying to register without agreeing to the terms. +msgid "You must accept the terms of service and privacy policy to register." +msgstr "" +"Per registrarsi è necessario accettare i termini di servizio e le norme " +"sulla privacy." + +#. TRANS: Error text when trying to register without a password. +msgid "You must set a password" +msgstr "È necessario impostare una password" + +#. TRANS: Error text when trying to register with too short a password. +msgid "Password must be 6 or more characters." +msgstr "La password deve essere di 6 caratteri o più." + +#. TRANS: Error text when trying to register without providing the same password twice. +msgid "Passwords do not match." +msgstr "Le password non corrispondono." + +#. TRANS: Exception trown when using an invitation multiple times. +msgid "Failed to register user." +msgstr "Impossibile eseguire la registrazione utente." + +#. TRANS: Subject for confirmation e-mail. +#. TRANS: %s is the StatusNet sitename. +#, php-format +msgid "Confirm your registration on %s" +msgstr "Confermare la registrazione su %s" + +#. TRANS: Body for confirmation e-mail. +#. TRANS: %1$s is the StatusNet sitename, %2$s is the confirmation URL. +#, php-format +msgid "" +"Someone (probably you) has requested an account on %1$s using this email " +"address.\n" +"To confirm the address, click the following URL or copy it into the address " +"bar of your browser.\n" +"%2$s\n" +"If it was not you, you can safely ignore this message." +msgstr "" +"Qualcuno (probabilmente tu) ha richiesto un account su %1$s utilizzando " +"questo indirizzo email.\n" +"Per confermare l'indirizzo, clicca il seguente URL o copiarlo nella barra " +"degli indirizzi del tuo browser.\n" +"%2$s\n" +"Se non lo hai richiesto tu, ignora tranquillamente questo messaggio." + +#. TRANS: Form instructions. +msgid "Enter your email address to register for an account." +msgstr "Inserisci il tuo indirizzo email per registrare un account." + +#. TRANS: Field label on form for registering an account. +msgctxt "LABEL" +msgid "E-mail address" +msgstr "Indirizzo e-mail" + +#. TRANS: Button text for registering an account. +#. TRANS: Button text for action to register. +msgctxt "BUTTON" +msgid "Register" +msgstr "Registrati" + +#. TRANS: Form instructions. +msgid "Enter a password to confirm your new account." +msgstr "Immettere una password per confermare il tuo nuovo account." + +#. TRANS: Field label in e-mail registration form. +msgctxt "LABEL" +msgid "User name" +msgstr "Nome dell'utente" + +#. TRANS: Field label. +msgid "Email address" +msgstr "Indirizzo email" + +#. TRANS: Field label on account registration page. +msgid "Password" +msgstr "Password" + +#. TRANS: Field title on account registration page. +msgid "6 or more characters." +msgstr "6 caratteri o più." + +#. TRANS: Field label on account registration page. In this field the password has to be entered a second time. +msgctxt "PASSWORD" +msgid "Confirm" +msgstr "Conferma" + +#. TRANS: Field title on account registration page. +msgid "Same as password above." +msgstr "La stessa password di sopra." + +#. TRANS: Checkbox title for terms of service and privacy policy. +#, php-format +msgid "" +"I agree to the Terms of service and Privacy policy of this site." +msgstr "" +"Sono d'accordo con i Termini di utilizzo e le Norme sulla privacy di questo sito." + +#. TRANS: Error text when trying to register with an already registered e-mail address. +#. TRANS: %s is the URL to recover password at. +#, php-format +msgid "" +"A user with that email address already exists. You can use the password recovery tool to recover a missing password." +msgstr "" +"Esiste già un utente con quell'indirizzo email. Probabilmente sei già " +"registrato e non ricordi la password, per recuperarla puoi utilizzare lo " +"strumento recupero password." + +#. TRANS: Error text when trying to register with an invalid e-mail address. +msgid "Not a valid email address." +msgstr "Non è un indirizzo email valido." + +#. TRANS: Subject for confirmation e-mail. +#. TRANS: %s is the StatusNet sitename. +#, php-format +msgid "Welcome to %s" +msgstr "Benvenuto su %s" + +#. TRANS: Plugin description. +msgid "Use email only for registration." +msgstr "Utilizza l'email solo per la registrazione." diff --git a/plugins/EmailRegistration/locale/ja/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/ja/LC_MESSAGES/EmailRegistration.po index 6b6ea7eea0..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:47+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 (05c726a); Translate 2012-04-11\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 c488db9038..f14325ce25 100644 --- a/plugins/EmailRegistration/locale/mk/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/mk/LC_MESSAGES/EmailRegistration.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailRegistration to Macedonian (Македонски) +# Translation of StatusNet - EmailRegistration to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:48+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 (05c726a); Translate 2012-04-11\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 58c1ff9c21..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:48+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 (05c726a); Translate 2012-04-11\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 eaabe202f7..fb413d4902 100644 --- a/plugins/EmailRegistration/locale/ru/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/ru/LC_MESSAGES/EmailRegistration.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailRegistration to Russian (Русский) +# Translation of StatusNet - EmailRegistration to Russian (русский) # Exported from translatewiki.net # # Author: Eleferen @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:48+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 (05c726a); Translate 2012-04-11\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 9f803f30c8..e7c490762e 100644 --- a/plugins/EmailRegistration/locale/sv/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/sv/LC_MESSAGES/EmailRegistration.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailRegistration to Swedish (Svenska) +# Translation of StatusNet - EmailRegistration to Swedish (svenska) # Exported from translatewiki.net # # Author: Ainali @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:48+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 (05c726a); Translate 2012-04-11\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 81b38da15c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:48+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 (05c726a); Translate 2012-04-11\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 4637441935..a028b18b26 100644 --- a/plugins/EmailRegistration/locale/uk/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/uk/LC_MESSAGES/EmailRegistration.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailRegistration to Ukrainian (Українська) +# Translation of StatusNet - EmailRegistration to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:48+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 (05c726a); Translate 2012-04-11\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 715cc22487..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-05-03 22:11+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 d995a003a3..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:48+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 (05c726a); Translate 2012-04-11\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 e3f79b78b9..843704e757 100644 --- a/plugins/EmailReminder/locale/ca/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/ca/LC_MESSAGES/EmailReminder.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailReminder to Catalan (Català) +# Translation of StatusNet - EmailReminder to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:48+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 (05c726a); Translate 2012-04-11\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 1eefc1776f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:48+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 (05c726a); Translate 2012-04-11\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 322b5a0297..17edc48592 100644 --- a/plugins/EmailReminder/locale/es/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/es/LC_MESSAGES/EmailReminder.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailReminder to Spanish (Español) +# Translation of StatusNet - EmailReminder to Spanish (español) # Exported from translatewiki.net # # Author: Erchache2000 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:48+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 (05c726a); Translate 2012-04-11\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 70686ad1e5..be8940c89c 100644 --- a/plugins/EmailReminder/locale/eu/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/eu/LC_MESSAGES/EmailReminder.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailReminder to Basque (Euskara) +# Translation of StatusNet - EmailReminder to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:48+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 (05c726a); Translate 2012-04-11\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 81ff2a037f..23c4ee587a 100644 --- a/plugins/EmailReminder/locale/fr/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/fr/LC_MESSAGES/EmailReminder.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailReminder to French (Français) +# Translation of StatusNet - EmailReminder to French (français) # Exported from translatewiki.net # # Author: Gomoko @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:48+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 (05c726a); Translate 2012-04-11\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" @@ -47,9 +47,9 @@ msgstr "Dernier rappel - veuillez confirmer votre inscription !" #. TRANS: Subject for reminder e-mail. %s is the StatusNet sitename. #, php-format msgid "Reminder - You have been invited to join %s!" -msgstr "Rappel - Vous avez été invité à joindre %s!" +msgstr "Rappel - Vous avez été invité à joindre %s !" #. TRANS: Subject for reminder e-mail. %s is the StatusNet sitename. #, php-format msgid "Final reminder - you have been invited to join %s!" -msgstr "Dernier rappel - Vous avez été invité à joindre %s!" +msgstr "Dernier rappel - Vous avez été invité à joindre %s !" diff --git a/plugins/EmailReminder/locale/gl/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/gl/LC_MESSAGES/EmailReminder.po index b199a09130..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:48+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 (05c726a); Translate 2012-04-11\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 14ac6594f9..5c24291550 100644 --- a/plugins/EmailReminder/locale/ia/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/ia/LC_MESSAGES/EmailReminder.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailReminder to Interlingua (Interlingua) +# Translation of StatusNet - EmailReminder to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:49+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..e919a8c8b7 --- /dev/null +++ b/plugins/EmailReminder/locale/it/LC_MESSAGES/EmailReminder.po @@ -0,0 +1,49 @@ +# Translation of StatusNet - EmailReminder 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 - 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 "Inviare e-mail promemoria per varie cose." + +#. TRANS: Server exception thrown when a reminder record could not be inserted into the database. +msgid "Database error inserting reminder record." +msgstr "Errore nel database nell'inserire i record di promemoria." + +#. TRANS: Subject for reminder e-mail. +msgid "Reminder - please confirm your registration!" +msgstr "Promemoria - si prega di confermare la registrazione!" + +#. TRANS: Subject for reminder e-mail. +msgid "Second reminder - please confirm your registration!" +msgstr "Secondo promemoria - si prega di confermare la registrazione!" + +#. TRANS: Subject for reminder e-mail. +msgid "Final reminder - please confirm your registration!" +msgstr "Ultimo promemoria - si prega di confermare la registrazione!" + +#. TRANS: Subject for reminder e-mail. %s is the StatusNet sitename. +#, php-format +msgid "Reminder - You have been invited to join %s!" +msgstr "Promemoria - Sei stato invitato ad unirti a %s!" + +#. TRANS: Subject for reminder e-mail. %s is the StatusNet sitename. +#, php-format +msgid "Final reminder - you have been invited to join %s!" +msgstr "Ultimo promemoria - Sei stato invitato ad unirti a %s!" diff --git a/plugins/EmailReminder/locale/mk/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/mk/LC_MESSAGES/EmailReminder.po index bbb21de782..cc2c7f149f 100644 --- a/plugins/EmailReminder/locale/mk/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/mk/LC_MESSAGES/EmailReminder.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailReminder to Macedonian (Македонски) +# Translation of StatusNet - EmailReminder to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:49+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 (05c726a); Translate 2012-04-11\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 96e676e8e7..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:49+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 (05c726a); Translate 2012-04-11\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 0ff76003d6..46b87c5997 100644 --- a/plugins/EmailReminder/locale/pt/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/pt/LC_MESSAGES/EmailReminder.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailReminder to Portuguese (Português) +# Translation of StatusNet - EmailReminder to Portuguese (português) # Exported from translatewiki.net # # Author: Analuisa @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:49+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 (05c726a); Translate 2012-04-11\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 903df0cb1b..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-05-03 22:11+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 1639aa1a7b..ba1d2b433d 100644 --- a/plugins/EmailSummary/locale/ca/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/ca/LC_MESSAGES/EmailSummary.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailSummary to Catalan (Català) +# Translation of StatusNet - EmailSummary to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:49+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 (05c726a); Translate 2012-04-11\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 d1d20b7dd1..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:49+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 (05c726a); Translate 2012-04-11\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 a7e93825d4..8001a68c95 100644 --- a/plugins/EmailSummary/locale/es/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/es/LC_MESSAGES/EmailSummary.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailSummary to Spanish (Español) +# Translation of StatusNet - EmailSummary to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:49+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 (05c726a); Translate 2012-04-11\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 91e20a8339..0de8f4ce01 100644 --- a/plugins/EmailSummary/locale/eu/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/eu/LC_MESSAGES/EmailSummary.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailSummary to Basque (Euskara) +# Translation of StatusNet - EmailSummary to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:49+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 (05c726a); Translate 2012-04-11\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 b03ac20bcd..50496cadbc 100644 --- a/plugins/EmailSummary/locale/fr/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/fr/LC_MESSAGES/EmailSummary.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailSummary to French (Français) +# Translation of StatusNet - EmailSummary to French (français) # Exported from translatewiki.net # # Author: Iketsi @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:49+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 (05c726a); Translate 2012-04-11\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 c3e7df7f99..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:49+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 (05c726a); Translate 2012-04-11\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 a0e1af3801..4bd2281ef7 100644 --- a/plugins/EmailSummary/locale/ia/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/ia/LC_MESSAGES/EmailSummary.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailSummary to Interlingua (Interlingua) +# Translation of StatusNet - EmailSummary to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:49+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..a28cc249e7 --- /dev/null +++ b/plugins/EmailSummary/locale/it/LC_MESSAGES/EmailSummary.po @@ -0,0 +1,48 @@ +# Translation of StatusNet - EmailSummary 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 - EmailSummary\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Subject for e-mail. +#, php-format +msgid "Your latest updates from %s" +msgstr "I tuoi aggiornamenti più recenti su %s" + +#. TRANS: Text in e-mail summary. +#. TRANS: %1$s is the StatusNet sitename, %2$s is the recipient's profile name. +#, php-format +msgid "Recent updates from %1$s for %2$s:" +msgstr "Aggiornamenti recenti da %1$s di %2$s:" + +#. TRANS: Link text for link to conversation view. +msgid "in context" +msgstr "in una discussione" + +#. TRANS: Link text for link to e-mail settings. +#. TRANS: %1$s is a link to the e-mail settings, %2$s is the StatusNet sitename. +#, php-format +msgid "change your email settings for %2$s" +msgstr "modifica le tue impostazioni email per %2$s" + +#. TRANS: Plugin description. +msgid "Send an email summary of the inbox to users." +msgstr "Invia un riepilogo di e-mail di posta in arrivo agli utenti." + +#. TRANS: Checkbox label in e-mail preferences form. +msgid "Send me a periodic summary of updates from my network" +msgstr "Mandami un riepilogo periodico degli aggiornamenti dalla mia rete" diff --git a/plugins/EmailSummary/locale/mk/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/mk/LC_MESSAGES/EmailSummary.po index af247f1500..4995e90ef3 100644 --- a/plugins/EmailSummary/locale/mk/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/mk/LC_MESSAGES/EmailSummary.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailSummary to Macedonian (Македонски) +# Translation of StatusNet - EmailSummary to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:49+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 (05c726a); Translate 2012-04-11\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 c63f800b72..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:49+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 (05c726a); Translate 2012-04-11\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 70d81ab150..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:49+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 (05c726a); Translate 2012-04-11\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 86c5a5bac4..8d15c8f435 100644 --- a/plugins/EmailSummary/locale/uk/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/uk/LC_MESSAGES/EmailSummary.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailSummary to Ukrainian (Українська) +# Translation of StatusNet - EmailSummary to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:50+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 (05c726a); Translate 2012-04-11\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 4e29cf5e6c..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-05-03 22:11+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 06091b90f8..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:50+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 (05c726a); Translate 2012-04-11\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 9ebd7ae39c..eaf00af0d8 100644 --- a/plugins/Event/locale/br/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/br/LC_MESSAGES/Event.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Event to Breton (Brezhoneg) +# Translation of StatusNet - Event to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Fulup @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:50+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 (05c726a); Translate 2012-04-11\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 6a823dbfca..dcac6d3507 100644 --- a/plugins/Event/locale/ca/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/ca/LC_MESSAGES/Event.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Event to Catalan (Català) +# Translation of StatusNet - Event to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:50+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 (05c726a); Translate 2012-04-11\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 1c9beccc34..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:50+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 (05c726a); Translate 2012-04-11\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 1599349cdc..d4e941d52f 100644 --- a/plugins/Event/locale/es/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/es/LC_MESSAGES/Event.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Event to Spanish (Español) +# Translation of StatusNet - Event to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:50+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 (05c726a); Translate 2012-04-11\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 91fb6f56d3..81610024f4 100644 --- a/plugins/Event/locale/eu/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/eu/LC_MESSAGES/Event.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Event to Basque (Euskara) +# Translation of StatusNet - Event to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:50+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 (05c726a); Translate 2012-04-11\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 26274e1418..e88a61059a 100644 --- a/plugins/Event/locale/fr/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/fr/LC_MESSAGES/Event.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Event to French (Français) +# Translation of StatusNet - Event to French (français) # Exported from translatewiki.net # # Author: Brunoperel @@ -16,13 +16,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:51+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 (05c726a); Translate 2012-04-11\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 7852a67ade..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:51+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 (05c726a); Translate 2012-04-11\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 3961dc8667..21ded0c1df 100644 --- a/plugins/Event/locale/ia/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/ia/LC_MESSAGES/Event.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Event to Interlingua (Interlingua) +# Translation of StatusNet - Event to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:51+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..332e6c8606 --- /dev/null +++ b/plugins/Event/locale/it/LC_MESSAGES/Event.po @@ -0,0 +1,417 @@ +# Translation of StatusNet - Event to Italian (italiano) +# Exported from translatewiki.net +# +# Author: Od1n +# Author: Ximo17 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Event\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: 0 minutes abbreviated. Used in a list. +msgid "(0 min)" +msgstr "(0 min)" + +#. TRANS: 30 minutes abbreviated. Used in a list. +msgid "(30 min)" +msgstr "(30 min)" + +#. TRANS: 1 hour. Used in a list. +msgid "(1 hour)" +msgstr "(1 ora)" + +#, php-format +msgid "(%.1f hours)" +msgstr "(%.1f ore)" + +#, php-format +msgid "(%d hours)" +msgstr "(%d ore)" + +#. TRANS: Client exception thrown when trying to create an event that already exists. +msgid "Event already exists." +msgstr "Evento già esistente." + +#. TRANS: Event description. %1$s is a title, %2$s is start time, %3$s is end time, +#. TRANS: %4$s is location, %5$s is a description. +#, php-format +msgid "\"%1$s\" %2$s - %3$s (%4$s): %5$s" +msgstr "\"%1$s\" %2$s - %3$s (%4$s): %5$s" + +#. TRANS: Rendered event description. %1$s is a title, %2$s is start time, %3$s is start time, +#. TRANS: %4$s is end time, %5$s is end time, %6$s is location, %7$s is description. +#. TRANS: Class names should not be translated. +#, php-format +msgid "" +"%1$s %3$s - %5" +"$s (%6$s): %7" +"$s " +msgstr "" +"%1$s %3$s - %5" +"$s (%6$s): %7" +"$s " + +#. TRANS: Error message displayed when trying to perform an action that requires a logged in user. +msgid "Not logged in." +msgstr "Accesso non effettuato." + +#. TRANS: Client error when submitting a form with unexpected information. +msgid "Unexpected form submission." +msgstr "Invio del modulo inaspettato." + +#. TRANS: Client error displayed when using an action in a non-AJAX way. +msgid "This action is AJAX only." +msgstr "Questa azione è solo per AJAX." + +#. TRANS: Client exception thrown when referring to a non-existing RSVP. +#. TRANS: RSVP stands for "Please reply". +#. TRANS: Client exception thrown when referring to a non-existing RSVP ("please respond") item. +msgid "No such RSVP." +msgstr "Questa RSVP non esiste." + +#. TRANS: Client exception thrown when referring to a non-existing event. +msgid "No such event." +msgstr "Questo evento non esiste." + +#. TRANS: Title for event. +#. TRANS: %1$s is a user nickname, %2$s is an event title. +#, php-format +msgid "%1$s's RSVP for \"%2$s\"" +msgstr "RSVP di %1$s a \"%2$s\"" + +#. TRANS: Possible status for RSVP ("please respond") item. +msgid "You will attend this event." +msgstr "Parteciperai a quest'evento." + +#. TRANS: Possible status for RSVP ("please respond") item. +msgid "You will not attend this event." +msgstr "Non parteciperai a quest'evento." + +#. TRANS: Possible status for RSVP ("please respond") item. +msgid "You might attend this event." +msgstr "Forse parteciperai a questo evento." + +#. TRANS: Button text to cancel responding to an RSVP ("please respond") item. +msgctxt "BUTTON" +msgid "Cancel" +msgstr "Annulla" + +#. TRANS: Title for RSVP ("please respond") action. +msgctxt "TITLE" +msgid "New RSVP" +msgstr "Nuovo RSVP" + +#. TRANS: Client exception thrown when trying to RSVP ("please respond") while not logged in. +#. TRANS: Client exception thrown when trying tp RSVP ("please respond") while not logged in. +msgid "You must be logged in to RSVP for an event." +msgstr "Devi eseguire l'accesso per rispondere ad un evento." + +#. TRANS: Client exception thrown when using an invalid value for RSVP ("please respond"). +msgid "Unknown submit value." +msgstr "Valore di invio sconosciuto." + +#. TRANS: Page title after creating an event. +#. TRANS: Page title after sending a notice. +msgid "Event saved" +msgstr "Evento salvato" + +#. TRANS: Title for RSVP ("please respond") action. +msgctxt "TITLE" +msgid "Cancel RSVP" +msgstr "Annulla RSVP" + +#. TRANS: Content for a deleted RSVP list item (RSVP stands for "please respond"). +msgid "Deleted." +msgstr "Cancellato." + +#. TRANS: Field label on form to RSVP ("please respond") for an event. +msgid "RSVP:" +msgstr "RSVP:" + +#. TRANS: Button text for RSVP ("please respond") reply to confirm attendence. +msgctxt "BUTTON" +msgid "Yes" +msgstr "Sì" + +#. TRANS: Button text for RSVP ("please respond") reply to deny attendence. +msgctxt "BUTTON" +msgid "No" +msgstr "No" + +#. TRANS: Button text for RSVP ("please respond") reply to indicate one might attend. +msgctxt "BUTTON" +msgid "Maybe" +msgstr "Forse" + +#. TRANS: Field label on event form. +msgctxt "LABEL" +msgid "Title" +msgstr "Titolo" + +#. TRANS: Field title on event form. +msgid "Title of the event." +msgstr "Titolo dell'evento." + +#. TRANS: Field label on event form. +msgctxt "LABEL" +msgid "Start date" +msgstr "Data di inizio" + +#. TRANS: Field title on event form. +msgid "Date the event starts." +msgstr "Data di inizio dell'evento." + +#. TRANS: Field label on event form. +msgctxt "LABEL" +msgid "Start time" +msgstr "Ora di inizio" + +#. TRANS: Field title on event form. %s is the abbreviated timezone +#, php-format +msgid "Time the event starts (%s)." +msgstr "Ora di inizio dell'evento ( %s )." + +#. TRANS: Field label on event form. +msgctxt "LABEL" +msgid "End date" +msgstr "Data del termine" + +#. TRANS: Field title on event form. +msgid "Date the event ends." +msgstr "Data in cui termina l'evento." + +#. TRANS: Field label on event form. +msgctxt "LABEL" +msgid "End time" +msgstr "Ora del termine" + +#. TRANS: Field title on event form. +msgid "Time the event ends." +msgstr "Ora in cui termina l'evento." + +#. TRANS: Field label on event form. +msgctxt "LABEL" +msgid "Where?" +msgstr "Dove?" + +#. TRANS: Field title on event form. +msgid "Event location." +msgstr "Luogo dell'evento." + +#. TRANS: Field label on event form. +msgctxt "LABEL" +msgid "URL" +msgstr "URL" + +#. TRANS: Field title on event form. +msgid "URL for more information." +msgstr "URL per ulteriori informazioni." + +#. TRANS: Field label on event form. +msgctxt "LABEL" +msgid "Description" +msgstr "Descrizione" + +#. TRANS: Field title on event form. +msgid "Description of the event." +msgstr "Descrizione dell'evento." + +#. TRANS: Button text to save an event.. +msgctxt "BUTTON" +msgid "Save" +msgstr "Salva" + +#. TRANS: Plugin description. +msgid "Event invitations and RSVPs." +msgstr "Inviti e RSVP all'evento." + +#. TRANS: Title for event application. +msgctxt "TITLE" +msgid "Event" +msgstr "Evento" + +#. TRANS: Exception thrown when there are too many activity objects. +msgid "Too many activity objects." +msgstr "Troppi oggetti dell'attività." + +#. TRANS: Exception thrown when event plugin comes across a non-event type object. +msgid "Wrong type for object." +msgstr "Tipo di oggetto sbagliato." + +#. TRANS: Exception thrown when trying to RSVP for an unknown event. +msgid "RSVP for unknown event." +msgstr "RSVP ad un evento sconosciuto." + +#. TRANS: Exception thrown when event plugin comes across a undefined verb. +msgid "Unknown verb for events." +msgstr "Verbo sconosciuto per gli eventi." + +#. TRANS: Exception thrown when event plugin comes across a unknown object type. +msgid "Unknown object type." +msgstr "Tipo di oggetto sconosciuto." + +#. TRANS: Exception thrown when referring to a notice that is not an event an in event context. +msgid "Unknown event notice." +msgstr "Avviso di evento sconosciuto." + +#. TRANS: Client exception thrown when trying to save an already existing RSVP ("please respond"). +msgid "RSVP already exists." +msgstr "RSVP già esistente." + +#. TRANS: Exception thrown when requesting an undefined verb for RSVP. +#, php-format +msgid "Unknown verb \"%s\"." +msgstr "Verbo sconosciuto \"%s\"." + +#. TRANS: Exception thrown when requesting an undefined code for RSVP. +#, php-format +msgid "Unknown code \"%s\"." +msgstr "Codice sconosciuto \"%s\"." + +#. TRANS: Server exception thrown when requesting a non-exsting notice for an RSVP ("please respond"). +#. TRANS: %s is the RSVP with the missing notice. +#, php-format +msgid "RSVP %s does not correspond to a notice in the database." +msgstr "RSVP %s non corrisponde a un avviso nel database." + +#. TRANS: Exception thrown when requesting a non-existing profile. +#. TRANS: %s is the ID of the non-existing profile. +#, php-format +msgid "No profile with ID %s." +msgstr "Nessun profilo con ID %s." + +#. TRANS: Exception thrown when requesting a non-existing event. +#. TRANS: %s is the ID of the non-existing event. +#, php-format +msgid "No event with ID %s." +msgstr "Nessun evento con ID %s." + +#. TRANS: HTML version of an RSVP ("please respond") status for a user. +#. TRANS: %1$s is a profile URL, %2$s a profile name, +#. TRANS: %3$s is an event URL, %4$s an event title. +#, php-format +msgid "" +"%2$s is attending %4$s." +msgstr "" +"%2$s parteciperà a %4$s." + +#. TRANS: HTML version of an RSVP ("please respond") status for a user. +#. TRANS: %1$s is a profile URL, %2$s a profile name, +#. TRANS: %3$s is an event URL, %4$s an event title. +#, php-format +msgid "" +"%2$s is not attending " +"%4$s." +msgstr "" +"%2$s non parteciperà a " +"%4$s." + +#. TRANS: HTML version of an RSVP ("please respond") status for a user. +#. TRANS: %1$s is a profile URL, %2$s a profile name, +#. TRANS: %3$s is an event URL, %4$s an event title. +#, php-format +msgid "" +"%2$s might attend %4$s." +msgstr "" +"%2$s forse parteciperà " +"a %4$s." + +#. TRANS: Exception thrown when requesting a user's RSVP status for a non-existing response code. +#. TRANS: %s is the non-existing response code. +#, php-format +msgid "Unknown response code %s." +msgstr "Codice di risposta sconosciuto %s." + +#. TRANS: Used as event title when not event title is available. +#. TRANS: Used as: Username [is [not ] attending|might attend] an unknown event. +msgid "an unknown event" +msgstr "un evento sconosciuto" + +#. TRANS: Plain text version of an RSVP ("please respond") status for a user. +#. TRANS: %1$s is a profile name, %2$s is an event title. +#, php-format +msgid "%1$s is attending %2$s." +msgstr "%1$s parteciperà a %2$s." + +#. TRANS: Plain text version of an RSVP ("please respond") status for a user. +#. TRANS: %1$s is a profile name, %2$s is an event title. +#, php-format +msgid "%1$s is not attending %2$s." +msgstr "%1$s non parteciperà a %2$s." + +#. TRANS: Plain text version of an RSVP ("please respond") status for a user. +#. TRANS: %1$s is a profile name, %2$s is an event title. +#, php-format +msgid "%1$s might attend %2$s." +msgstr "%1$s forse parteciperà a %2$s." + +#. TRANS: Title for new event form. +msgctxt "TITLE" +msgid "New event" +msgstr "Nuovo evento" + +#. TRANS: Client exception thrown when trying to post an event while not logged in. +msgid "Must be logged in to post a event." +msgstr "Bisogna effettuare l'accesso per poter inserire un evento." + +#. TRANS: Client exception thrown when trying to post an event without providing a title. +msgid "Title required." +msgstr "Titolo richiesto." + +#. TRANS: Client exception thrown when trying to post an event without providing a start date. +msgid "Start date required." +msgstr "Necessaria data di inizio." + +#. TRANS: Client exception thrown when trying to post an event without providing an end date. +msgid "End date required." +msgstr "Necessaria data di termine." + +#. TRANS: Client exception thrown when trying to post an event with a date that cannot be processed. +#. TRANS: %s is the data that could not be processed. +#, php-format +msgid "Could not parse date \"%s\"." +msgstr "Impossibile analizzare il dato \"%s\"." + +#. TRANS: Client exception thrown when trying to post an event without providing a title. +msgid "Event must have a title." +msgstr "L'evento deve avere un titolo." + +#. TRANS: Client exception thrown when trying to post an event without providing a start time. +msgid "Event must have a start time." +msgstr "L'evento deve avere un orario di inizio." + +#. TRANS: Client exception thrown when trying to post an event without providing an end time. +msgid "Event must have an end time." +msgstr "L'evento deve avere un orario di termine." + +#. TRANS: Client exception thrown when trying to post an event with an invalid URL. +msgid "URL must be valid." +msgstr "La URL deve essere valida." + +#. TRANS: Field label for event description. +msgid "Time:" +msgstr "Ora:" + +#. TRANS: Field label for event description. +msgid "Location:" +msgstr "Luogo:" + +#. TRANS: Field label for event description. +msgid "Description:" +msgstr "Descrizione:" diff --git a/plugins/Event/locale/ja/LC_MESSAGES/Event.po b/plugins/Event/locale/ja/LC_MESSAGES/Event.po index de744bb195..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:51+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 (05c726a); Translate 2012-04-11\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 16a067222c..e180f94d5e 100644 --- a/plugins/Event/locale/mk/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/mk/LC_MESSAGES/Event.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Event to Macedonian (Македонски) +# Translation of StatusNet - Event to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:51+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 (05c726a); Translate 2012-04-11\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 fec1ba6f53..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:51+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 (05c726a); Translate 2012-04-11\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 7ccb2c27e5..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:51+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 (05c726a); Translate 2012-04-11\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 27718f0d21..61fd934a4e 100644 --- a/plugins/Event/locale/pt/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/pt/LC_MESSAGES/Event.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Event to Portuguese (Português) +# Translation of StatusNet - Event to Portuguese (português) # Exported from translatewiki.net # # Author: Analuisa @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:52+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 (05c726a); Translate 2012-04-11\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 d9517cc45c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:52+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 (05c726a); Translate 2012-04-11\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" @@ -23,23 +23,23 @@ msgstr "" #. TRANS: 0 minutes abbreviated. Used in a list. msgid "(0 min)" -msgstr "" +msgstr "(0 minuto)" #. TRANS: 30 minutes abbreviated. Used in a list. msgid "(30 min)" -msgstr "" +msgstr "(30 minuto)" #. TRANS: 1 hour. Used in a list. msgid "(1 hour)" -msgstr "" +msgstr "(1 oras)" #, php-format msgid "(%.1f hours)" -msgstr "" +msgstr "(%.1f oras)" #, php-format msgid "(%d hours)" -msgstr "" +msgstr "(%d oras)" #. TRANS: Client exception thrown when trying to create an event that already exists. msgid "Event already exists." @@ -68,15 +68,15 @@ msgstr "" #. TRANS: Error message displayed when trying to perform an action that requires a logged in user. msgid "Not logged in." -msgstr "" +msgstr "Hindi nakalagda." #. TRANS: Client error when submitting a form with unexpected information. msgid "Unexpected form submission." -msgstr "" +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" @@ -208,7 +208,7 @@ msgstr "Oras ng pagwawakas ng kaganapan." #. TRANS: Field label on event form. msgctxt "LABEL" msgid "Where?" -msgstr "" +msgstr "Saan?" #. TRANS: Field title on event form. msgid "Event location." @@ -407,7 +407,7 @@ msgstr "Dapat na may isang oras ng wakas ang kaganapan." #. TRANS: Client exception thrown when trying to post an event with an invalid URL. msgid "URL must be valid." -msgstr "" +msgstr "Dapat na katanggap-tanggap ang URL." #. TRANS: Field label for event description. msgid "Time:" diff --git a/plugins/Event/locale/uk/LC_MESSAGES/Event.po b/plugins/Event/locale/uk/LC_MESSAGES/Event.po index 5a087beb73..d05139cd8e 100644 --- a/plugins/Event/locale/uk/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/uk/LC_MESSAGES/Event.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Event to Ukrainian (Українська) +# Translation of StatusNet - Event to Ukrainian (українська) # Exported from translatewiki.net # # Author: AS @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:52+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 (05c726a); Translate 2012-04-11\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 5fc146e285..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-05-03 22:11+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 fe427a161a..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:52+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 (05c726a); Translate 2012-04-11\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 1b0bb3c528..004331a16e 100644 --- a/plugins/ExtendedProfile/locale/br/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/br/LC_MESSAGES/ExtendedProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ExtendedProfile to Breton (Brezhoneg) +# Translation of StatusNet - ExtendedProfile to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:52+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 (05c726a); Translate 2012-04-11\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 ba4df13fa6..1efb477b8d 100644 --- a/plugins/ExtendedProfile/locale/ca/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/ca/LC_MESSAGES/ExtendedProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ExtendedProfile to Catalan (Català) +# Translation of StatusNet - ExtendedProfile to Catalan (català) # Exported from translatewiki.net # # Author: Solde @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:52+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 (05c726a); Translate 2012-04-11\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 d65a6012a3..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:52+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..88fd863f49 --- /dev/null +++ b/plugins/ExtendedProfile/locale/diq/LC_MESSAGES/ExtendedProfile.po @@ -0,0 +1,228 @@ +# Translation of StatusNet - ExtendedProfile to Zazaki (Zazaki) +# Exported from translatewiki.net +# +# Author: Erdemaslancan +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - ExtendedProfile\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Title for extended profile settings. +msgid "Extended profile settings" +msgstr "" + +#. TRANS: Usage instructions for profile settings. +msgid "" +"You can update your personal profile info here so people know more about you." +msgstr "" + +#. TRANS: Client error displayed when the session token does not match or is not given. +msgid "There was a problem with your session token. Try again, please." +msgstr "" + +#. TRANS: Message given submitting a form with an unknown action. +msgid "Unexpected form submission." +msgstr "" + +#. TRANS: Success message after saving extended profile details. +msgid "Details saved." +msgstr "" + +#. TRANS: Exception thrown when no date was entered in a required date field. +#. TRANS: %s is the field name. +#, php-format +msgid "You must supply a date for \"%s\"." +msgstr "" + +#. TRANS: Exception thrown on incorrect data input. +#. TRANS: %1$s is a field name, %2$s is the incorrect input. +#, php-format +msgid "Invalid date entered for \"%1$s\": %2$s." +msgstr "" + +#. TRANS: Exception thrown when entering an invalid URL. +#. TRANS: %s is the invalid URL. +#, php-format +msgid "Invalid URL: %s." +msgstr "" + +#. TRANS: Server error displayed when a field could not be saved in the database. +msgid "Could not save profile details." +msgstr "" + +#. TRANS: Validation error in form for profile settings. +#. TRANS: %s is an invalid tag. +#, php-format +msgid "Invalid tag: \"%s\"." +msgstr "" + +#. TRANS: Server error thrown when user profile settings could not be saved. +msgid "Could not save profile." +msgstr "" + +#. TRANS: Server error thrown when user profile settings tags could not be saved. +msgid "Could not save tags." +msgstr "" + +#. TRANS: Link title for link on user profile. +msgid "Edit extended profile settings" +msgstr "" + +#. TRANS: Link text for link on user profile. +msgid "Edit" +msgstr "Bıvurne" + +#. TRANS: Plugin description. +msgid "UI extensions for additional profile fields." +msgstr "" + +#. TRANS: Link text on user profile page leading to extended profile page. +msgid "More details..." +msgstr "" + +#. TRANS: Title for extended profile entry deletion dialog. +msgid "Confirmation Required" +msgstr "" + +#. TRANS: Confirmation text for extended profile entry deletion dialog. +msgid "Really delete this entry?" +msgstr "" + +#. TRANS: Value between parentheses (phone number, website, or IM address). +#, php-format +msgid "(%s)" +msgstr "(%s)" + +#. TRANS: Field label in experience area of extended profile. +#. TRANS: Field label in experience edit area of extended profile (which company does one work for). +msgid "Company" +msgstr "Şirket" + +#. TRANS: Field label in extended profile (when did one start a position or education). +msgid "Start" +msgstr "Dest pêkey" + +#. TRANS: Field label in extended profile (when did one end a position or education). +msgid "End" +msgstr "Qedya" + +#. TRANS: Field value in experience area of extended profile (one still holds a position). +msgid "(Current)" +msgstr "(Nıkayên)" + +#. TRANS: Checkbox label in experience edit area of extended profile (one still works at a company). +msgid "Current" +msgstr "Nıkayên" + +#. TRANS: Field label in education area of extended profile. +#. TRANS: Field label in education edit area of extended profile. +#. TRANS: Field label for extended profile properties. +msgid "Institution" +msgstr "" + +#. TRANS: Field label in extended profile for specifying an academic degree. +msgid "Degree" +msgstr "" + +#. TRANS: Field label in education area of extended profile. +#. TRANS: Field label in education edit area of extended profile. +msgid "Description" +msgstr "" + +#. TRANS: Link description in extended profile page to add another profile element. +msgid "Add another item" +msgstr "" + +#. TRANS: Field label for undefined field in extended profile. +#, php-format +msgid "TYPE: %s" +msgstr "Babet: %s" + +#. TRANS: Button text for saving extended profile properties. +msgctxt "BUTTON" +msgid "Save" +msgstr "Star ke" + +#. TRANS: . +#. TRANS: Button title for saving extended profile properties. +msgid "Save details" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Phone" +msgstr "Telefun" + +#. TRANS: Field label for extended profile properties (Instant Messaging). +msgid "IM" +msgstr "IM" + +#. TRANS: Field label for extended profile properties. +msgid "Website" +msgstr "Websita" + +#. TRANS: Field label for extended profile properties. +msgid "Employer" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Personal" +msgstr "Personel" + +#. TRANS: Field label for extended profile properties. +msgid "Full name" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Title" +msgstr "Sername" + +#. TRANS: Field label for extended profile properties. +msgid "Manager" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Location" +msgstr "Lokasyon" + +#. TRANS: Field label for extended profile properties. +msgid "Bio" +msgstr "Bio" + +#. TRANS: Field label for extended profile properties. +msgid "Tags" +msgstr "Etiketi" + +#. TRANS: Field label for extended profile properties. +msgid "Contact" +msgstr "İrtibat" + +#. TRANS: Field label for extended profile properties. +msgid "Birthday" +msgstr "Rocbiyayış" + +#. TRANS: Field label for extended profile properties. +msgid "Spouse's name" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Kids' names" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Work experience" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Education" +msgstr "Terbiyet" diff --git a/plugins/ExtendedProfile/locale/es/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/es/LC_MESSAGES/ExtendedProfile.po index d3a50efd24..e6212271de 100644 --- a/plugins/ExtendedProfile/locale/es/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/es/LC_MESSAGES/ExtendedProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ExtendedProfile to Spanish (Español) +# Translation of StatusNet - ExtendedProfile to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:53+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 (05c726a); Translate 2012-04-11\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 4c4e87c2db..1f2d6a2338 100644 --- a/plugins/ExtendedProfile/locale/eu/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/eu/LC_MESSAGES/ExtendedProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ExtendedProfile to Basque (Euskara) +# Translation of StatusNet - ExtendedProfile to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:53+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 (05c726a); Translate 2012-04-11\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 74e4b357db..f319574dcc 100644 --- a/plugins/ExtendedProfile/locale/fr/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/fr/LC_MESSAGES/ExtendedProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ExtendedProfile to French (Français) +# Translation of StatusNet - ExtendedProfile to French (français) # Exported from translatewiki.net # # Author: Brunoperel @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:53+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 (05c726a); Translate 2012-04-11\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 0a7428605c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:53+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 (05c726a); Translate 2012-04-11\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 342c595ab3..ab05952c68 100644 --- a/plugins/ExtendedProfile/locale/ia/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/ia/LC_MESSAGES/ExtendedProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ExtendedProfile to Interlingua (Interlingua) +# Translation of StatusNet - ExtendedProfile to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:53+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..c5c4eecc16 --- /dev/null +++ b/plugins/ExtendedProfile/locale/it/LC_MESSAGES/ExtendedProfile.po @@ -0,0 +1,231 @@ +# Translation of StatusNet - ExtendedProfile 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 - ExtendedProfile\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Title for extended profile settings. +msgid "Extended profile settings" +msgstr "Impostazioni del profilo esteso" + +#. TRANS: Usage instructions for profile settings. +msgid "" +"You can update your personal profile info here so people know more about you." +msgstr "" +"Qui puoi aggiornare le informazioni del tuo profilo personale, così gli " +"altri potranno conoscere qualcosa in più su di te." + +#. 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 submitting a form with an unknown action. +msgid "Unexpected form submission." +msgstr "Invio del modulo inaspettato." + +#. TRANS: Success message after saving extended profile details. +msgid "Details saved." +msgstr "Dettagli salvati." + +#. TRANS: Exception thrown when no date was entered in a required date field. +#. TRANS: %s is the field name. +#, php-format +msgid "You must supply a date for \"%s\"." +msgstr "È necessario fornire una data per \"%s\"." + +#. TRANS: Exception thrown on incorrect data input. +#. TRANS: %1$s is a field name, %2$s is the incorrect input. +#, php-format +msgid "Invalid date entered for \"%1$s\": %2$s." +msgstr "Immessa data non valida per \"%1$s\": %2$s." + +#. TRANS: Exception thrown when entering an invalid URL. +#. TRANS: %s is the invalid URL. +#, php-format +msgid "Invalid URL: %s." +msgstr "URL non valido: %s." + +#. TRANS: Server error displayed when a field could not be saved in the database. +msgid "Could not save profile details." +msgstr "Impossibile salvare i dettagli del profilo." + +#. TRANS: Validation error in form for profile settings. +#. TRANS: %s is an invalid tag. +#, php-format +msgid "Invalid tag: \"%s\"." +msgstr "Tag non valido: \"%s\"." + +#. TRANS: Server error thrown when user profile settings could not be saved. +msgid "Could not save profile." +msgstr "Impossibile salvare il profilo." + +#. TRANS: Server error thrown when user profile settings tags could not be saved. +msgid "Could not save tags." +msgstr "Impossibile salvare i tag." + +#. TRANS: Link title for link on user profile. +msgid "Edit extended profile settings" +msgstr "Modificare le impostazioni del profilo esteso" + +#. TRANS: Link text for link on user profile. +msgid "Edit" +msgstr "Modifica" + +#. TRANS: Plugin description. +msgid "UI extensions for additional profile fields." +msgstr "Estensioni dell'interfaccia utente per i campi aggiuntivi del profilo." + +#. TRANS: Link text on user profile page leading to extended profile page. +msgid "More details..." +msgstr "Maggiori dettagli..." + +#. TRANS: Title for extended profile entry deletion dialog. +msgid "Confirmation Required" +msgstr "Richiesta Conferma" + +#. TRANS: Confirmation text for extended profile entry deletion dialog. +msgid "Really delete this entry?" +msgstr "Vuoi davvero eliminare questa voce?" + +#. TRANS: Value between parentheses (phone number, website, or IM address). +#, php-format +msgid "(%s)" +msgstr "(%s)" + +#. TRANS: Field label in experience area of extended profile. +#. TRANS: Field label in experience edit area of extended profile (which company does one work for). +msgid "Company" +msgstr "Società" + +#. TRANS: Field label in extended profile (when did one start a position or education). +msgid "Start" +msgstr "Inizio" + +#. TRANS: Field label in extended profile (when did one end a position or education). +msgid "End" +msgstr "Fine" + +#. TRANS: Field value in experience area of extended profile (one still holds a position). +msgid "(Current)" +msgstr "(Attuale)" + +#. TRANS: Checkbox label in experience edit area of extended profile (one still works at a company). +msgid "Current" +msgstr "Attuale" + +#. TRANS: Field label in education area of extended profile. +#. TRANS: Field label in education edit area of extended profile. +#. TRANS: Field label for extended profile properties. +msgid "Institution" +msgstr "Istituzione" + +#. TRANS: Field label in extended profile for specifying an academic degree. +msgid "Degree" +msgstr "Titolo di studio" + +#. TRANS: Field label in education area of extended profile. +#. TRANS: Field label in education edit area of extended profile. +msgid "Description" +msgstr "Descrizione" + +#. TRANS: Link description in extended profile page to add another profile element. +msgid "Add another item" +msgstr "Aggiungi un altro oggetto" + +#. TRANS: Field label for undefined field in extended profile. +#, php-format +msgid "TYPE: %s" +msgstr "TIPO: %s" + +#. TRANS: Button text for saving extended profile properties. +msgctxt "BUTTON" +msgid "Save" +msgstr "Salva" + +#. TRANS: . +#. TRANS: Button title for saving extended profile properties. +msgid "Save details" +msgstr "Salvare i dettagli" + +#. TRANS: Field label for extended profile properties. +msgid "Phone" +msgstr "Telefono" + +#. TRANS: Field label for extended profile properties (Instant Messaging). +msgid "IM" +msgstr "IM" + +#. TRANS: Field label for extended profile properties. +msgid "Website" +msgstr "Sito web" + +#. TRANS: Field label for extended profile properties. +msgid "Employer" +msgstr "Datore di lavoro" + +#. TRANS: Field label for extended profile properties. +msgid "Personal" +msgstr "Personale" + +#. TRANS: Field label for extended profile properties. +msgid "Full name" +msgstr "Nome e cognome" + +#. TRANS: Field label for extended profile properties. +msgid "Title" +msgstr "Qualifica" + +#. TRANS: Field label for extended profile properties. +msgid "Manager" +msgstr "Manager" + +#. TRANS: Field label for extended profile properties. +msgid "Location" +msgstr "Luogo" + +#. TRANS: Field label for extended profile properties. +msgid "Bio" +msgstr "Biografia" + +#. TRANS: Field label for extended profile properties. +msgid "Tags" +msgstr "Tag" + +#. TRANS: Field label for extended profile properties. +msgid "Contact" +msgstr "Contatto" + +#. TRANS: Field label for extended profile properties. +msgid "Birthday" +msgstr "Compleanno" + +#. TRANS: Field label for extended profile properties. +msgid "Spouse's name" +msgstr "Nome del coniuge" + +#. TRANS: Field label for extended profile properties. +msgid "Kids' names" +msgstr "Nome dei figli" + +#. TRANS: Field label for extended profile properties. +msgid "Work experience" +msgstr "Esperienza lavorativa" + +#. TRANS: Field label for extended profile properties. +msgid "Education" +msgstr "Istruzione" diff --git a/plugins/ExtendedProfile/locale/ja/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/ja/LC_MESSAGES/ExtendedProfile.po index 151b798c39..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:53+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 (05c726a); Translate 2012-04-11\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 49c4145657..e2e3955a8d 100644 --- a/plugins/ExtendedProfile/locale/mk/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/mk/LC_MESSAGES/ExtendedProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ExtendedProfile to Macedonian (Македонски) +# Translation of StatusNet - ExtendedProfile to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:53+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 (05c726a); Translate 2012-04-11\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 10aebc28c2..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:53+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 (05c726a); Translate 2012-04-11\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 397658de82..58cf10b294 100644 --- a/plugins/ExtendedProfile/locale/pl/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/pl/LC_MESSAGES/ExtendedProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ExtendedProfile to Polish (Polski) +# Translation of StatusNet - ExtendedProfile to Polish (polski) # Exported from translatewiki.net # # Author: BeginaFelicysym @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:53+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 (05c726a); Translate 2012-04-11\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 2ccdf4a00f..2db45233e2 100644 --- a/plugins/ExtendedProfile/locale/sv/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/sv/LC_MESSAGES/ExtendedProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ExtendedProfile to Swedish (Svenska) +# Translation of StatusNet - ExtendedProfile to Swedish (svenska) # Exported from translatewiki.net # # Author: Lokal Profil @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:53+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 (05c726a); Translate 2012-04-11\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 93603c90a7..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:54+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 (05c726a); Translate 2012-04-11\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 a48179dd0c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:54+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 (05c726a); Translate 2012-04-11\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 c1f360d5bf..ca4058f4b0 100644 --- a/plugins/ExtendedProfile/locale/uk/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/uk/LC_MESSAGES/ExtendedProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ExtendedProfile to Ukrainian (Українська) +# Translation of StatusNet - ExtendedProfile to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:54+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 (05c726a); Translate 2012-04-11\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 63d57269e4..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-05-03 22:11+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 9ea0d322af..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:54+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 (05c726a); Translate 2012-04-11\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 8d2b5e3852..66abf65931 100644 --- a/plugins/FacebookBridge/locale/br/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/br/LC_MESSAGES/FacebookBridge.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FacebookBridge to Breton (Brezhoneg) +# Translation of StatusNet - FacebookBridge to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Fulup @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:54+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 (05c726a); Translate 2012-04-11\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 7520e94dc3..3da6f8f6d1 100644 --- a/plugins/FacebookBridge/locale/ca/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/ca/LC_MESSAGES/FacebookBridge.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FacebookBridge to Catalan (Català) +# Translation of StatusNet - FacebookBridge to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:54+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 (05c726a); Translate 2012-04-11\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 5dadcfd8a0..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:54+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 (05c726a); Translate 2012-04-11\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 4d8ea7f9b6..fb229d54df 100644 --- a/plugins/FacebookBridge/locale/es/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/es/LC_MESSAGES/FacebookBridge.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FacebookBridge to Spanish (Español) +# Translation of StatusNet - FacebookBridge to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:55+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 (05c726a); Translate 2012-04-11\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 8b2004a156..526e66df77 100644 --- a/plugins/FacebookBridge/locale/eu/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/eu/LC_MESSAGES/FacebookBridge.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FacebookBridge to Basque (Euskara) +# Translation of StatusNet - FacebookBridge to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:55+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 (05c726a); Translate 2012-04-11\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 0a4f935aa0..934468d181 100644 --- a/plugins/FacebookBridge/locale/fr/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/fr/LC_MESSAGES/FacebookBridge.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FacebookBridge to French (Français) +# Translation of StatusNet - FacebookBridge to French (français) # Exported from translatewiki.net # # Author: Brunoperel @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:55+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 (05c726a); Translate 2012-04-11\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 5bcffab928..2d61f35b2c 100644 --- a/plugins/FacebookBridge/locale/fur/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/fur/LC_MESSAGES/FacebookBridge.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FacebookBridge to Friulian (Furlan) +# Translation of StatusNet - FacebookBridge to Friulian (furlan) # Exported from translatewiki.net # # Author: Klenje @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:55+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 (05c726a); Translate 2012-04-11\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 95b560d5f5..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:55+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 (05c726a); Translate 2012-04-11\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 b124779b62..dbdf765c90 100644 --- a/plugins/FacebookBridge/locale/ia/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/ia/LC_MESSAGES/FacebookBridge.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FacebookBridge to Interlingua (Interlingua) +# Translation of StatusNet - FacebookBridge to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:55+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..0fa5b09a86 --- /dev/null +++ b/plugins/FacebookBridge/locale/it/LC_MESSAGES/FacebookBridge.po @@ -0,0 +1,381 @@ +# Translation of StatusNet - FacebookBridge to Italian (italiano) +# Exported from translatewiki.net +# +# Author: Od1n +# Author: Ximo17 +# Author: 1009 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - FacebookBridge\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 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 (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. +msgid "Already logged in." +msgstr "Accesso già effettuato." + +#. TRANS: Form instructions. +msgid "Login with your Facebook Account" +msgstr "Autenticati tramite il tuo account Facebook" + +#. TRANS: Page title. +#. TRANS: Alt text for "Login with Facebook" image. +msgid "Login with Facebook" +msgstr "Autenticati tramite Facebook" + +#. TRANS: Title for "Login with Facebook" image. +msgid "Login with Facebook." +msgstr "Autenticati tramite Facebook." + +#. TRANS: Title for Facebook administration panel. +msgctxt "TITLE" +msgid "Facebook integration settings" +msgstr "Integrazione delle impostazioni di Facebook" + +#. TRANS: Instruction for Facebook administration panel. +msgid "Facebook integration settings" +msgstr "Integrazione delle impostazioni di Facebook" + +#. TRANS: Client error displayed when providing too long a Facebook application ID. +msgid "Invalid Facebook ID. Maximum length is 255 characters." +msgstr "ID di Facebook non valido. La lunghezza massima è di 255 caratteri." + +#. TRANS: Client error displayed when providing too long a Facebook secret key. +msgid "Invalid Facebook secret. Maximum length is 255 characters." +msgstr "" +"Chiave segreta di Facebook non valida. La lunghezza massima è di 255 " +"caratteri." + +#. TRANS: Fieldset legend. +msgid "Facebook application settings" +msgstr "Impostazioni dell'applicazione Facebook" + +#. TRANS: Field label for Facebook application ID. +msgid "Application ID" +msgstr "ID applicazione" + +#. TRANS: Field title for Facebook application ID. +msgid "ID of your Facebook application." +msgstr "ID dell'applicazione Facebook." + +#. TRANS: Field label for Facebook secret key. +msgid "Secret" +msgstr "Chiave segreta" + +#. TRANS: Field title for Facebook secret key. +msgid "Application secret." +msgstr "Chiave segreta dell' applicazione." + +#. TRANS: Button text to save Facebook integration settings. +#. TRANS: Submit button to save synchronisation settings. +msgctxt "BUTTON" +msgid "Save" +msgstr "Salva" + +#. TRANS: Button title to save Facebook integration settings. +msgid "Save Facebook settings." +msgstr "Salva le impostazioni di Facebook." + +#. TRANS: Client error displayed when the session token does not match or is not given. +msgid "There was a problem with your session token. Try again, please." +msgstr "" +"Si è verificato un problema con il tuo token di sessione. Prova di nuovo." + +#. TRANS: Page title for Facebook settings. +msgctxt "TITLE" +msgid "Facebook settings" +msgstr "Impostazioni di Facebook" + +#. TRANS: Instructions for Facebook settings. +msgid "Facebook settings" +msgstr "Impostazioni di Facebook" + +#. TRANS: Form note. User is connected to facebook. +msgid "Connected Facebook user" +msgstr "Utente Facebook connesso" + +#. TRANS: Checkbox label in Facebook settings. +msgid "Publish my notices to Facebook." +msgstr "Pubblica le mie notizie su Facebook." + +#. TRANS: Checkbox label in Facebook settings. +msgid "Send \"@\" replies to Facebook." +msgstr "Invia le \"@\" risposte a Facebook." + +#. TRANS: Fieldset legend for form to disconnect from Facebook. +msgid "Disconnect my account from Facebook" +msgstr "Disconnetti il mio account da Facebook" + +#. TRANS: Notice in disconnect from Facebook form if user has no local StatusNet password. +#, php-format +msgid "" +"Disconnecting your Faceboook would make it impossible to log in! Please [set " +"a password](%s) first." +msgstr "" +"Se disconnetti il tuo account da Facebook non puoi effettuare il login! Per " +"favore [imposta una password] (%s) prima." + +#. TRANS: Message displayed when initiating disconnect of a StatusNet user +#. TRANS: from a Facebook account. %1$s is the StatusNet site name. +#, php-format +msgid "" +"Keep your %1$s account but disconnect from Facebook. You'll use your %1$s " +"password to log in." +msgstr "" +"Mantieni il tuo account %1$s ma disconnettiti da Facebook. Per accedere " +"potrai usare la tua password %1$s." + +#. TRANS: Submit button. +msgctxt "BUTTON" +msgid "Disconnect" +msgstr "Disconnetti" + +#. TRANS: Notice in case saving of synchronisation preferences fail. +msgid "There was a problem saving your sync preferences." +msgstr "" +"Si è verificato un problema durante il salvataggio delle preferenze di " +"sincronizzazione." + +#. TRANS: Confirmation that synchronisation settings have been saved into the system. +msgid "Sync preferences saved." +msgstr "Preferenze di sincronizzazione salvate." + +#. TRANS: Server error displayed when deleting the link to a Facebook account fails. +msgid "Could not delete link to Facebook." +msgstr "Impossibile eliminare il collegamento a Facebook." + +#. TRANS: Confirmation message. StatusNet account was unlinked from Facebook. +msgid "You have disconnected from Facebook." +msgstr "Sei stato disconnesso da Facebook." + +msgid "Unable to authenticate you with Facebook." +msgstr "Impossibile eseguire l'autenticazione tramite Facebook." + +#. TRANS: Client error displayed when trying to connect to Facebook while not logged in. +msgid "" +"You must be logged into Facebook to register a local account using Facebook." +msgstr "" +"Devi effettuare l'accesso a Facebook per registrare un account locale " +"utilizzando Facebook." + +#. TRANS: Client error displayed when trying to connect to a Facebook account that is already linked +#. TRANS: in the same StatusNet site. +msgid "There is already a local account linked with that Facebook account." +msgstr "Esiste già un account locale collegato a questo account di Facebook." + +#. TRANS: Form validation error displayed when user has not agreed to the license. +msgid "You cannot register if you do not agree to the license." +msgstr "Non puoi registrarti se non accetti la licenza." + +#. TRANS: Form validation error displayed when an unhandled error occurs. +msgid "An unknown error has occured." +msgstr "Si è verificato un errore sconosciuto." + +#. TRANS: Form instructions for connecting to Facebook. +#. TRANS: %s is the site name. +#, php-format +msgid "" +"This is the first time you have logged into %s so we must connect your " +"Facebook to a local account. You can either create a new local account, or " +"connect with an existing local account." +msgstr "" +"Questo è il tuo primo accesso a %s perciò dovremo connettere il tuo account " +"Facebook ad un account locale. Puoi inoltre creare un nuovo account locale, " +"o connetterti tramite un account locale già esistente." + +#. TRANS: Page title. +msgid "Facebook Setup" +msgstr "Installazione di Facebook" + +#. TRANS: Fieldset legend. +msgid "Connection options" +msgstr "Opzioni di connessione" + +#. TRANS: %s is the name of the license used by the user for their status updates. +#, php-format +msgid "" +"My text and files are available under %s except this private data: password, " +"email address, IM address, and phone number." +msgstr "" +"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: Fieldset legend. +msgid "Create new account" +msgstr "Crea nuovo account" + +#. TRANS: Form instructions. +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: Submit button to create a new account. +msgctxt "BUTTON" +msgid "Create" +msgstr "Crea" + +#. TRANS: Fieldset legend. +msgid "Connect existing account" +msgstr "Connettere un account esistente" + +#. TRANS: Form instructions. +msgid "" +"If you already have an account, login with your username and password to " +"connect it to your Facebook." +msgstr "" +"Se hai già un account, effettua l'accesso con lo username e la password " +"corrispondenti per collegarlo al tuo Facebook." + +#. TRANS: Field label. +msgid "Existing nickname" +msgstr "Nickname esistente" + +#. TRANS: Field label. +msgid "Password" +msgstr "Password" + +#. TRANS: Submit button to connect a Facebook account to an existing StatusNet account. +msgctxt "BUTTON" +msgid "Connect" +msgstr "Connetti" + +#. TRANS: Client error trying to register with registrations not allowed. +#. TRANS: Client error trying to register with registrations 'invite only'. +msgid "Registration not allowed." +msgstr "Registrazione non consentita." + +#. TRANS: Client error trying to register with an invalid invitation code. +msgid "Not a valid invitation code." +msgstr "Il codice di invito non è valido." + +#. TRANS: Form validation error displayed when picking a nickname that is not allowed. +msgid "Nickname not allowed." +msgstr "Nickname non consentito." + +#. TRANS: Form validation error displayed when picking a nickname that is already in use. +msgid "Nickname already in use. Try another one." +msgstr "Nickname già in uso. Provane un altro." + +#. TRANS: Server error displayed when connecting to Facebook fails. +msgid "Error connecting user to Facebook." +msgstr "Errore durante la connessione dell'utente a Facebook." + +#. TRANS: Form validation error displayed when username/password combination is incorrect. +msgid "Invalid username or password." +msgstr "Nome utente o password non validi." + +#. TRANS: Menu item for "Facebook" in administration panel. +#. TRANS: Menu item for "Facebook" in user settings. +msgctxt "MENU" +msgid "Facebook" +msgstr "Facebook" + +#. TRANS: Menu title for "Facebook" login. +msgid "Login or register using Facebook." +msgstr "Accedi o registrati tramite Facebook." + +#. TRANS: Menu title for "Facebook" in administration panel. +msgid "Facebook integration configuration." +msgstr "Integrazione della configurazione di Facebook." + +#. TRANS: Menu title for "Facebook" in user settings. +msgid "Facebook settings." +msgstr "Impostazioni di Facebook." + +#. TRANS: Plugin description. +msgid "A plugin for integrating StatusNet with Facebook." +msgstr "Un plugin per integrare StatusNet con Facebook." + +#. TRANS: E-mail subject. +msgid "Your Facebook connection has been removed" +msgstr "La tua connessione Facebook è stata rimossa" + +#. TRANS: E-mail body. %1$s is a username, %2$s is the StatusNet sitename. +#, php-format +msgid "" +"Hi %1$s,\n" +"\n" +"We are sorry to inform you we are unable to publish your notice to\n" +"Facebook, and have removed the connection between your %2$s account and\n" +"Facebook.\n" +"\n" +"This may have happened because you have removed permission for %2$s\n" +"to post on your behalf, or perhaps you have deactivated your Facebook\n" +"account. You can reconnect your %2$s account to Facebook at any time by\n" +"logging in with Facebook again.\n" +"\n" +"Sincerely,\n" +"\n" +"%2$s\n" +msgstr "" +"Ciao %1$s,\n" +"\n" +"Siamo spiacenti di informarti che ci è impossibile pubblicare la tua notizia " +"su\n" +"Facebook, e di conseguenza abbiamo dovuto rimuovere il collegamento tra " +"l'account %2$s e\n" +"Facebook.\n" +"\n" +"Ciò può essere accaduto perché hai rimosso i permessi che consentivano a %2" +"$s \n" +"di postare a tuo nome, o forse perché hai disattivato il tuo account di " +"Facebook. \n" +"Puoi ricollegare il tuo account %2$s a Facebook, in qualsiasi momento, \n" +"effettuando nuovamente l'accesso tramite Facebook.\n" +"\n" +"Cordiali saluti,\n" +"\n" +"%2$s\n" +" " + +#. TRANS: E-mail subject. %s is the StatusNet sitename. +#, php-format +msgid "Contact the %s administrator to retrieve your account" +msgstr "Contatta l'amministratore di %s per recuperare il tuo account" + +#. TRANS: E-mail body. %1$s is a username, +#. TRANS: %2$s is the StatusNet sitename, %3$s is the site contact e-mail address. +#, php-format +msgid "" +"Hi %1$s,\n" +"\n" +"We have noticed you have deauthorized the Facebook connection for your\n" +"%2$s account. You have not set a password for your %2$s account yet, so\n" +"you will not be able to login. If you wish to continue using your %2$s\n" +"account, please contact the site administrator (%3$s) to set a password.\n" +"\n" +"Sincerely,\n" +"\n" +"%2$s\n" +msgstr "" +"Ciao %1$s,\n" +"\n" +"Abbiamo notato che hai revocato l'autorizzazione a Facebook ad accedere al " +"tuo account %2$s. \n" +"Non avendo ancora impostato la password per il tuo account %2$s, non potrai " +"più accedervi. \n" +"Se desideri continuare ad utilizzare il tuo account %2$s, ti invitiamo a " +"contattare l'amministratore \n" +"del sito (%3$s) per impostare una password.\n" +"\n" +"Cordiali saluti,\n" +"\n" +"%2$s\n" diff --git a/plugins/FacebookBridge/locale/mg/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/mg/LC_MESSAGES/FacebookBridge.po index d40f4c74ed..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:55+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 (05c726a); Translate 2012-04-11\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 97943328a8..dc845f96c1 100644 --- a/plugins/FacebookBridge/locale/mk/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/mk/LC_MESSAGES/FacebookBridge.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FacebookBridge to Macedonian (Македонски) +# Translation of StatusNet - FacebookBridge to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:55+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 (05c726a); Translate 2012-04-11\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" @@ -136,7 +136,7 @@ msgstr "" #. TRANS: Submit button. msgctxt "BUTTON" msgid "Disconnect" -msgstr "Исклучи" +msgstr "Прекрати" #. TRANS: Notice in case saving of synchronisation preferences fail. msgid "There was a problem saving your sync preferences." diff --git a/plugins/FacebookBridge/locale/nl/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/nl/LC_MESSAGES/FacebookBridge.po index 98f5c3764b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:56+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 (05c726a); Translate 2012-04-11\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 d1502902b2..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:56+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 (05c726a); Translate 2012-04-11\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" @@ -160,7 +160,7 @@ msgid "You have disconnected from Facebook." msgstr "Kumalas ka na mula sa Facebook." msgid "Unable to authenticate you with Facebook." -msgstr "" +msgstr "Hindi ka napatunayan sa Facebook." #. TRANS: Client error displayed when trying to connect to Facebook while not logged in. msgid "" diff --git a/plugins/FacebookBridge/locale/uk/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/uk/LC_MESSAGES/FacebookBridge.po index 6bbf960b88..6d02907305 100644 --- a/plugins/FacebookBridge/locale/uk/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/uk/LC_MESSAGES/FacebookBridge.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FacebookBridge to Ukrainian (Українська) +# Translation of StatusNet - FacebookBridge to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:56+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 (05c726a); Translate 2012-04-11\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 051c55e6f6..c64c46e3de 100644 --- a/plugins/FacebookBridge/locale/zh_CN/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/zh_CN/LC_MESSAGES/FacebookBridge.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FacebookBridge to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - FacebookBridge to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: Hydra @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:56+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 (05c726a); Translate 2012-04-11\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 dcc277cbf2..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-05-03 22:11+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 a4cb641023..03a1cec3c5 100644 --- a/plugins/FirePHP/locale/ca/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/ca/LC_MESSAGES/FirePHP.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FirePHP to Catalan (Català) +# Translation of StatusNet - FirePHP to Catalan (català) # Exported from translatewiki.net # # Author: Solde @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:56+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 (05c726a); Translate 2012-04-11\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 46b780d063..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:56+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 (05c726a); Translate 2012-04-11\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 e865bc4cb3..f466a79163 100644 --- a/plugins/FirePHP/locale/es/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/es/LC_MESSAGES/FirePHP.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FirePHP to Spanish (Español) +# Translation of StatusNet - FirePHP to Spanish (español) # Exported from translatewiki.net # # Author: Translationista @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:56+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 (05c726a); Translate 2012-04-11\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 b1fb6222a3..3d6a89263e 100644 --- a/plugins/FirePHP/locale/eu/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/eu/LC_MESSAGES/FirePHP.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FirePHP to Basque (Euskara) +# Translation of StatusNet - FirePHP to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:56+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 (05c726a); Translate 2012-04-11\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 560bd1848a..e8d2c62800 100644 --- a/plugins/FirePHP/locale/fi/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/fi/LC_MESSAGES/FirePHP.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FirePHP to Finnish (Suomi) +# Translation of StatusNet - FirePHP to Finnish (suomi) # Exported from translatewiki.net # # Author: Nike @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:56+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 (05c726a); Translate 2012-04-11\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 b3b529799c..9eeed02172 100644 --- a/plugins/FirePHP/locale/fr/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/fr/LC_MESSAGES/FirePHP.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FirePHP to French (Français) +# Translation of StatusNet - FirePHP to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:57+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 (05c726a); Translate 2012-04-11\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 78611707fe..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:57+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 (05c726a); Translate 2012-04-11\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 b208d6e33d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:57+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 (05c726a); Translate 2012-04-11\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 b3ff8127fa..d3bac3d655 100644 --- a/plugins/FirePHP/locale/ia/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/ia/LC_MESSAGES/FirePHP.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FirePHP to Interlingua (Interlingua) +# Translation of StatusNet - FirePHP to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:57+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 (05c726a); Translate 2012-04-11\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 b4a3a313b9..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:57+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..fb77258a8c --- /dev/null +++ b/plugins/FirePHP/locale/it/LC_MESSAGES/FirePHP.po @@ -0,0 +1,23 @@ +# Translation of StatusNet - FirePHP 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 - FirePHP\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "The FirePHP plugin writes StatusNet's log output to FirePHP." +msgstr "Il plugin FirePHP scrive l'output del registro di StatusNet FirePHP." diff --git a/plugins/FirePHP/locale/ja/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/ja/LC_MESSAGES/FirePHP.po index b6f8afbe9f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:57+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 (05c726a); Translate 2012-04-11\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 f0d65d90da..e45af82dd6 100644 --- a/plugins/FirePHP/locale/mk/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/mk/LC_MESSAGES/FirePHP.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FirePHP to Macedonian (Македонски) +# Translation of StatusNet - FirePHP to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:57+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 (05c726a); Translate 2012-04-11\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 1a5c6ba5aa..50a509ea58 100644 --- a/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FirePHP to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - FirePHP to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:57+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 (05c726a); Translate 2012-04-11\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 98d070cc95..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:57+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 (05c726a); Translate 2012-04-11\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 31911ee03d..be87e747fa 100644 --- a/plugins/FirePHP/locale/pt/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/pt/LC_MESSAGES/FirePHP.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FirePHP to Portuguese (Português) +# Translation of StatusNet - FirePHP to Portuguese (português) # Exported from translatewiki.net # # Author: Waldir @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:57+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 (05c726a); Translate 2012-04-11\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 c4f1b1c3f4..9540ed63e6 100644 --- a/plugins/FirePHP/locale/ru/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/ru/LC_MESSAGES/FirePHP.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FirePHP to Russian (Русский) +# Translation of StatusNet - FirePHP to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:57+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 (05c726a); Translate 2012-04-11\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 994442d065..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:57+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 (05c726a); Translate 2012-04-11\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 0bbd966598..1cf643de90 100644 --- a/plugins/FirePHP/locale/uk/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/uk/LC_MESSAGES/FirePHP.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FirePHP to Ukrainian (Українська) +# Translation of StatusNet - FirePHP to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:57+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 (05c726a); Translate 2012-04-11\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 dbfbd6c4a7..8a04df4790 100644 --- a/plugins/FirePHP/locale/zh_CN/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/zh_CN/LC_MESSAGES/FirePHP.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FirePHP to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - FirePHP to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: ZhengYiFeng @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:57+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 (05c726a); Translate 2012-04-11\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 578974aa87..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-05-03 22:11+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 ccca020684..477ce7156f 100644 --- a/plugins/FollowEveryone/locale/br/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/br/LC_MESSAGES/FollowEveryone.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FollowEveryone to Breton (Brezhoneg) +# Translation of StatusNet - FollowEveryone to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:57+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 (05c726a); Translate 2012-04-11\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 24f97cdb97..917d548ab3 100644 --- a/plugins/FollowEveryone/locale/ca/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/ca/LC_MESSAGES/FollowEveryone.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FollowEveryone to Catalan (Català) +# Translation of StatusNet - FollowEveryone to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:57+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 (05c726a); Translate 2012-04-11\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 99a145e71b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:58+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 (05c726a); Translate 2012-04-11\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 2845ea0b4a..e3ebcbafd6 100644 --- a/plugins/FollowEveryone/locale/es/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/es/LC_MESSAGES/FollowEveryone.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FollowEveryone to Spanish (Español) +# Translation of StatusNet - FollowEveryone to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:58+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 (05c726a); Translate 2012-04-11\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 2e57be9385..26804c5f6f 100644 --- a/plugins/FollowEveryone/locale/eu/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/eu/LC_MESSAGES/FollowEveryone.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FollowEveryone to Basque (Euskara) +# Translation of StatusNet - FollowEveryone to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:58+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 (05c726a); Translate 2012-04-11\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 064f3f8639..6f0d101ae6 100644 --- a/plugins/FollowEveryone/locale/fi/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/fi/LC_MESSAGES/FollowEveryone.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FollowEveryone to Finnish (Suomi) +# Translation of StatusNet - FollowEveryone to Finnish (suomi) # Exported from translatewiki.net # # Author: Silvonen @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:58+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 (05c726a); Translate 2012-04-11\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 a902d32738..8871681040 100644 --- a/plugins/FollowEveryone/locale/fr/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/fr/LC_MESSAGES/FollowEveryone.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FollowEveryone to French (Français) +# Translation of StatusNet - FollowEveryone to French (français) # Exported from translatewiki.net # # Author: Od1n @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:58+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 (05c726a); Translate 2012-04-11\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 be18c011eb..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:58+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 (05c726a); Translate 2012-04-11\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 c2bef9575f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:58+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 (05c726a); Translate 2012-04-11\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 3523bf5307..b976924c57 100644 --- a/plugins/FollowEveryone/locale/ia/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/ia/LC_MESSAGES/FollowEveryone.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FollowEveryone to Interlingua (Interlingua) +# Translation of StatusNet - FollowEveryone to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:58+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..1193694389 --- /dev/null +++ b/plugins/FollowEveryone/locale/it/LC_MESSAGES/FollowEveryone.po @@ -0,0 +1,29 @@ +# Translation of StatusNet - FollowEveryone 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 - FollowEveryone\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Checkbox label in form for profile settings. +msgid "Follow everyone" +msgstr "Segui tutti" + +#. TRANS: Plugin description. +msgid "New users follow everyone at registration and are followed in return." +msgstr "" +"I nuovi utenti seguono tutti al momento della registrazione e in cambio sono " +"seguiti." diff --git a/plugins/FollowEveryone/locale/mk/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/mk/LC_MESSAGES/FollowEveryone.po index c6d538f937..583a12b8b0 100644 --- a/plugins/FollowEveryone/locale/mk/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/mk/LC_MESSAGES/FollowEveryone.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FollowEveryone to Macedonian (Македонски) +# Translation of StatusNet - FollowEveryone to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:58+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 (05c726a); Translate 2012-04-11\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 c2880e3e37..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:58+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 (05c726a); Translate 2012-04-11\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 da9ff3e701..1b3c6b9adb 100644 --- a/plugins/FollowEveryone/locale/pl/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/pl/LC_MESSAGES/FollowEveryone.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FollowEveryone to Polish (Polski) +# Translation of StatusNet - FollowEveryone to Polish (polski) # Exported from translatewiki.net # # Author: BeginaFelicysym @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:58+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 (05c726a); Translate 2012-04-11\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 c8e06a8fc6..01ffe8d9c3 100644 --- a/plugins/FollowEveryone/locale/pt/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/pt/LC_MESSAGES/FollowEveryone.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FollowEveryone to Portuguese (Português) +# Translation of StatusNet - FollowEveryone to Portuguese (português) # Exported from translatewiki.net # # Author: Waldir @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:58+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 (05c726a); Translate 2012-04-11\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 928f397399..607b3bc1b4 100644 --- a/plugins/FollowEveryone/locale/ru/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/ru/LC_MESSAGES/FollowEveryone.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FollowEveryone to Russian (Русский) +# Translation of StatusNet - FollowEveryone to Russian (русский) # Exported from translatewiki.net # # Author: Lockal @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:58+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 (05c726a); Translate 2012-04-11\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 2abf440b47..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:58+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 (05c726a); Translate 2012-04-11\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 5431f1cfdc..474edb5e30 100644 --- a/plugins/FollowEveryone/locale/uk/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/uk/LC_MESSAGES/FollowEveryone.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FollowEveryone to Ukrainian (Українська) +# Translation of StatusNet - FollowEveryone to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:58+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 (05c726a); Translate 2012-04-11\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 31f7184df6..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-05-03 22:11+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 90d163f01b..9effb9a41e 100644 --- a/plugins/ForceGroup/locale/br/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/br/LC_MESSAGES/ForceGroup.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ForceGroup to Breton (Brezhoneg) +# Translation of StatusNet - ForceGroup to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:59+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 (05c726a); Translate 2012-04-11\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 2c05a0da55..2063580749 100644 --- a/plugins/ForceGroup/locale/ca/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/ca/LC_MESSAGES/ForceGroup.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ForceGroup to Catalan (Català) +# Translation of StatusNet - ForceGroup to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:59+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 (05c726a); Translate 2012-04-11\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 e4189bdfaa..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:59+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 (05c726a); Translate 2012-04-11\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 a29c00a273..719d81f824 100644 --- a/plugins/ForceGroup/locale/es/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/es/LC_MESSAGES/ForceGroup.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ForceGroup to Spanish (Español) +# Translation of StatusNet - ForceGroup to Spanish (español) # Exported from translatewiki.net # # Author: Translationista @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:59+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 (05c726a); Translate 2012-04-11\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 4acca70e94..66bf175a61 100644 --- a/plugins/ForceGroup/locale/eu/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/eu/LC_MESSAGES/ForceGroup.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ForceGroup to Basque (Euskara) +# Translation of StatusNet - ForceGroup to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:59+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 (05c726a); Translate 2012-04-11\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 c586b0ce1f..fef9c40311 100644 --- a/plugins/ForceGroup/locale/fr/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/fr/LC_MESSAGES/ForceGroup.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ForceGroup to French (Français) +# Translation of StatusNet - ForceGroup to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:59+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 (05c726a); Translate 2012-04-11\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 7d070a5297..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:59+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 (05c726a); Translate 2012-04-11\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 85fee7616d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:11:59+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 (05c726a); Translate 2012-04-11\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 6b8027ca71..f8c82a9752 100644 --- a/plugins/ForceGroup/locale/ia/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/ia/LC_MESSAGES/ForceGroup.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ForceGroup to Interlingua (Interlingua) +# Translation of StatusNet - ForceGroup to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:00+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 (05c726a); Translate 2012-04-11\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 d5b4057e56..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:00+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..332bf84a4f --- /dev/null +++ b/plugins/ForceGroup/locale/it/LC_MESSAGES/ForceGroup.po @@ -0,0 +1,34 @@ +# 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. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - ForceGroup\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Server exception. +#. TRANS: %1$s is a user nickname, %2$s is a group nickname. +#, php-format +msgid "Could not join user %1$s to group %2$s." +msgstr "Impossibile iscrivere l'utente %1$s al gruppo %2$s." + +#. TRANS: Plugin description. +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 2e1d4db8cd..ce5c557b91 100644 --- a/plugins/ForceGroup/locale/mk/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/mk/LC_MESSAGES/ForceGroup.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ForceGroup to Macedonian (Македонски) +# Translation of StatusNet - ForceGroup to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:00+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 (05c726a); Translate 2012-04-11\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 f24d10807f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:00+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 (05c726a); Translate 2012-04-11\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 a9c60b547e..bf43ebfe81 100644 --- a/plugins/ForceGroup/locale/pt/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/pt/LC_MESSAGES/ForceGroup.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ForceGroup to Portuguese (Português) +# Translation of StatusNet - ForceGroup to Portuguese (português) # Exported from translatewiki.net # # Author: SandroHc @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:00+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 (05c726a); Translate 2012-04-11\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 a12b9f0ff1..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:00+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 (05c726a); Translate 2012-04-11\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 5d52067498..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:00+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 (05c726a); Translate 2012-04-11\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 f91e4c8cc1..452ed198c9 100644 --- a/plugins/ForceGroup/locale/uk/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/uk/LC_MESSAGES/ForceGroup.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ForceGroup to Ukrainian (Українська) +# Translation of StatusNet - ForceGroup to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:00+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 (05c726a); Translate 2012-04-11\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 caf5a31a46..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-05-03 22:11+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 f5ef294996..523e75ad88 100644 --- a/plugins/GeoURL/locale/ca/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/ca/LC_MESSAGES/GeoURL.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GeoURL to Catalan (Català) +# Translation of StatusNet - GeoURL to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:01+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 (05c726a); Translate 2012-04-11\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 95c76f43f0..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:01+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 (05c726a); Translate 2012-04-11\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 eda00dcd5e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:01+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 (05c726a); Translate 2012-04-11\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 1428f15adf..dcbedeff48 100644 --- a/plugins/GeoURL/locale/es/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/es/LC_MESSAGES/GeoURL.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GeoURL to Spanish (Español) +# Translation of StatusNet - GeoURL to Spanish (español) # Exported from translatewiki.net # # Author: Translationista @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:02+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 (05c726a); Translate 2012-04-11\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 4b793042c5..bca2dd4446 100644 --- a/plugins/GeoURL/locale/eu/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/eu/LC_MESSAGES/GeoURL.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GeoURL to Basque (Euskara) +# Translation of StatusNet - GeoURL to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:02+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 (05c726a); Translate 2012-04-11\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 0323fccf2d..56ce4f5573 100644 --- a/plugins/GeoURL/locale/fi/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/fi/LC_MESSAGES/GeoURL.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GeoURL to Finnish (Suomi) +# Translation of StatusNet - GeoURL to Finnish (suomi) # Exported from translatewiki.net # # Author: Nike @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:02+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 (05c726a); Translate 2012-04-11\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 46355dfcae..ceba2c5390 100644 --- a/plugins/GeoURL/locale/fr/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/fr/LC_MESSAGES/GeoURL.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GeoURL to French (Français) +# Translation of StatusNet - GeoURL to French (français) # Exported from translatewiki.net # # Author: Verdy p @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:02+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 (05c726a); Translate 2012-04-11\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 fc67f15fb0..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:02+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 (05c726a); Translate 2012-04-11\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 fd969a010d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:02+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 (05c726a); Translate 2012-04-11\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 1376da5333..e3747c5b6b 100644 --- a/plugins/GeoURL/locale/ia/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/ia/LC_MESSAGES/GeoURL.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GeoURL to Interlingua (Interlingua) +# Translation of StatusNet - GeoURL to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:02+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 (05c726a); Translate 2012-04-11\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 ce5692ed7d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:02+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..825802b48c --- /dev/null +++ b/plugins/GeoURL/locale/it/LC_MESSAGES/GeoURL.po @@ -0,0 +1,27 @@ +# Translation of StatusNet - GeoURL 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 - GeoURL\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "" +"Ping GeoURL when new geolocation-enhanced " +"notices are posted." +msgstr "" +"Manda un ping GeoURL quando vengono " +"pubblicati nuovi avvisi di geolocalizzazione avanzata." diff --git a/plugins/GeoURL/locale/mk/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/mk/LC_MESSAGES/GeoURL.po index 9fe588a179..0d4a72f6a7 100644 --- a/plugins/GeoURL/locale/mk/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/mk/LC_MESSAGES/GeoURL.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GeoURL to Macedonian (Македонски) +# Translation of StatusNet - GeoURL to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:02+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 (05c726a); Translate 2012-04-11\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 3c359425e7..f3652f8a3b 100644 --- a/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GeoURL to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - GeoURL to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:02+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 (05c726a); Translate 2012-04-11\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 5a3393aeec..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:02+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 (05c726a); Translate 2012-04-11\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 3503caa966..e9e2b79775 100644 --- a/plugins/GeoURL/locale/pl/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/pl/LC_MESSAGES/GeoURL.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GeoURL to Polish (Polski) +# Translation of StatusNet - GeoURL to Polish (polski) # Exported from translatewiki.net # # Author: Raven @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:02+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 (05c726a); Translate 2012-04-11\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 c8085ec0f1..67ba3422e1 100644 --- a/plugins/GeoURL/locale/pt/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/pt/LC_MESSAGES/GeoURL.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GeoURL to Portuguese (Português) +# Translation of StatusNet - GeoURL to Portuguese (português) # Exported from translatewiki.net # # Author: GTNS @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:02+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 (05c726a); Translate 2012-04-11\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 479b5bc62a..0c6ee0c09e 100644 --- a/plugins/GeoURL/locale/ru/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/ru/LC_MESSAGES/GeoURL.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GeoURL to Russian (Русский) +# Translation of StatusNet - GeoURL to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:02+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 (05c726a); Translate 2012-04-11\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 a76e5ac485..c84f409f4e 100644 --- a/plugins/GeoURL/locale/sv/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/sv/LC_MESSAGES/GeoURL.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GeoURL to Swedish (Svenska) +# Translation of StatusNet - GeoURL to Swedish (svenska) # Exported from translatewiki.net # # Author: Jamminjohn @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:03+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 (05c726a); Translate 2012-04-11\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 3841d1c683..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:03+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 (05c726a); Translate 2012-04-11\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 2a9858f07d..6e6f6e20d5 100644 --- a/plugins/GeoURL/locale/uk/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/uk/LC_MESSAGES/GeoURL.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GeoURL to Ukrainian (Українська) +# Translation of StatusNet - GeoURL to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:03+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 (05c726a); Translate 2012-04-11\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 73cf9b6715..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-05-03 22:11+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 c923006528..45ea245c70 100644 --- a/plugins/Geonames/locale/ca/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/ca/LC_MESSAGES/Geonames.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Geonames to Catalan (Català) +# Translation of StatusNet - Geonames to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:00+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 (05c726a); Translate 2012-04-11\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 1eda166650..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:00+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 (05c726a); Translate 2012-04-11\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 fe8e04903a..cc75e4bb61 100644 --- a/plugins/Geonames/locale/es/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/es/LC_MESSAGES/Geonames.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Geonames to Spanish (Español) +# Translation of StatusNet - Geonames to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:00+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 (05c726a); Translate 2012-04-11\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 178b108c49..170b35b7be 100644 --- a/plugins/Geonames/locale/eu/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/eu/LC_MESSAGES/Geonames.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Geonames to Basque (Euskara) +# Translation of StatusNet - Geonames to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:00+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 (05c726a); Translate 2012-04-11\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 c76dd9fc77..a3aff184f0 100644 --- a/plugins/Geonames/locale/fi/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/fi/LC_MESSAGES/Geonames.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Geonames to Finnish (Suomi) +# Translation of StatusNet - Geonames to Finnish (suomi) # Exported from translatewiki.net # # Author: Nike @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:00+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 (05c726a); Translate 2012-04-11\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 1273346cd5..3a7ac916bf 100644 --- a/plugins/Geonames/locale/fr/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/fr/LC_MESSAGES/Geonames.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Geonames to French (Français) +# Translation of StatusNet - Geonames to French (français) # Exported from translatewiki.net # # Author: Brunoperel @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:01+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 (05c726a); Translate 2012-04-11\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 497cfdb256..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:01+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 (05c726a); Translate 2012-04-11\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 a6cb931728..1c276cdfc7 100644 --- a/plugins/Geonames/locale/ia/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/ia/LC_MESSAGES/Geonames.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Geonames to Interlingua (Interlingua) +# Translation of StatusNet - Geonames to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:01+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..4e9749e15a --- /dev/null +++ b/plugins/Geonames/locale/it/LC_MESSAGES/Geonames.po @@ -0,0 +1,48 @@ +# Translation of StatusNet - Geonames 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 - Geonames\n" +"Report-Msgid-Bugs-To: \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 (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. +msgid "Skipping due to recent web service timeout." +msgstr "Saltato a causa di un recente timeout del servizio web." + +#. TRANS: Exception thrown when a geo names service does not return an expected response. +#. TRANS: %s is an HTTP error code. +#, php-format +msgid "HTTP error code %s." +msgstr "Codice di errore HTTP %s." + +#. TRANS: Exception thrown when a geo names service returns an empty body. +msgid "Empty HTTP body in response." +msgstr "Corpo vuoto HTTP in risposta." + +#. TRANS: Exception thrown when a geo names service return a specific error number and error text. +#. TRANS: %1$s is an error code, %2$s is an error message. +#, php-format +msgid "Error #%1$s (\"%2$s\")." +msgstr "Errore #%1$s (\"%2$s\")." + +#. TRANS: Plugin description. +msgid "" +"Uses Geonames service to get human-" +"readable names for locations based on user-provided lat/long pairs." +msgstr "" +"Utilizza il servizio di Geonames per " +"ottenere nomi leggibili dei luoghi, basati sui dati di latitudine e " +"longitudine forniti dall'utente." diff --git a/plugins/Geonames/locale/mk/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/mk/LC_MESSAGES/Geonames.po index faa1e39eab..d32c0337f5 100644 --- a/plugins/Geonames/locale/mk/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/mk/LC_MESSAGES/Geonames.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Geonames to Macedonian (Македонски) +# Translation of StatusNet - Geonames to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:01+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 (05c726a); Translate 2012-04-11\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 95374f0ea7..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:01+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 (05c726a); Translate 2012-04-11\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 11ab432b0e..d655865e48 100644 --- a/plugins/Geonames/locale/sv/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/sv/LC_MESSAGES/Geonames.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Geonames to Swedish (Svenska) +# Translation of StatusNet - Geonames to Swedish (svenska) # Exported from translatewiki.net # # Author: Jamminjohn @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:01+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 (05c726a); Translate 2012-04-11\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 f1b665fe9f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:01+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 (05c726a); Translate 2012-04-11\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 ec7fbe09b4..211182a029 100644 --- a/plugins/Geonames/locale/uk/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/uk/LC_MESSAGES/Geonames.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Geonames to Ukrainian (Українська) +# Translation of StatusNet - Geonames to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:01+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 (05c726a); Translate 2012-04-11\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 7bdb258b10..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-05-03 22:11+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 460d1860ca..c3a0f8ae60 100644 --- a/plugins/GoogleAnalytics/locale/br/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/br/LC_MESSAGES/GoogleAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GoogleAnalytics to Breton (Brezhoneg) +# Translation of StatusNet - GoogleAnalytics to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Fulup @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:03+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 (05c726a); Translate 2012-04-11\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 049e5a5d58..d02cd08447 100644 --- a/plugins/GoogleAnalytics/locale/ca/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/ca/LC_MESSAGES/GoogleAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GoogleAnalytics to Catalan (Català) +# Translation of StatusNet - GoogleAnalytics to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:03+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 (05c726a); Translate 2012-04-11\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 78d0654270..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:03+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 (05c726a); Translate 2012-04-11\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 f7c120a0b7..8c72d257fb 100644 --- a/plugins/GoogleAnalytics/locale/es/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/es/LC_MESSAGES/GoogleAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GoogleAnalytics to Spanish (Español) +# Translation of StatusNet - GoogleAnalytics to Spanish (español) # Exported from translatewiki.net # # Author: Translationista @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:03+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 (05c726a); Translate 2012-04-11\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 34aa38674f..dfaedfc238 100644 --- a/plugins/GoogleAnalytics/locale/eu/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/eu/LC_MESSAGES/GoogleAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GoogleAnalytics to Basque (Euskara) +# Translation of StatusNet - GoogleAnalytics to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:03+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 (05c726a); Translate 2012-04-11\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 ef554056df..9397b90115 100644 --- a/plugins/GoogleAnalytics/locale/fi/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/fi/LC_MESSAGES/GoogleAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GoogleAnalytics to Finnish (Suomi) +# Translation of StatusNet - GoogleAnalytics to Finnish (suomi) # Exported from translatewiki.net # # Author: Nike @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:03+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 (05c726a); Translate 2012-04-11\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 55ad6399ce..f92666aab6 100644 --- a/plugins/GoogleAnalytics/locale/fr/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/fr/LC_MESSAGES/GoogleAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GoogleAnalytics to French (Français) +# Translation of StatusNet - GoogleAnalytics to French (français) # Exported from translatewiki.net # # Author: Verdy p @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:03+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 (05c726a); Translate 2012-04-11\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 0afbe33ff6..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:03+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 (05c726a); Translate 2012-04-11\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 1bd30b7dc6..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:03+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 (05c726a); Translate 2012-04-11\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 8107daf88f..17cee1b41c 100644 --- a/plugins/GoogleAnalytics/locale/ia/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/ia/LC_MESSAGES/GoogleAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GoogleAnalytics to Interlingua (Interlingua) +# Translation of StatusNet - GoogleAnalytics to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:03+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 (05c726a); Translate 2012-04-11\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 5d2d8db6e8..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:03+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..51ec7c8fa2 --- /dev/null +++ b/plugins/GoogleAnalytics/locale/it/LC_MESSAGES/GoogleAnalytics.po @@ -0,0 +1,27 @@ +# Translation of StatusNet - GoogleAnalytics 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 - GoogleAnalytics\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "" +"Use Google Analytics to " +"track web access." +msgstr "" +"Utilizza Google Analytics " +"per monitorare l'accesso web." diff --git a/plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po index aea02cb9ef..19608b1cd6 100644 --- a/plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GoogleAnalytics to Macedonian (Македонски) +# Translation of StatusNet - GoogleAnalytics to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:04+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 (05c726a); Translate 2012-04-11\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 1ba0e25511..bb6f74abcb 100644 --- a/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GoogleAnalytics to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - GoogleAnalytics to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:04+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 (05c726a); Translate 2012-04-11\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 9af5dca344..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:04+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 (05c726a); Translate 2012-04-11\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 0bdf3be1a0..a74f110876 100644 --- a/plugins/GoogleAnalytics/locale/pt/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/pt/LC_MESSAGES/GoogleAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GoogleAnalytics to Portuguese (Português) +# Translation of StatusNet - GoogleAnalytics to Portuguese (português) # Exported from translatewiki.net # # Author: GTNS @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:04+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 (05c726a); Translate 2012-04-11\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 a3f1c2f4ae..77448e9e83 100644 --- a/plugins/GoogleAnalytics/locale/pt_BR/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/pt_BR/LC_MESSAGES/GoogleAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GoogleAnalytics to Brazilian Portuguese (Português do Brasil) +# Translation of StatusNet - GoogleAnalytics to Brazilian Portuguese (português do Brasil) # Exported from translatewiki.net # # Author: Giro720 @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:04+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 (05c726a); Translate 2012-04-11\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 4c9229c25f..33ab9fee6d 100644 --- a/plugins/GoogleAnalytics/locale/ru/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/ru/LC_MESSAGES/GoogleAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GoogleAnalytics to Russian (Русский) +# Translation of StatusNet - GoogleAnalytics to Russian (русский) # Exported from translatewiki.net # # Author: Сrower @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:04+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 (05c726a); Translate 2012-04-11\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 711913a763..e10c49a56e 100644 --- a/plugins/GoogleAnalytics/locale/sv/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/sv/LC_MESSAGES/GoogleAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GoogleAnalytics to Swedish (Svenska) +# Translation of StatusNet - GoogleAnalytics to Swedish (svenska) # Exported from translatewiki.net # # Author: WikiPhoenix @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:04+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 (05c726a); Translate 2012-04-11\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 02cde30646..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:04+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 (05c726a); Translate 2012-04-11\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 8079449a1e..b2d3fe341f 100644 --- a/plugins/GoogleAnalytics/locale/uk/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/uk/LC_MESSAGES/GoogleAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GoogleAnalytics to Ukrainian (Українська) +# Translation of StatusNet - GoogleAnalytics to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:04+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 (05c726a); Translate 2012-04-11\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 8e66fbfdfe..abd5517dbc 100644 --- a/plugins/GoogleAnalytics/locale/zh_CN/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/zh_CN/LC_MESSAGES/GoogleAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GoogleAnalytics to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - GoogleAnalytics to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: ZhengYiFeng @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:04+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 (05c726a); Translate 2012-04-11\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 755df8f54b..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-05-03 22:11+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 bf380de37e..7350a5698a 100644 --- a/plugins/Gravatar/locale/ca/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/ca/LC_MESSAGES/Gravatar.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Gravatar to Catalan (Català) +# Translation of StatusNet - Gravatar to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:04+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 (05c726a); Translate 2012-04-11\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 27258a65e1..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:04+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 (05c726a); Translate 2012-04-11\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 b247f16a09..b7261d80a6 100644 --- a/plugins/Gravatar/locale/es/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/es/LC_MESSAGES/Gravatar.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Gravatar to Spanish (Español) +# Translation of StatusNet - Gravatar to Spanish (español) # Exported from translatewiki.net # # Author: Peter17 @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:04+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 (05c726a); Translate 2012-04-11\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 073385dbbc..b7f5ad939f 100644 --- a/plugins/Gravatar/locale/eu/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/eu/LC_MESSAGES/Gravatar.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Gravatar to Basque (Euskara) +# Translation of StatusNet - Gravatar to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:04+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 (05c726a); Translate 2012-04-11\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 d3aceea17e..09296a71ac 100644 --- a/plugins/Gravatar/locale/fr/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/fr/LC_MESSAGES/Gravatar.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Gravatar to French (Français) +# Translation of StatusNet - Gravatar to French (français) # Exported from translatewiki.net # # Author: Verdy p @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:04+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 (05c726a); Translate 2012-04-11\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 8306d55edf..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:05+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 (05c726a); Translate 2012-04-11\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 413d61a3ea..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:05+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 (05c726a); Translate 2012-04-11\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 70a5e5313a..913d7e0d88 100644 --- a/plugins/Gravatar/locale/ia/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/ia/LC_MESSAGES/Gravatar.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Gravatar to Interlingua (Interlingua) +# Translation of StatusNet - Gravatar to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:05+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..d4537a4090 --- /dev/null +++ b/plugins/Gravatar/locale/it/LC_MESSAGES/Gravatar.po @@ -0,0 +1,27 @@ +# Translation of StatusNet - Gravatar 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 - Gravatar\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin decsription. +msgid "" +"The Gravatar plugin allows users to use their Gravatar with StatusNet." +msgstr "" +"Il plugin Gravatar consente agli utenti di utilizzare i loro Gravatar con StatusNet." diff --git a/plugins/Gravatar/locale/mk/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/mk/LC_MESSAGES/Gravatar.po index 45722b05f5..ca9abb1c15 100644 --- a/plugins/Gravatar/locale/mk/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/mk/LC_MESSAGES/Gravatar.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Gravatar to Macedonian (Македонски) +# Translation of StatusNet - Gravatar to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:05+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 (05c726a); Translate 2012-04-11\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 9fa9fc509d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:05+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 (05c726a); Translate 2012-04-11\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 928f39d51f..fbdbd1501e 100644 --- a/plugins/Gravatar/locale/pl/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/pl/LC_MESSAGES/Gravatar.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Gravatar to Polish (Polski) +# Translation of StatusNet - Gravatar to Polish (polski) # Exported from translatewiki.net # # Author: Raven @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:05+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 (05c726a); Translate 2012-04-11\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 c4762a2270..de53cb1cba 100644 --- a/plugins/Gravatar/locale/pt/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/pt/LC_MESSAGES/Gravatar.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Gravatar to Portuguese (Português) +# Translation of StatusNet - Gravatar to Portuguese (português) # Exported from translatewiki.net # # Author: GTNS @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:05+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 (05c726a); Translate 2012-04-11\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 61a9ae434d..fcc37d95af 100644 --- a/plugins/Gravatar/locale/sv/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/sv/LC_MESSAGES/Gravatar.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Gravatar to Swedish (Svenska) +# Translation of StatusNet - Gravatar to Swedish (svenska) # Exported from translatewiki.net # # Author: WikiPhoenix @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:05+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 (05c726a); Translate 2012-04-11\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 0fb947f6c1..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:05+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 (05c726a); Translate 2012-04-11\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 49c9dcd1c6..fa011a870e 100644 --- a/plugins/Gravatar/locale/uk/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/uk/LC_MESSAGES/Gravatar.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Gravatar to Ukrainian (Українська) +# Translation of StatusNet - Gravatar to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:05+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 (05c726a); Translate 2012-04-11\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 95373d599d..4236dec409 100644 --- a/plugins/Gravatar/locale/zh_CN/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/zh_CN/LC_MESSAGES/Gravatar.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Gravatar to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - Gravatar to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: ZhengYiFeng @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:05+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 (05c726a); Translate 2012-04-11\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 92c714d19d..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-05-03 22:11+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 1bf8a5dea4..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:05+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 (05c726a); Translate 2012-04-11\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 09c195a6bb..177f5808bd 100644 --- a/plugins/GroupFavorited/locale/br/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/br/LC_MESSAGES/GroupFavorited.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GroupFavorited to Breton (Brezhoneg) +# Translation of StatusNet - GroupFavorited to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:05+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 (05c726a); Translate 2012-04-11\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 cafb08bd7b..ddb8b1227d 100644 --- a/plugins/GroupFavorited/locale/ca/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/ca/LC_MESSAGES/GroupFavorited.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GroupFavorited to Catalan (Català) +# Translation of StatusNet - GroupFavorited to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:05+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 (05c726a); Translate 2012-04-11\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 3514ee9e28..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:06+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 (05c726a); Translate 2012-04-11\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 15a2560ff9..b1c67cb233 100644 --- a/plugins/GroupFavorited/locale/es/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/es/LC_MESSAGES/GroupFavorited.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GroupFavorited to Spanish (Español) +# Translation of StatusNet - GroupFavorited to Spanish (español) # Exported from translatewiki.net # # Author: Translationista @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:06+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 (05c726a); Translate 2012-04-11\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 a376c3f5f3..2081095c87 100644 --- a/plugins/GroupFavorited/locale/eu/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/eu/LC_MESSAGES/GroupFavorited.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GroupFavorited to Basque (Euskara) +# Translation of StatusNet - GroupFavorited to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:06+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 (05c726a); Translate 2012-04-11\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 11d1cd8b89..5afa9ede9d 100644 --- a/plugins/GroupFavorited/locale/fr/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/fr/LC_MESSAGES/GroupFavorited.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GroupFavorited to French (Français) +# Translation of StatusNet - GroupFavorited to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:06+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 (05c726a); Translate 2012-04-11\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 547b84a38f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:06+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 (05c726a); Translate 2012-04-11\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 ecb6373443..e71711dcc1 100644 --- a/plugins/GroupFavorited/locale/ia/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/ia/LC_MESSAGES/GroupFavorited.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GroupFavorited to Interlingua (Interlingua) +# Translation of StatusNet - GroupFavorited to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:06+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..f2864edf62 --- /dev/null +++ b/plugins/GroupFavorited/locale/it/LC_MESSAGES/GroupFavorited.po @@ -0,0 +1,47 @@ +# Translation of StatusNet - GroupFavorited 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 - GroupFavorited\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Menu item in the group navigation page. +msgctxt "MENU" +msgid "Popular" +msgstr "Popolare" + +#. TRANS: Tooltip for menu item in the group navigation page. +#. TRANS: %s is the nickname of the group. +#, php-format +msgctxt "TOOLTIP" +msgid "Popular notices in %s group" +msgstr "Notizie popolari nel gruppo %s" + +#. TRANS: Plugin description. +msgid "This plugin adds a menu item for popular notices in groups." +msgstr "" +"Questo plugin aggiunge una voce di menu per le notizie popolari contenute " +"nei gruppi." + +#. TRANS: %s is a group name. +#, php-format +msgid "Popular posts in %s group" +msgstr "Post popolari nel gruppo %s" + +#. TRANS: %1$s is a group name, %2$s is a group number. +#, php-format +msgid "Popular posts in %1$s group, page %2$d" +msgstr "Post popolari nel gruppo %1$s, page %2$d" diff --git a/plugins/GroupFavorited/locale/mk/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/mk/LC_MESSAGES/GroupFavorited.po index e65f30d6a7..4cf74c2031 100644 --- a/plugins/GroupFavorited/locale/mk/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/mk/LC_MESSAGES/GroupFavorited.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GroupFavorited to Macedonian (Македонски) +# Translation of StatusNet - GroupFavorited to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:06+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 (05c726a); Translate 2012-04-11\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 52a55ffc73..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:06+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 (05c726a); Translate 2012-04-11\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 da17ddc897..cd1e236119 100644 --- a/plugins/GroupFavorited/locale/ru/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/ru/LC_MESSAGES/GroupFavorited.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GroupFavorited to Russian (Русский) +# Translation of StatusNet - GroupFavorited to Russian (русский) # Exported from translatewiki.net # # Author: Eleferen @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:06+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 (05c726a); Translate 2012-04-11\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 029e5c8f42..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:06+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 (05c726a); Translate 2012-04-11\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 40762574d2..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:06+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 (05c726a); Translate 2012-04-11\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 fdddcf6d38..c3710a5216 100644 --- a/plugins/GroupFavorited/locale/uk/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/uk/LC_MESSAGES/GroupFavorited.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GroupFavorited to Ukrainian (Українська) +# Translation of StatusNet - GroupFavorited to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:06+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 (05c726a); Translate 2012-04-11\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 e64d7a11d1..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-05-03 22:11+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 76d1b9f2f2..408fedef72 100644 --- a/plugins/GroupPrivateMessage/locale/ar/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/ar/LC_MESSAGES/GroupPrivateMessage.po @@ -3,6 +3,7 @@ # # Author: Majid Al-Dharrab # Author: OsamaK +# Author: ترجمان05 # -- # This file is distributed under the same license as the StatusNet package. # @@ -10,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:06+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 (05c726a); Translate 2012-04-11\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" @@ -127,7 +128,7 @@ msgstr "هل تود السماح بالرسائل الخاصة لهذه المج #. TRANS: Dropdown label in group settings page for who can send private messages to the group. msgid "Private senders" -msgstr "" +msgstr "مرسلون خاصون" #. TRANS: Dropdown option in group settings page for who can send private messages. msgid "Everyone" @@ -135,11 +136,11 @@ msgstr "الجميع" #. TRANS: Dropdown option in group settings page for who can send private messages. msgid "Member" -msgstr "الأعضاء" +msgstr "العضو" #. TRANS: Dropdown option in group settings page for who can send private messages. msgid "Admin" -msgstr "الإداريون" +msgstr "الإداري" #. TRANS: Dropdown title in group settings page for who can send private messages to the group. msgid "Who can send private messages to the group." diff --git a/plugins/GroupPrivateMessage/locale/ca/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/ca/LC_MESSAGES/GroupPrivateMessage.po index c71b4b2b41..0a3951205a 100644 --- a/plugins/GroupPrivateMessage/locale/ca/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/ca/LC_MESSAGES/GroupPrivateMessage.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GroupPrivateMessage to Catalan (Català) +# Translation of StatusNet - GroupPrivateMessage to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:07+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 (05c726a); Translate 2012-04-11\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 102101917f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:07+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 (05c726a); Translate 2012-04-11\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 d4eef3b272..10d8a712de 100644 --- a/plugins/GroupPrivateMessage/locale/es/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/es/LC_MESSAGES/GroupPrivateMessage.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GroupPrivateMessage to Spanish (Español) +# Translation of StatusNet - GroupPrivateMessage to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:07+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 (05c726a); Translate 2012-04-11\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 ee6fac06f4..5ad6afcbab 100644 --- a/plugins/GroupPrivateMessage/locale/eu/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/eu/LC_MESSAGES/GroupPrivateMessage.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GroupPrivateMessage to Basque (Euskara) +# Translation of StatusNet - GroupPrivateMessage to Basque (euskara) # Exported from translatewiki.net # # Author: An13sa @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:07+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 (05c726a); Translate 2012-04-11\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 ee92140970..b9e167c605 100644 --- a/plugins/GroupPrivateMessage/locale/fr/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/fr/LC_MESSAGES/GroupPrivateMessage.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GroupPrivateMessage to French (Français) +# Translation of StatusNet - GroupPrivateMessage to French (français) # Exported from translatewiki.net # # Author: Brunoperel @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:07+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 (05c726a); Translate 2012-04-11\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 3729891d29..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:07+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 (05c726a); Translate 2012-04-11\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 dfd4671181..cee544b056 100644 --- a/plugins/GroupPrivateMessage/locale/ia/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/ia/LC_MESSAGES/GroupPrivateMessage.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GroupPrivateMessage to Interlingua (Interlingua) +# Translation of StatusNet - GroupPrivateMessage to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:07+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..a35aeb4e49 --- /dev/null +++ b/plugins/GroupPrivateMessage/locale/it/LC_MESSAGES/GroupPrivateMessage.po @@ -0,0 +1,293 @@ +# Translation of StatusNet - GroupPrivateMessage to Italian (italiano) +# Exported from translatewiki.net +# +# Author: GreenFox +# Author: Od1n +# Author: Ximo17 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - GroupPrivateMessage\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 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 (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. +msgid "Must be logged in." +msgstr "Devi prima effettuare l'accesso." + +#. TRANS: Exception thrown when user %s is not allowed to send a private group message. +#. TRANS: Exception thrown when trying to send group private message without having the right to do that. +#. TRANS: %s is a user nickname. +#, php-format +msgid "User %s is not allowed to send private messages." +msgstr "L'utente %s non è autorizzato ad inviare messaggi privati." + +#. TRANS: Client exception thrown when trying to send a private group message to a non-existing group. +#. TRANS: Client exception thrown when trying to view group inbox for non-existing group. +msgid "No such group." +msgstr "Nessun gruppo." + +#. TRANS: Title after sending a private group message. +msgid "Message sent" +msgstr "Messaggio inviato" + +#. TRANS: Succes text after sending a direct message to group %s. +#, php-format +msgid "Direct message to %s sent." +msgstr "Il messaggio diretto a %s è stato inviato." + +#. TRANS: Title of form for new private group message. +#, php-format +msgid "New message to group %s" +msgstr "Nuovo messaggio al gruppo %s" + +#. TRANS: Subject for direct-message notification email. +#. TRANS: %1$s is the sending user's nickname, %2$s is the group nickname. +#, php-format +msgid "New private message from %1$s to group %2$s" +msgstr "Nuovo messaggio privato da %1$s al gruppo %2$s" + +#. TRANS: Body for direct-message notification email. +#. TRANS: %1$s is the sending user's long name, %2$s is the sending user's nickname, +#. TRANS: %3$s is the message content, %4$s a URL to the message, +#. TRANS: %5$s is the StatusNet sitename. +#, php-format +msgid "" +"%1$s (%2$s) sent a private message to group %3$s:\n" +"\n" +"------------------------------------------------------\n" +"%4$s\n" +"------------------------------------------------------\n" +"\n" +"You can reply to their message here:\n" +"\n" +"%5$s\n" +"\n" +"Do not reply to this email; it will not get to them.\n" +"\n" +"With kind regards,\n" +"%6$s" +msgstr "" +"%1$s (%2$s) ha inviato un messaggio privato al gruppo %3$s:\n" +"\n" +"------------------------------------------------------\n" +"%4$s\n" +"------------------------------------------------------\n" +"\n" +"Puoi rispondere al messaggio a questo indirizzo:\n" +"\n" +"%5$s\n" +"\n" +"Non rispondere a questa email, nessuno la riceverà!\n" +"\n" +"Cordiali saluti,\n" +"%6$s" + +#. TRANS: Menu item in group page. +msgctxt "MENU" +msgid "Inbox" +msgstr "Posta in Arrivo" + +#. TRANS: Menu title in group page. +msgid "Private messages for this group." +msgstr "Messaggi privati per questo gruppo." + +#. TRANS: Dropdown label in group settings page for if group allows private messages. +msgid "Private messages" +msgstr "Messaggi privati" + +#. TRANS: Dropdown option in group settings page for allowing private messages. +msgid "Sometimes" +msgstr "A volte" + +#. TRANS: Dropdown option in group settings page for allowing private messages. +msgid "Always" +msgstr "Sempre" + +#. TRANS: Dropdown option in group settings page for allowing private messages. +msgid "Never" +msgstr "Mai" + +#. TRANS: Dropdown title in group settings page for if group allows private messages. +msgid "Whether to allow private messages to this group." +msgstr "Se consentire i messaggi privati ​​di questo gruppo." + +#. TRANS: Dropdown label in group settings page for who can send private messages to the group. +msgid "Private senders" +msgstr "Mittenti privati" + +#. TRANS: Dropdown option in group settings page for who can send private messages. +msgid "Everyone" +msgstr "Tutti" + +#. TRANS: Dropdown option in group settings page for who can send private messages. +msgid "Member" +msgstr "Membro" + +#. TRANS: Dropdown option in group settings page for who can send private messages. +msgid "Admin" +msgstr "Amministratore" + +#. TRANS: Dropdown title in group settings page for who can send private messages to the group. +msgid "Who can send private messages to the group." +msgstr "Chi può inviare messaggi privati al gruppo." + +#. TRANS: Title for action in group actions list. +msgid "Send a direct message to this group." +msgstr "Invia un messaggio diretto a questo gruppo." + +#. TRANS: Link text for action in group actions list to send a private message to a group. +msgctxt "LINKTEXT" +msgid "Message" +msgstr "Messaggio" + +#. TRANS: Client exception thrown when a private group message has to be forced. +msgid "Forced notice to private group message." +msgstr "Comunicazione obbligatoria per un messaggio di un gruppo privato." + +#. TRANS: Indicator on the group page that the group is (essentially) private. +msgid "Private" +msgstr "Privato" + +#. TRANS: Plugin description. +msgid "Allow posting private messages to groups." +msgstr "Permette la pubblicazione di messaggi privati nei gruppi." + +#. TRANS: Client exception thrown when trying to view group inbox while not logged in. +msgid "Only for logged-in users." +msgstr "Solo per utenti autenticati." + +#. TRANS: Client exception thrown when trying to view group inbox while not a member. +msgid "Only for members." +msgstr "Solo per i membri." + +#. TRANS: Text of group inbox if no private messages were sent to it. +msgid "This group has not received any private messages." +msgstr "Questo gruppo non ha ricevuto alcun messaggio privato." + +#. TRANS: Title of inbox for group %s. +#, php-format +msgid "%s group inbox" +msgstr "Posta in arrivo del gruppo %s" + +#. TRANS: Page title for any but first group page. +#. TRANS: %1$s is a group name, $2$s is a page number. +#, php-format +msgid "%1$s group inbox, page %2$d" +msgstr "Posta in arrivo del gruppo %1$s, pagina %2$d" + +#. TRANS: Instructions for user inbox page. +msgid "" +"This is the group inbox, which lists all incoming private messages for this " +"group." +msgstr "" +"Questa è la posta in arrivo del gruppo, che elenca tutti i messaggi privati " +"in arrivo per questo gruppo." + +#. TRANS: Form legend for sending private message to group %s. +#, php-format +msgid "Message to %s" +msgstr "Messaggio per %s" + +#. TRANS: Field label for private group message to group %s. +#, php-format +msgid "Direct message to %s" +msgstr "Messaggi diretti a %s" + +#. TRANS: Indicator for number of chatacters still available for notice. +msgid "Available characters" +msgstr "Caratteri disponibili" + +#. TRANS: Send button text for sending private group notice. +msgctxt "Send button for sending notice" +msgid "Send" +msgstr "Invia" + +#. TRANS: Exception thrown when trying to set group privacy setting if group %s does not allow private messages. +#, php-format +msgid "Group %s does not allow private messages." +msgstr "Il gruppo %s non consente i messaggi privati." + +#. TRANS: Exception thrown when trying to send group private message while blocked from that group. +#. TRANS: %1$s is a user nickname, %2$s is a group nickname. +#, php-format +msgid "User %1$s is blocked from group %2$s." +msgstr "L'utente %1$s è stato bloccato dal gruppo %2$s." + +#. TRANS: Exception thrown when trying to send group private message while not a member. +#. TRANS: %1$s is a user nickname, %2$s is a group nickname. +#, php-format +msgid "User %1$s is not a member of group %2$s." +msgstr "L'utente %1$s non è un membro del gruppo %2$s." + +#. TRANS: Exception thrown when trying to send group private message while not a group administrator. +#. TRANS: %1$s is a user nickname, %2$s is a group nickname. +#, php-format +msgid "User %1$s is not an administrator of group %2$s." +msgstr "L'utente %1$s non è un amministratore del gruppo %2$s." + +#. TRANS: Exception thrown when encountering undefined group privacy settings. +#. TRANS: %s is a group nickname. +#, php-format +msgid "Unknown privacy settings for group %s." +msgstr "Impostazioni della privacy sconosciute per il gruppo %s." + +#. TRANS: Exception thrown when trying to send group private message that is too long. +#. TRANS: %d is the maximum meggage length. +#, php-format +msgid "That's too long. Maximum message size is %d character." +msgid_plural "That's too long. Maximum message size is %d characters." +msgstr[0] "" +"Troppo lungo. La dimensione massima di un messaggio è di %d carattere." +msgstr[1] "" +"Troppo lungo. La dimensione massima di un messaggio è di %d caratteri." + +#. TRANS: Exception thrown when trying to send group private message to a non-existing group. +msgid "No group for group message." +msgstr "Nessun gruppo per il messaggio di gruppo." + +#. TRANS: Exception thrown when trying to send group private message without having a sender. +msgid "No sender for group message." +msgstr "Nessun mittente per il messaggio di gruppo." + +#. TRANS: Client exception thrown when trying to view group private messages without being logged in. +msgid "Only logged-in users can view private messages." +msgstr "" +"I messaggi privati possono essere visualizzati solo dagli utenti che hanno " +"effettuato l'accesso." + +#. TRANS: Client exception thrown when trying to view a non-existing group private message. +msgid "No such message." +msgstr "Nessun messaggio." + +#. TRANS: Server exception thrown when trying to view group private messages for a non-exsting group. +msgid "Group not found." +msgstr "Gruppo non trovato." + +#. TRANS: Client exception thrown when trying to view a group private message without being a group member. +msgid "Cannot read message." +msgstr "Impossibile leggere il messaggio." + +#. TRANS: Server exception thrown when trying to view a group private message without a sender. +msgid "No sender found." +msgstr "Nessun mittente trovato." + +#. TRANS: Title for private group message. +#. TRANS: %1$s is the sender name, %2$s is the group name, %3$s is a timestamp. +#, php-format +msgid "Message from %1$s to group %2$s on %3$s" +msgstr "Messaggio da %1$s al gruppo %2$s su %3$s" + +#. TRANS: Succes message after sending private group message to group %s. +#, php-format +msgid "Direct message to group %s sent." +msgstr "Il messaggio diretto al gruppo %s è stato inviato." diff --git a/plugins/GroupPrivateMessage/locale/mk/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/mk/LC_MESSAGES/GroupPrivateMessage.po index 4825880a59..6fd947ad22 100644 --- a/plugins/GroupPrivateMessage/locale/mk/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/mk/LC_MESSAGES/GroupPrivateMessage.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GroupPrivateMessage to Macedonian (Македонски) +# Translation of StatusNet - GroupPrivateMessage to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:07+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 (05c726a); Translate 2012-04-11\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 7d6082dc14..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:07+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 (05c726a); Translate 2012-04-11\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 65b655b37a..d96706c7ee 100644 --- a/plugins/GroupPrivateMessage/locale/sv/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/sv/LC_MESSAGES/GroupPrivateMessage.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GroupPrivateMessage to Swedish (Svenska) +# Translation of StatusNet - GroupPrivateMessage to Swedish (svenska) # Exported from translatewiki.net # # Author: Lokal Profil @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:08+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 (05c726a); Translate 2012-04-11\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 0bb28cc700..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:08+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 (05c726a); Translate 2012-04-11\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 b411b70d9f..b99a26b42d 100644 --- a/plugins/GroupPrivateMessage/locale/uk/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/uk/LC_MESSAGES/GroupPrivateMessage.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GroupPrivateMessage to Ukrainian (Українська) +# Translation of StatusNet - GroupPrivateMessage to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:08+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 (05c726a); Translate 2012-04-11\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 44e97831d5..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-05-03 22:11+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 914977eb07..c619284a45 100644 --- a/plugins/Imap/locale/br/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/br/LC_MESSAGES/Imap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Imap to Breton (Brezhoneg) +# Translation of StatusNet - Imap to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:08+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 (05c726a); Translate 2012-04-11\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 eefd3db500..ea5d7c9b4b 100644 --- a/plugins/Imap/locale/ca/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/ca/LC_MESSAGES/Imap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Imap to Catalan (Català) +# Translation of StatusNet - Imap to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:08+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 (05c726a); Translate 2012-04-11\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 3720a4cbea..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:08+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 (05c726a); Translate 2012-04-11\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 1d1f64b328..3f5b48a691 100644 --- a/plugins/Imap/locale/es/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/es/LC_MESSAGES/Imap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Imap to Spanish (Español) +# Translation of StatusNet - Imap to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:08+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 (05c726a); Translate 2012-04-11\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 e9b474b287..a181330439 100644 --- a/plugins/Imap/locale/eu/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/eu/LC_MESSAGES/Imap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Imap to Basque (Euskara) +# Translation of StatusNet - Imap to Basque (euskara) # Exported from translatewiki.net # # Author: An13sa @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:08+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 (05c726a); Translate 2012-04-11\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 4b6f877a16..1ea0e0182c 100644 --- a/plugins/Imap/locale/fr/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/fr/LC_MESSAGES/Imap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Imap to French (Français) +# Translation of StatusNet - Imap to French (français) # Exported from translatewiki.net # # Author: Crochet.david @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:08+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 (05c726a); Translate 2012-04-11\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 d0083ec38e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:08+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 (05c726a); Translate 2012-04-11\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 8bceb4c39f..3a0d8a7a6d 100644 --- a/plugins/Imap/locale/ia/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/ia/LC_MESSAGES/Imap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Imap to Interlingua (Interlingua) +# Translation of StatusNet - Imap to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:08+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..749e9a04d1 --- /dev/null +++ b/plugins/Imap/locale/it/LC_MESSAGES/Imap.po @@ -0,0 +1,58 @@ +# Translation of StatusNet - Imap to Italian (italiano) +# Exported from translatewiki.net +# +# Author: Od1n +# Author: Ximo17 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Imap\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: E-mail subject in case of an error. +msgid "Error" +msgstr "Errore" + +#. TRANS: Exception thrown when the ImapManager is used incorrectly in the code. +msgid "" +"ImapManager should be created using its constructor, not using the static " +"\"get()\" method." +msgstr "" +"ImapManager dovrebbe essere creato utilizzando il suo costruttore, non " +"utilizzando il metodo statico \"ottieni ()\"." + +#. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect. +msgid "A mailbox must be specified." +msgstr "È necessario specificare una casella di posta elettronica." + +#. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect. +msgid "A user must be specified." +msgstr "È necessario specificare un utente." + +#. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect. +msgid "A password must be specified." +msgstr "È necessario specificare una password." + +#. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect. +#. TRANS: poll_frequency is a setting that should not be translated. +msgid "A poll_frequency must be specified." +msgstr "È necessario specificare una poll_frequency." + +#. TRANS: Plugin description. +msgid "" +"The IMAP plugin allows for StatusNet to check a POP or IMAP mailbox for " +"incoming mail containing user posts." +msgstr "" +"Il plugin IMAP consente a StatusNet di controllare una casella di posta " +"elettronica POP o IMAP per la posta in arrivo contenente i messaggi " +"dell'utente." diff --git a/plugins/Imap/locale/mk/LC_MESSAGES/Imap.po b/plugins/Imap/locale/mk/LC_MESSAGES/Imap.po index 45b482ffcb..e351026615 100644 --- a/plugins/Imap/locale/mk/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/mk/LC_MESSAGES/Imap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Imap to Macedonian (Македонски) +# Translation of StatusNet - Imap to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:09+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 (05c726a); Translate 2012-04-11\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 6a911a252a..5b2aaaea55 100644 --- a/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Imap to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - Imap to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:09+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 (05c726a); Translate 2012-04-11\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 972afe1c95..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:09+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 (05c726a); Translate 2012-04-11\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 fa876a58c8..71303e5680 100644 --- a/plugins/Imap/locale/ru/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/ru/LC_MESSAGES/Imap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Imap to Russian (Русский) +# Translation of StatusNet - Imap to Russian (русский) # Exported from translatewiki.net # # Author: Eleferen @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:09+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 (05c726a); Translate 2012-04-11\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 89ce04c9b2..a1c2e10e43 100644 --- a/plugins/Imap/locale/sv/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/sv/LC_MESSAGES/Imap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Imap to Swedish (Svenska) +# Translation of StatusNet - Imap to Swedish (svenska) # Exported from translatewiki.net # # Author: Jamminjohn @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:09+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 (05c726a); Translate 2012-04-11\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 42464321e2..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:09+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 (05c726a); Translate 2012-04-11\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 459f8313cf..ad83f8331e 100644 --- a/plugins/Imap/locale/uk/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/uk/LC_MESSAGES/Imap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Imap to Ukrainian (Українська) +# Translation of StatusNet - Imap to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:09+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 (05c726a); Translate 2012-04-11\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 7c785d4382..0afd206a13 100644 --- a/plugins/Imap/locale/zh_CN/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/zh_CN/LC_MESSAGES/Imap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Imap to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - Imap to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: Hydra @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:09+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 (05c726a); Translate 2012-04-11\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 a8257241d3..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-05-03 22:11+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 3c076cf800..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:10+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 (05c726a); Translate 2012-04-11\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 0dc8a72a87..7904a31162 100644 --- a/plugins/InProcessCache/locale/es/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/es/LC_MESSAGES/InProcessCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InProcessCache to Spanish (Español) +# Translation of StatusNet - InProcessCache to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:10+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 (05c726a); Translate 2012-04-11\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 f4c0f6eb49..d16be7444a 100644 --- a/plugins/InProcessCache/locale/eu/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/eu/LC_MESSAGES/InProcessCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InProcessCache to Basque (Euskara) +# Translation of StatusNet - InProcessCache to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:10+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 (05c726a); Translate 2012-04-11\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 5aa404b0f8..677e62c30c 100644 --- a/plugins/InProcessCache/locale/fr/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/fr/LC_MESSAGES/InProcessCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InProcessCache to French (Français) +# Translation of StatusNet - InProcessCache to French (français) # Exported from translatewiki.net # # Author: Sherbrooke @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:10+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 (05c726a); Translate 2012-04-11\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 5193ccfe0d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:11+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 (05c726a); Translate 2012-04-11\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 86ec6d57aa..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:11+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 (05c726a); Translate 2012-04-11\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 74ac55dfd3..3e968a72ee 100644 --- a/plugins/InProcessCache/locale/ia/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/ia/LC_MESSAGES/InProcessCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InProcessCache to Interlingua (Interlingua) +# Translation of StatusNet - InProcessCache to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:11+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 (05c726a); Translate 2012-04-11\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 ce88185e34..0fc0aee5ac 100644 --- a/plugins/InProcessCache/locale/mk/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/mk/LC_MESSAGES/InProcessCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InProcessCache to Macedonian (Македонски) +# Translation of StatusNet - InProcessCache to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:11+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 (05c726a); Translate 2012-04-11\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 f92165578b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:11+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 (05c726a); Translate 2012-04-11\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 525550e87b..128e6f4a6e 100644 --- a/plugins/InProcessCache/locale/pt/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/pt/LC_MESSAGES/InProcessCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InProcessCache to Portuguese (Português) +# Translation of StatusNet - InProcessCache to Portuguese (português) # Exported from translatewiki.net # # Author: Waldir @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:11+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 (05c726a); Translate 2012-04-11\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 5f8871f2f4..2570e9ce41 100644 --- a/plugins/InProcessCache/locale/ru/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/ru/LC_MESSAGES/InProcessCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InProcessCache to Russian (Русский) +# Translation of StatusNet - InProcessCache to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:11+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 (05c726a); Translate 2012-04-11\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 9e39a6df48..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:11+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 (05c726a); Translate 2012-04-11\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 8c6fa91005..424eb9d2bc 100644 --- a/plugins/InProcessCache/locale/uk/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/uk/LC_MESSAGES/InProcessCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InProcessCache to Ukrainian (Українська) +# Translation of StatusNet - InProcessCache to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:11+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 (05c726a); Translate 2012-04-11\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 b888f558f2..29b2e9149d 100644 --- a/plugins/InProcessCache/locale/zh_CN/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/zh_CN/LC_MESSAGES/InProcessCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InProcessCache to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - InProcessCache to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: Hydra @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:11+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 (05c726a); Translate 2012-04-11\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 9fdfc6b860..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-05-03 22:11+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 5e22bc1217..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:09+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 (05c726a); Translate 2012-04-11\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 3a7f01f87b..46eb668262 100644 --- a/plugins/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InfiniteScroll to Spanish (Español) +# Translation of StatusNet - InfiniteScroll to Spanish (español) # Exported from translatewiki.net # # Author: Translationista @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:09+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 (05c726a); Translate 2012-04-11\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 f03c98a0a1..150988d030 100644 --- a/plugins/InfiniteScroll/locale/eu/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/eu/LC_MESSAGES/InfiniteScroll.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InfiniteScroll to Basque (Euskara) +# Translation of StatusNet - InfiniteScroll to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:09+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 (05c726a); Translate 2012-04-11\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 cfa4a43d2f..5c6f05eb02 100644 --- a/plugins/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InfiniteScroll to French (Français) +# Translation of StatusNet - InfiniteScroll to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:09+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 (05c726a); Translate 2012-04-11\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 6e89f4e6e0..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:09+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 (05c726a); Translate 2012-04-11\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 525bce4028..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:10+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 (05c726a); Translate 2012-04-11\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 c472c589c0..b3bc7500f9 100644 --- a/plugins/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InfiniteScroll to Interlingua (Interlingua) +# Translation of StatusNet - InfiniteScroll to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:10+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 (05c726a); Translate 2012-04-11\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 80366bb0fd..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:10+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 (05c726a); Translate 2012-04-11\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 1ece38282d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:10+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 (05c726a); Translate 2012-04-11\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 de4d57d665..ad627e7cf3 100644 --- a/plugins/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InfiniteScroll to Macedonian (Македонски) +# Translation of StatusNet - InfiniteScroll to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:10+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 (05c726a); Translate 2012-04-11\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 8d458b580e..efa2ca6b6b 100644 --- a/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InfiniteScroll to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - InfiniteScroll to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:10+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 (05c726a); Translate 2012-04-11\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 803b4ede0d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:10+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 (05c726a); Translate 2012-04-11\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 59ce1b4436..e898c542d3 100644 --- a/plugins/InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InfiniteScroll to Brazilian Portuguese (Português do Brasil) +# Translation of StatusNet - InfiniteScroll to Brazilian Portuguese (português do Brasil) # Exported from translatewiki.net # # Author: Giro720 @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:10+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 (05c726a); Translate 2012-04-11\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 6582422c5e..380e292737 100644 --- a/plugins/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InfiniteScroll to Russian (Русский) +# Translation of StatusNet - InfiniteScroll to Russian (русский) # Exported from translatewiki.net # # Author: Сrower @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:10+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 (05c726a); Translate 2012-04-11\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 d7eb5b726f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:10+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 (05c726a); Translate 2012-04-11\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 f6f741c98f..4790234423 100644 --- a/plugins/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InfiniteScroll to Ukrainian (Українська) +# Translation of StatusNet - InfiniteScroll to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:10+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 (05c726a); Translate 2012-04-11\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 57f538a0b7..34d8e581c0 100644 --- a/plugins/InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InfiniteScroll to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - InfiniteScroll to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: ZhengYiFeng @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:10+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 (05c726a); Translate 2012-04-11\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 002211a530..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-05-03 22:11+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 829d50359e..70819f3d28 100644 --- a/plugins/Irc/locale/ca/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/ca/LC_MESSAGES/Irc.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Irc to Catalan (Català) +# Translation of StatusNet - Irc to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:11+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 (05c726a); Translate 2012-04-11\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 252930a729..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:11+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 (05c726a); Translate 2012-04-11\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 a8ef770c8a..d05279f2d1 100644 --- a/plugins/Irc/locale/es/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/es/LC_MESSAGES/Irc.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Irc to Spanish (Español) +# Translation of StatusNet - Irc to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:11+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 (05c726a); Translate 2012-04-11\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 48a0b7fba3..84e9a790d9 100644 --- a/plugins/Irc/locale/eu/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/eu/LC_MESSAGES/Irc.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Irc to Basque (Euskara) +# Translation of StatusNet - Irc to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:12+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 (05c726a); Translate 2012-04-11\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 8ba0e90e0a..39971df856 100644 --- a/plugins/Irc/locale/fr/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/fr/LC_MESSAGES/Irc.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Irc to French (Français) +# Translation of StatusNet - Irc to French (français) # Exported from translatewiki.net # # Author: Coyau @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:12+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 (05c726a); Translate 2012-04-11\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 d2f55794b9..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:12+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 (05c726a); Translate 2012-04-11\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 ee153d12cc..2e4de9dbaa 100644 --- a/plugins/Irc/locale/ia/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/ia/LC_MESSAGES/Irc.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Irc to Interlingua (Interlingua) +# Translation of StatusNet - Irc to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:12+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 (05c726a); Translate 2012-04-11\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 649f3d5fa8..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:12+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 (05c726a); Translate 2012-04-11\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 0080738d79..8aa8bedcf8 100644 --- a/plugins/Irc/locale/mk/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/mk/LC_MESSAGES/Irc.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Irc to Macedonian (Македонски) +# Translation of StatusNet - Irc to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:12+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 (05c726a); Translate 2012-04-11\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 a0c6c426ae..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:12+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 (05c726a); Translate 2012-04-11\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 ab15127099..1d47845d92 100644 --- a/plugins/Irc/locale/sv/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/sv/LC_MESSAGES/Irc.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Irc to Swedish (Svenska) +# Translation of StatusNet - Irc to Swedish (svenska) # Exported from translatewiki.net # # Author: Lokal Profil @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:12+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 (05c726a); Translate 2012-04-11\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 fa53b9f74c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:12+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 (05c726a); Translate 2012-04-11\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 9e60f8af0d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:12+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 (05c726a); Translate 2012-04-11\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 2a1e04103f..77f19689b7 100644 --- a/plugins/Irc/locale/uk/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/uk/LC_MESSAGES/Irc.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Irc to Ukrainian (Українська) +# Translation of StatusNet - Irc to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:12+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 (05c726a); Translate 2012-04-11\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 9fc3f0eabe..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-05-03 22:11+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 f1f6ac056d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:12+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 (05c726a); Translate 2012-04-11\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 08d3879937..298bf3c836 100644 --- a/plugins/LdapAuthentication/locale/es/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/es/LC_MESSAGES/LdapAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapAuthentication to Spanish (Español) +# Translation of StatusNet - LdapAuthentication to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:13+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 (05c726a); Translate 2012-04-11\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 fa09d6228b..1916992cc5 100644 --- a/plugins/LdapAuthentication/locale/eu/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/eu/LC_MESSAGES/LdapAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapAuthentication to Basque (Euskara) +# Translation of StatusNet - LdapAuthentication to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:13+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 (05c726a); Translate 2012-04-11\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 a436fce07c..14cb80a949 100644 --- a/plugins/LdapAuthentication/locale/fr/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/fr/LC_MESSAGES/LdapAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapAuthentication to French (Français) +# Translation of StatusNet - LdapAuthentication to French (français) # Exported from translatewiki.net # # Author: Crochet.david @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:13+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 (05c726a); Translate 2012-04-11\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 54472ce83d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:13+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 (05c726a); Translate 2012-04-11\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 1916ca7a61..5bc566c680 100644 --- a/plugins/LdapAuthentication/locale/ia/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/ia/LC_MESSAGES/LdapAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapAuthentication to Interlingua (Interlingua) +# Translation of StatusNet - LdapAuthentication to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:13+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 (05c726a); Translate 2012-04-11\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 121409090b..3e4a601b3d 100644 --- a/plugins/LdapAuthentication/locale/mk/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/mk/LC_MESSAGES/LdapAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapAuthentication to Macedonian (Македонски) +# Translation of StatusNet - LdapAuthentication to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:13+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 (05c726a); Translate 2012-04-11\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 ca49204a74..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:13+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 (05c726a); Translate 2012-04-11\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 e7474eb87d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:13+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 (05c726a); Translate 2012-04-11\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 0841fa0696..483532b675 100644 --- a/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapAuthentication to Ukrainian (Українська) +# Translation of StatusNet - LdapAuthentication to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:13+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 (05c726a); Translate 2012-04-11\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 27c995bdfa..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-05-03 22:11+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 f56f1a8222..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:13+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 (05c726a); Translate 2012-04-11\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 2c01fab88e..dd241602a5 100644 --- a/plugins/LdapAuthorization/locale/es/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/es/LC_MESSAGES/LdapAuthorization.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapAuthorization to Spanish (Español) +# Translation of StatusNet - LdapAuthorization to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:13+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 (05c726a); Translate 2012-04-11\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 ca6c2bef3b..6711fb2d7c 100644 --- a/plugins/LdapAuthorization/locale/eu/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/eu/LC_MESSAGES/LdapAuthorization.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapAuthorization to Basque (Euskara) +# Translation of StatusNet - LdapAuthorization to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:13+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 (05c726a); Translate 2012-04-11\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 f8cd554326..aecb4fc125 100644 --- a/plugins/LdapAuthorization/locale/fr/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/fr/LC_MESSAGES/LdapAuthorization.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapAuthorization to French (Français) +# Translation of StatusNet - LdapAuthorization to French (français) # Exported from translatewiki.net # # Author: Hashar @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:13+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 (05c726a); Translate 2012-04-11\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 414d0dcc91..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:13+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 (05c726a); Translate 2012-04-11\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 843998bf80..4976ee65e0 100644 --- a/plugins/LdapAuthorization/locale/ia/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/ia/LC_MESSAGES/LdapAuthorization.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapAuthorization to Interlingua (Interlingua) +# Translation of StatusNet - LdapAuthorization to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:14+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 (05c726a); Translate 2012-04-11\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 d3dd3ea990..6445264102 100644 --- a/plugins/LdapAuthorization/locale/mk/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/mk/LC_MESSAGES/LdapAuthorization.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapAuthorization to Macedonian (Македонски) +# Translation of StatusNet - LdapAuthorization to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:14+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 (05c726a); Translate 2012-04-11\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 d67b1148dc..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:14+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 (05c726a); Translate 2012-04-11\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 956b899996..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:14+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 (05c726a); Translate 2012-04-11\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 dd8bf49254..68a2553e87 100644 --- a/plugins/LdapAuthorization/locale/uk/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/uk/LC_MESSAGES/LdapAuthorization.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapAuthorization to Ukrainian (Українська) +# Translation of StatusNet - LdapAuthorization to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:14+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 (05c726a); Translate 2012-04-11\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 c7fd6f730c..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-05-03 22:11+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 30c90939c3..30b87f7270 100644 --- a/plugins/LdapCommon/locale/ca/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/ca/LC_MESSAGES/LdapCommon.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapCommon to Catalan (Català) +# Translation of StatusNet - LdapCommon to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:14+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 (05c726a); Translate 2012-04-11\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 8bf758c5e8..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:14+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 (05c726a); Translate 2012-04-11\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 dc8423a9cb..50219adc48 100644 --- a/plugins/LdapCommon/locale/es/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/es/LC_MESSAGES/LdapCommon.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapCommon to Spanish (Español) +# Translation of StatusNet - LdapCommon to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:14+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 (05c726a); Translate 2012-04-11\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 c2b8ecc94c..e4eed33b4d 100644 --- a/plugins/LdapCommon/locale/eu/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/eu/LC_MESSAGES/LdapCommon.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapCommon to Basque (Euskara) +# Translation of StatusNet - LdapCommon to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:14+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 (05c726a); Translate 2012-04-11\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 c768e346fd..21c7408294 100644 --- a/plugins/LdapCommon/locale/fr/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/fr/LC_MESSAGES/LdapCommon.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapCommon to French (Français) +# Translation of StatusNet - LdapCommon to French (français) # Exported from translatewiki.net # # Author: Crochet.david @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:14+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 (05c726a); Translate 2012-04-11\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 f023fef89a..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:14+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 (05c726a); Translate 2012-04-11\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 16e48b6404..c877577c0d 100644 --- a/plugins/LdapCommon/locale/ia/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/ia/LC_MESSAGES/LdapCommon.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapCommon to Interlingua (Interlingua) +# Translation of StatusNet - LdapCommon to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:14+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 (05c726a); Translate 2012-04-11\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 709d2a291b..d223446dea 100644 --- a/plugins/LdapCommon/locale/mk/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/mk/LC_MESSAGES/LdapCommon.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapCommon to Macedonian (Македонски) +# Translation of StatusNet - LdapCommon to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:14+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 (05c726a); Translate 2012-04-11\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 7cf2e42690..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:14+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 (05c726a); Translate 2012-04-11\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 9857ce2087..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:14+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 (05c726a); Translate 2012-04-11\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 a41bdbbf09..6a4a90dec7 100644 --- a/plugins/LdapCommon/locale/uk/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/uk/LC_MESSAGES/LdapCommon.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LdapCommon to Ukrainian (Українська) +# Translation of StatusNet - LdapCommon to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:14+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 (05c726a); Translate 2012-04-11\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 89a7a2df90..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-05-03 22:11+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 8ace054883..6d10be2b72 100644 --- a/plugins/LilUrl/locale/ca/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/ca/LC_MESSAGES/LilUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LilUrl to Catalan (Català) +# Translation of StatusNet - LilUrl to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:14+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 (05c726a); Translate 2012-04-11\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 ca8048b6fd..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:15+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 (05c726a); Translate 2012-04-11\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 34852e4e31..0551608423 100644 --- a/plugins/LilUrl/locale/es/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/es/LC_MESSAGES/LilUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LilUrl to Spanish (Español) +# Translation of StatusNet - LilUrl to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:15+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 (05c726a); Translate 2012-04-11\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 c9b5071476..306b82dd97 100644 --- a/plugins/LilUrl/locale/eu/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/eu/LC_MESSAGES/LilUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LilUrl to Basque (Euskara) +# Translation of StatusNet - LilUrl to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:15+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 (05c726a); Translate 2012-04-11\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" @@ -29,4 +29,4 @@ msgstr "serviceUrl bat zehaztu bhear da." #. TRANS: %1$s is the service URL. #, php-format msgid "Uses %1$s URL-shortener service." -msgstr "%1$s URL-laburtze zerbitzua erabiltzen." +msgstr "%1$s URL-laburtze zerbitzua erabiliz." diff --git a/plugins/LilUrl/locale/fr/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/fr/LC_MESSAGES/LilUrl.po index e861772a1b..63a54ce75d 100644 --- a/plugins/LilUrl/locale/fr/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/fr/LC_MESSAGES/LilUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LilUrl to French (Français) +# Translation of StatusNet - LilUrl to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:15+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 (05c726a); Translate 2012-04-11\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 9ecca7f1d2..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:15+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 (05c726a); Translate 2012-04-11\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 ea128248db..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:15+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 (05c726a); Translate 2012-04-11\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 df01ca86b3..47304c0ddf 100644 --- a/plugins/LilUrl/locale/ia/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/ia/LC_MESSAGES/LilUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LilUrl to Interlingua (Interlingua) +# Translation of StatusNet - LilUrl to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:15+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 (05c726a); Translate 2012-04-11\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 df264f2168..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:15+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 (05c726a); Translate 2012-04-11\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 87b2b9ebba..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:15+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 (05c726a); Translate 2012-04-11\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 9ef4f866ac..348be0e96a 100644 --- a/plugins/LilUrl/locale/mk/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/mk/LC_MESSAGES/LilUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LilUrl to Macedonian (Македонски) +# Translation of StatusNet - LilUrl to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:15+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 (05c726a); Translate 2012-04-11\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 3625d0c8c2..d4deabc377 100644 --- a/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LilUrl to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - LilUrl to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:15+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 (05c726a); Translate 2012-04-11\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 dc380347d6..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:15+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 (05c726a); Translate 2012-04-11\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 187b4b061f..3ccdfbfb68 100644 --- a/plugins/LilUrl/locale/ru/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/ru/LC_MESSAGES/LilUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LilUrl to Russian (Русский) +# Translation of StatusNet - LilUrl to Russian (русский) # Exported from translatewiki.net # # Author: Eleferen @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:15+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 (05c726a); Translate 2012-04-11\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 723a12b16e..9721c59d95 100644 --- a/plugins/LilUrl/locale/sv/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/sv/LC_MESSAGES/LilUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LilUrl to Swedish (Svenska) +# Translation of StatusNet - LilUrl to Swedish (svenska) # Exported from translatewiki.net # # Author: Lokal Profil @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:15+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 (05c726a); Translate 2012-04-11\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 cd656102fe..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:16+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 (05c726a); Translate 2012-04-11\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 47afe66b0a..528cbdb8cc 100644 --- a/plugins/LilUrl/locale/uk/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/uk/LC_MESSAGES/LilUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LilUrl to Ukrainian (Українська) +# Translation of StatusNet - LilUrl to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:16+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 (05c726a); Translate 2012-04-11\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 d98942ab07..b515076bef 100644 --- a/plugins/LilUrl/locale/zh_CN/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/zh_CN/LC_MESSAGES/LilUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LilUrl to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - LilUrl to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: ZhengYiFeng @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:16+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 (05c726a); Translate 2012-04-11\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 5028298549..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-05-03 22:11+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 4b98aa9a45..9c05f0ed06 100644 --- a/plugins/LinkPreview/locale/ca/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/ca/LC_MESSAGES/LinkPreview.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LinkPreview to Catalan (Català) +# Translation of StatusNet - LinkPreview to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:17+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 (05c726a); Translate 2012-04-11\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 2752974b34..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:17+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 (05c726a); Translate 2012-04-11\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 27fbe026b0..9dd0e0c767 100644 --- a/plugins/LinkPreview/locale/es/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/es/LC_MESSAGES/LinkPreview.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LinkPreview to Spanish (Español) +# Translation of StatusNet - LinkPreview to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:17+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 (05c726a); Translate 2012-04-11\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 bf9bbe597c..3bf8cc6341 100644 --- a/plugins/LinkPreview/locale/eu/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/eu/LC_MESSAGES/LinkPreview.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LinkPreview to Basque (Euskara) +# Translation of StatusNet - LinkPreview to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:17+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 (05c726a); Translate 2012-04-11\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 817d14def7..848b638ab3 100644 --- a/plugins/LinkPreview/locale/fr/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/fr/LC_MESSAGES/LinkPreview.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LinkPreview to French (Français) +# Translation of StatusNet - LinkPreview to French (français) # Exported from translatewiki.net # # Author: Crochet.david @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:17+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 (05c726a); Translate 2012-04-11\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 4a95809a9b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:17+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 (05c726a); Translate 2012-04-11\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 d2d838f53e..f82738b071 100644 --- a/plugins/LinkPreview/locale/ia/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/ia/LC_MESSAGES/LinkPreview.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LinkPreview to Interlingua (Interlingua) +# Translation of StatusNet - LinkPreview to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:18+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 (05c726a); Translate 2012-04-11\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 a6b51567dc..e27381a6f4 100644 --- a/plugins/LinkPreview/locale/mk/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/mk/LC_MESSAGES/LinkPreview.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LinkPreview to Macedonian (Македонски) +# Translation of StatusNet - LinkPreview to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:18+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 (05c726a); Translate 2012-04-11\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 bbd356fb2c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:18+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 (05c726a); Translate 2012-04-11\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 efed391b1f..af9dd89f49 100644 --- a/plugins/LinkPreview/locale/sv/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/sv/LC_MESSAGES/LinkPreview.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LinkPreview to Swedish (Svenska) +# Translation of StatusNet - LinkPreview to Swedish (svenska) # Exported from translatewiki.net # # Author: Lokal Profil @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:18+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 (05c726a); Translate 2012-04-11\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 0102321eed..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:18+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 (05c726a); Translate 2012-04-11\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 ce9177fb3b..2db81b7dd2 100644 --- a/plugins/LinkPreview/locale/uk/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/uk/LC_MESSAGES/LinkPreview.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LinkPreview to Ukrainian (Українська) +# Translation of StatusNet - LinkPreview to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:18+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 (05c726a); Translate 2012-04-11\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 caa087a190..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-05-03 22:11+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 ce1592c5a8..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:16+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 (05c726a); Translate 2012-04-11\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 18785264c7..8aeaeeb754 100644 --- a/plugins/Linkback/locale/ca/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/ca/LC_MESSAGES/Linkback.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Linkback to Catalan (Català) +# Translation of StatusNet - Linkback to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:16+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 (05c726a); Translate 2012-04-11\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 d6b9e96832..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:16+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 (05c726a); Translate 2012-04-11\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 50971127b9..de5f571dde 100644 --- a/plugins/Linkback/locale/es/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/es/LC_MESSAGES/Linkback.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Linkback to Spanish (Español) +# Translation of StatusNet - Linkback to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:16+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 (05c726a); Translate 2012-04-11\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 c44ede3426..4e5ba7ab71 100644 --- a/plugins/Linkback/locale/eu/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/eu/LC_MESSAGES/Linkback.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Linkback to Basque (Euskara) +# Translation of StatusNet - Linkback to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:16+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 (05c726a); Translate 2012-04-11\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 a1e9bd075e..1d707e16e1 100644 --- a/plugins/Linkback/locale/fi/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/fi/LC_MESSAGES/Linkback.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Linkback to Finnish (Suomi) +# Translation of StatusNet - Linkback to Finnish (suomi) # Exported from translatewiki.net # # Author: Nike @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:16+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 (05c726a); Translate 2012-04-11\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 b5c5118d98..155c8c38e7 100644 --- a/plugins/Linkback/locale/fr/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/fr/LC_MESSAGES/Linkback.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Linkback to French (Français) +# Translation of StatusNet - Linkback to French (français) # Exported from translatewiki.net # # Author: Od1n @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:16+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 (05c726a); Translate 2012-04-11\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 d48bb6550b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:16+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 (05c726a); Translate 2012-04-11\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 b2d30be0c6..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:16+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 (05c726a); Translate 2012-04-11\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 297dd8c5c0..1bc7cef7e7 100644 --- a/plugins/Linkback/locale/ia/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/ia/LC_MESSAGES/Linkback.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Linkback to Interlingua (Interlingua) +# Translation of StatusNet - Linkback to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:16+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 (05c726a); Translate 2012-04-11\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 65119c9987..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:16+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 (05c726a); Translate 2012-04-11\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 c37e3ce799..7b82d607ae 100644 --- a/plugins/Linkback/locale/mk/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/mk/LC_MESSAGES/Linkback.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Linkback to Macedonian (Македонски) +# Translation of StatusNet - Linkback to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:17+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 (05c726a); Translate 2012-04-11\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 1d66f52157..dcfd6a76f2 100644 --- a/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Linkback to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - Linkback to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:17+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 (05c726a); Translate 2012-04-11\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 697a1ba80e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:17+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 (05c726a); Translate 2012-04-11\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 1500abbf09..9f5e172a76 100644 --- a/plugins/Linkback/locale/pt/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/pt/LC_MESSAGES/Linkback.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Linkback to Portuguese (Português) +# Translation of StatusNet - Linkback to Portuguese (português) # Exported from translatewiki.net # # Author: SandroHc @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:17+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 (05c726a); Translate 2012-04-11\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 a449c98a8f..56fe73a3be 100644 --- a/plugins/Linkback/locale/ru/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/ru/LC_MESSAGES/Linkback.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Linkback to Russian (Русский) +# Translation of StatusNet - Linkback to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:17+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 (05c726a); Translate 2012-04-11\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 8834bc03a7..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:17+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 (05c726a); Translate 2012-04-11\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 1c0352dc07..dd6e6207b8 100644 --- a/plugins/Linkback/locale/uk/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/uk/LC_MESSAGES/Linkback.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Linkback to Ukrainian (Українська) +# Translation of StatusNet - Linkback to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:17+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 (05c726a); Translate 2012-04-11\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 92c542d716..d1bcc38e63 100644 --- a/plugins/Linkback/locale/zh_CN/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/zh_CN/LC_MESSAGES/Linkback.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Linkback to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - Linkback to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: ZhengYiFeng @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:17+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 (05c726a); Translate 2012-04-11\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 7d1716a798..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-05-03 22:11+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 4788a83d14..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:18+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 (05c726a); Translate 2012-04-11\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 a07dd7479f..6300e7aa3b 100644 --- a/plugins/LogFilter/locale/es/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/es/LC_MESSAGES/LogFilter.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LogFilter to Spanish (Español) +# Translation of StatusNet - LogFilter to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:18+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 (05c726a); Translate 2012-04-11\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 4788782f22..9c3073561d 100644 --- a/plugins/LogFilter/locale/eu/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/eu/LC_MESSAGES/LogFilter.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LogFilter to Basque (Euskara) +# Translation of StatusNet - LogFilter to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:18+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 (05c726a); Translate 2012-04-11\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 618eb8f551..07e5f657f8 100644 --- a/plugins/LogFilter/locale/fi/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/fi/LC_MESSAGES/LogFilter.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LogFilter to Finnish (Suomi) +# Translation of StatusNet - LogFilter to Finnish (suomi) # Exported from translatewiki.net # # Author: Nike @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:18+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 (05c726a); Translate 2012-04-11\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 8eaecd6ffe..2355e8772b 100644 --- a/plugins/LogFilter/locale/fr/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/fr/LC_MESSAGES/LogFilter.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LogFilter to French (Français) +# Translation of StatusNet - LogFilter to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:18+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 (05c726a); Translate 2012-04-11\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 02fd4fbe20..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:18+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 (05c726a); Translate 2012-04-11\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 42bd573285..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:18+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 (05c726a); Translate 2012-04-11\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 46cd2d5e08..7b4617ed3e 100644 --- a/plugins/LogFilter/locale/ia/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/ia/LC_MESSAGES/LogFilter.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LogFilter to Interlingua (Interlingua) +# Translation of StatusNet - LogFilter to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:18+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 (05c726a); Translate 2012-04-11\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 91cc76c410..879b0ef1ec 100644 --- a/plugins/LogFilter/locale/mk/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/mk/LC_MESSAGES/LogFilter.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LogFilter to Macedonian (Македонски) +# Translation of StatusNet - LogFilter to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:19+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 (05c726a); Translate 2012-04-11\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 7c387108f6..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:19+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 (05c726a); Translate 2012-04-11\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 41dabbb19f..f4f2d6daa7 100644 --- a/plugins/LogFilter/locale/pt/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/pt/LC_MESSAGES/LogFilter.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LogFilter to Portuguese (Português) +# Translation of StatusNet - LogFilter to Portuguese (português) # Exported from translatewiki.net # # Author: Hamilton Abreu @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:19+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 (05c726a); Translate 2012-04-11\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 a5920e387b..d12f89ec53 100644 --- a/plugins/LogFilter/locale/ru/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/ru/LC_MESSAGES/LogFilter.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LogFilter to Russian (Русский) +# Translation of StatusNet - LogFilter to Russian (русский) # Exported from translatewiki.net # # Author: Lockal @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:19+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 (05c726a); Translate 2012-04-11\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 a6010616e8..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:19+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 (05c726a); Translate 2012-04-11\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 0e90304753..9d1abb6c62 100644 --- a/plugins/LogFilter/locale/uk/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/uk/LC_MESSAGES/LogFilter.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LogFilter to Ukrainian (Українська) +# Translation of StatusNet - LogFilter to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:19+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 (05c726a); Translate 2012-04-11\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 4aa7944b43..e26968fcfe 100644 --- a/plugins/LogFilter/locale/zh_CN/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/zh_CN/LC_MESSAGES/LogFilter.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LogFilter to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - LogFilter to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: Hydra @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:19+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 (05c726a); Translate 2012-04-11\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 6f9ddea34a..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-05-03 22:11+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 f9f42eddcd..234372ea88 100644 --- a/plugins/Mapstraction/locale/br/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/br/LC_MESSAGES/Mapstraction.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mapstraction to Breton (Brezhoneg) +# Translation of StatusNet - Mapstraction to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:19+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 (05c726a); Translate 2012-04-11\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 a81a84365d..61a4e2e5bb 100644 --- a/plugins/Mapstraction/locale/ca/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/ca/LC_MESSAGES/Mapstraction.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mapstraction to Catalan (Català) +# Translation of StatusNet - Mapstraction to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:19+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 (05c726a); Translate 2012-04-11\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 376f030a1b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:19+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 (05c726a); Translate 2012-04-11\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 6b7a92632a..b12608377c 100644 --- a/plugins/Mapstraction/locale/es/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/es/LC_MESSAGES/Mapstraction.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mapstraction to Spanish (Español) +# Translation of StatusNet - Mapstraction to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:19+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 (05c726a); Translate 2012-04-11\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 25603376bf..e3d8f92c11 100644 --- a/plugins/Mapstraction/locale/eu/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/eu/LC_MESSAGES/Mapstraction.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mapstraction to Basque (Euskara) +# Translation of StatusNet - Mapstraction to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:19+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 (05c726a); Translate 2012-04-11\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 10498e71e2..d4888d6dea 100644 --- a/plugins/Mapstraction/locale/fi/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/fi/LC_MESSAGES/Mapstraction.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mapstraction to Finnish (Suomi) +# Translation of StatusNet - Mapstraction to Finnish (suomi) # Exported from translatewiki.net # # Author: Nike @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:19+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 (05c726a); Translate 2012-04-11\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 725f901755..ffceb1bfe9 100644 --- a/plugins/Mapstraction/locale/fr/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/fr/LC_MESSAGES/Mapstraction.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mapstraction to French (Français) +# Translation of StatusNet - Mapstraction to French (français) # Exported from translatewiki.net # # Author: Crochet.david @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:19+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 (05c726a); Translate 2012-04-11\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 3f2d9b681c..e75b6314b6 100644 --- a/plugins/Mapstraction/locale/fur/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/fur/LC_MESSAGES/Mapstraction.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mapstraction to Friulian (Furlan) +# Translation of StatusNet - Mapstraction to Friulian (furlan) # Exported from translatewiki.net # # Author: Klenje @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:20+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 (05c726a); Translate 2012-04-11\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 8473a00e98..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:20+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 (05c726a); Translate 2012-04-11\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 cd6b39df07..7c2140580c 100644 --- a/plugins/Mapstraction/locale/hu/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/hu/LC_MESSAGES/Mapstraction.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mapstraction to Hungarian (Magyar) +# Translation of StatusNet - Mapstraction to Hungarian (magyar) # Exported from translatewiki.net # # Author: Dani @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:20+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 (05c726a); Translate 2012-04-11\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 ba3bf3dcc4..aae7c47230 100644 --- a/plugins/Mapstraction/locale/ia/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/ia/LC_MESSAGES/Mapstraction.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mapstraction to Interlingua (Interlingua) +# Translation of StatusNet - Mapstraction to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:20+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 (05c726a); Translate 2012-04-11\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 d335951cb5..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:20+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 (05c726a); Translate 2012-04-11\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 d3ddbb3b42..47c7d5e140 100644 --- a/plugins/Mapstraction/locale/mk/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/mk/LC_MESSAGES/Mapstraction.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mapstraction to Macedonian (Македонски) +# Translation of StatusNet - Mapstraction to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:20+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 (05c726a); Translate 2012-04-11\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 0da3d470bc..062e51abfb 100644 --- a/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mapstraction to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - Mapstraction to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:20+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 (05c726a); Translate 2012-04-11\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 5687f118bd..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:20+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 (05c726a); Translate 2012-04-11\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 4df7c320e3..3ab3e3a6a1 100644 --- a/plugins/Mapstraction/locale/ru/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/ru/LC_MESSAGES/Mapstraction.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mapstraction to Russian (Русский) +# Translation of StatusNet - Mapstraction to Russian (русский) # Exported from translatewiki.net # # Author: Eleferen @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:20+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 (05c726a); Translate 2012-04-11\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 103b3abf4c..4a254b269e 100644 --- a/plugins/Mapstraction/locale/sv/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/sv/LC_MESSAGES/Mapstraction.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mapstraction to Swedish (Svenska) +# Translation of StatusNet - Mapstraction to Swedish (svenska) # Exported from translatewiki.net # # Author: Jamminjohn @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:20+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 (05c726a); Translate 2012-04-11\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 bcd430bdad..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:20+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 (05c726a); Translate 2012-04-11\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 556573b87f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:20+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 (05c726a); Translate 2012-04-11\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 245f7a3bd4..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:20+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 (05c726a); Translate 2012-04-11\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 e0ddfe4995..fa7e53b3ff 100644 --- a/plugins/Mapstraction/locale/uk/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/uk/LC_MESSAGES/Mapstraction.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mapstraction to Ukrainian (Українська) +# Translation of StatusNet - Mapstraction to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:20+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 (05c726a); Translate 2012-04-11\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 189832ea91..dcd1959b5f 100644 --- a/plugins/Mapstraction/locale/zh_CN/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/zh_CN/LC_MESSAGES/Mapstraction.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mapstraction to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - Mapstraction to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: ZhengYiFeng @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:21+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 (05c726a); Translate 2012-04-11\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 d9fe88e026..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-05-03 22:11+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 d1ecde6b71..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:21+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 (05c726a); Translate 2012-04-11\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 42d6f1a4d7..e52dbb290f 100644 --- a/plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcache to Spanish (Español) +# Translation of StatusNet - Memcache to Spanish (español) # Exported from translatewiki.net # # Author: Translationista @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:21+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 (05c726a); Translate 2012-04-11\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 996e7d164b..ea70435d46 100644 --- a/plugins/Memcache/locale/eu/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/eu/LC_MESSAGES/Memcache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcache to Basque (Euskara) +# Translation of StatusNet - Memcache to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:21+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 (05c726a); Translate 2012-04-11\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 8fcef5cc11..0cb8f552c5 100644 --- a/plugins/Memcache/locale/fi/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/fi/LC_MESSAGES/Memcache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcache to Finnish (Suomi) +# Translation of StatusNet - Memcache to Finnish (suomi) # Exported from translatewiki.net # # Author: Nike @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:21+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 (05c726a); Translate 2012-04-11\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 0a82becf2a..0da80a4748 100644 --- a/plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcache to French (Français) +# Translation of StatusNet - Memcache to French (français) # Exported from translatewiki.net # # Author: Verdy p @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:21+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 (05c726a); Translate 2012-04-11\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 8abdd03551..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:21+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 (05c726a); Translate 2012-04-11\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 1ecfc10178..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:21+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 (05c726a); Translate 2012-04-11\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 3f73f3e7aa..a98e19738c 100644 --- a/plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcache to Interlingua (Interlingua) +# Translation of StatusNet - Memcache to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:21+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 (05c726a); Translate 2012-04-11\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 e2492fa88f..da14bbe09d 100644 --- a/plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcache to Macedonian (Македонски) +# Translation of StatusNet - Memcache to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:21+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 (05c726a); Translate 2012-04-11\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 2d9c7995cb..61e6d2c47f 100644 --- a/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcache to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - Memcache to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:21+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 (05c726a); Translate 2012-04-11\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 95145051f6..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:21+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 (05c726a); Translate 2012-04-11\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 dfd3d20e42..57101dae63 100644 --- a/plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcache to Portuguese (Português) +# Translation of StatusNet - Memcache to Portuguese (português) # Exported from translatewiki.net # # Author: GTNS @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:21+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 (05c726a); Translate 2012-04-11\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 3ad0ecefc9..69350c3b63 100644 --- a/plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcache to Brazilian Portuguese (Português do Brasil) +# Translation of StatusNet - Memcache to Brazilian Portuguese (português do Brasil) # Exported from translatewiki.net # # Author: Giro720 @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:21+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 (05c726a); Translate 2012-04-11\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 88a7872113..8df61f4462 100644 --- a/plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcache to Russian (Русский) +# Translation of StatusNet - Memcache to Russian (русский) # Exported from translatewiki.net # # Author: Lockal @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:21+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 (05c726a); Translate 2012-04-11\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 e15dcb2bf6..2ba2d71afc 100644 --- a/plugins/Memcache/locale/sv/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/sv/LC_MESSAGES/Memcache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcache to Swedish (Svenska) +# Translation of StatusNet - Memcache to Swedish (svenska) # Exported from translatewiki.net # # Author: WikiPhoenix @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:21+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 (05c726a); Translate 2012-04-11\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 3f583e7c58..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:22+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 (05c726a); Translate 2012-04-11\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 cd77da74b1..73cb21e1cd 100644 --- a/plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcache to Ukrainian (Українська) +# Translation of StatusNet - Memcache to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:22+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 (05c726a); Translate 2012-04-11\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 605213008a..97b5da9bdb 100644 --- a/plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcache to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - Memcache to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: ZhengYiFeng @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:22+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 (05c726a); Translate 2012-04-11\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 c6d89aba06..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-05-03 22:11+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 c5c667baa1..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:22+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 (05c726a); Translate 2012-04-11\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 ff49b9312a..5c82fe7306 100644 --- a/plugins/Memcached/locale/es/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/es/LC_MESSAGES/Memcached.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcached to Spanish (Español) +# Translation of StatusNet - Memcached to Spanish (español) # Exported from translatewiki.net # # Author: Translationista @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:22+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 (05c726a); Translate 2012-04-11\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 73fc7986f4..ff2915819a 100644 --- a/plugins/Memcached/locale/eu/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/eu/LC_MESSAGES/Memcached.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcached to Basque (Euskara) +# Translation of StatusNet - Memcached to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:22+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 (05c726a); Translate 2012-04-11\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 f66cb136c5..69991de8d2 100644 --- a/plugins/Memcached/locale/fi/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/fi/LC_MESSAGES/Memcached.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcached to Finnish (Suomi) +# Translation of StatusNet - Memcached to Finnish (suomi) # Exported from translatewiki.net # # Author: Nike @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:22+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 (05c726a); Translate 2012-04-11\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 342b165c3b..1c759a7c98 100644 --- a/plugins/Memcached/locale/fr/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/fr/LC_MESSAGES/Memcached.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcached to French (Français) +# Translation of StatusNet - Memcached to French (français) # Exported from translatewiki.net # # Author: Verdy p @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:22+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 (05c726a); Translate 2012-04-11\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 877cdfc609..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:22+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 (05c726a); Translate 2012-04-11\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 4cdb0f3606..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:22+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 (05c726a); Translate 2012-04-11\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 e2d5c52f43..75bc6cc26b 100644 --- a/plugins/Memcached/locale/ia/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/ia/LC_MESSAGES/Memcached.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcached to Interlingua (Interlingua) +# Translation of StatusNet - Memcached to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:22+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 (05c726a); Translate 2012-04-11\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 7340b53b65..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:22+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 (05c726a); Translate 2012-04-11\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 ffe85ccc56..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:22+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 (05c726a); Translate 2012-04-11\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 0f6a43b812..fdc899edd0 100644 --- a/plugins/Memcached/locale/mk/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/mk/LC_MESSAGES/Memcached.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcached to Macedonian (Македонски) +# Translation of StatusNet - Memcached to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:22+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 (05c726a); Translate 2012-04-11\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 f1b5af6d54..1d692bd0df 100644 --- a/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcached to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - Memcached to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:22+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 (05c726a); Translate 2012-04-11\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 ae4622542f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:22+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 (05c726a); Translate 2012-04-11\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 ba51ae65f3..8a5f436318 100644 --- a/plugins/Memcached/locale/pt/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/pt/LC_MESSAGES/Memcached.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcached to Portuguese (Português) +# Translation of StatusNet - Memcached to Portuguese (português) # Exported from translatewiki.net # # Author: GTNS @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:23+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 (05c726a); Translate 2012-04-11\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 309cfcf87f..3336133c2d 100644 --- a/plugins/Memcached/locale/ru/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/ru/LC_MESSAGES/Memcached.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcached to Russian (Русский) +# Translation of StatusNet - Memcached to Russian (русский) # Exported from translatewiki.net # # Author: Lockal @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:23+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 (05c726a); Translate 2012-04-11\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 08103ca7fa..536f36bb4c 100644 --- a/plugins/Memcached/locale/sv/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/sv/LC_MESSAGES/Memcached.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcached to Swedish (Svenska) +# Translation of StatusNet - Memcached to Swedish (svenska) # Exported from translatewiki.net # # Author: WikiPhoenix @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:23+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 (05c726a); Translate 2012-04-11\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 937abb2aee..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:23+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 (05c726a); Translate 2012-04-11\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 89204118f2..de4f397dbb 100644 --- a/plugins/Memcached/locale/uk/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/uk/LC_MESSAGES/Memcached.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcached to Ukrainian (Українська) +# Translation of StatusNet - Memcached to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:23+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 (05c726a); Translate 2012-04-11\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 5a3ea0236a..9cbf238811 100644 --- a/plugins/Memcached/locale/zh_CN/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/zh_CN/LC_MESSAGES/Memcached.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcached to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - Memcached to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: ZhengYiFeng @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:23+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 (05c726a); Translate 2012-04-11\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 2d3df50094..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-05-03 22:11+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 b58922d126..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:23+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 (05c726a); Translate 2012-04-11\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 0fcf33b0e7..e7f79825be 100644 --- a/plugins/Meteor/locale/es/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/es/LC_MESSAGES/Meteor.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Meteor to Spanish (Español) +# Translation of StatusNet - Meteor to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:23+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 (05c726a); Translate 2012-04-11\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 81219d76d8..d84a303c53 100644 --- a/plugins/Meteor/locale/eu/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/eu/LC_MESSAGES/Meteor.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Meteor to Basque (Euskara) +# Translation of StatusNet - Meteor to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:23+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 (05c726a); Translate 2012-04-11\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 4f27e7c256..e9ed8c38fd 100644 --- a/plugins/Meteor/locale/fr/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/fr/LC_MESSAGES/Meteor.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Meteor to French (Français) +# Translation of StatusNet - Meteor to French (français) # Exported from translatewiki.net # # Author: Crochet.david @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:23+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 (05c726a); Translate 2012-04-11\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 a5b058e6fa..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:23+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 (05c726a); Translate 2012-04-11\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 62fbee472a..f0e88b7356 100644 --- a/plugins/Meteor/locale/ia/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/ia/LC_MESSAGES/Meteor.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Meteor to Interlingua (Interlingua) +# Translation of StatusNet - Meteor to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:23+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 (05c726a); Translate 2012-04-11\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 2dbc8e3e73..09b826c5a2 100644 --- a/plugins/Meteor/locale/mk/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/mk/LC_MESSAGES/Meteor.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Meteor to Macedonian (Македонски) +# Translation of StatusNet - Meteor to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:23+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 (05c726a); Translate 2012-04-11\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 f5abde5bb0..a0baaba263 100644 --- a/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Meteor to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - Meteor to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:24+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 (05c726a); Translate 2012-04-11\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 bc95628a44..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:24+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 (05c726a); Translate 2012-04-11\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 e42b683864..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:24+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 (05c726a); Translate 2012-04-11\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 4c702d419e..20762e1eb7 100644 --- a/plugins/Meteor/locale/uk/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/uk/LC_MESSAGES/Meteor.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Meteor to Ukrainian (Українська) +# Translation of StatusNet - Meteor to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:24+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 (05c726a); Translate 2012-04-11\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 f36678e7d8..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-05-03 22:11+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 ac1b9d77f8..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:24+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 (05c726a); Translate 2012-04-11\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 f2b19c19a9..83b8c21ca7 100644 --- a/plugins/Minify/locale/es/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/es/LC_MESSAGES/Minify.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Minify to Spanish (Español) +# Translation of StatusNet - Minify to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:24+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 (05c726a); Translate 2012-04-11\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 045c31ae31..1cd6d547db 100644 --- a/plugins/Minify/locale/eu/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/eu/LC_MESSAGES/Minify.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Minify to Basque (Euskara) +# Translation of StatusNet - Minify to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:24+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 (05c726a); Translate 2012-04-11\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 7fc35a7320..e936d0b063 100644 --- a/plugins/Minify/locale/fr/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/fr/LC_MESSAGES/Minify.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Minify to French (Français) +# Translation of StatusNet - Minify to French (français) # Exported from translatewiki.net # # Author: Verdy p @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:24+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 (05c726a); Translate 2012-04-11\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 5d94e5092b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:24+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 (05c726a); Translate 2012-04-11\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 ab4a52dde7..4224db6752 100644 --- a/plugins/Minify/locale/ia/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/ia/LC_MESSAGES/Minify.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Minify to Interlingua (Interlingua) +# Translation of StatusNet - Minify to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:24+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 (05c726a); Translate 2012-04-11\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 aff5b9a337..12f3dfcc42 100644 --- a/plugins/Minify/locale/mk/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/mk/LC_MESSAGES/Minify.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Minify to Macedonian (Македонски) +# Translation of StatusNet - Minify to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:24+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 (05c726a); Translate 2012-04-11\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 12c59cb0ed..aa24ff2d7e 100644 --- a/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Minify to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - Minify to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:24+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 (05c726a); Translate 2012-04-11\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 9bb103b27d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:24+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 (05c726a); Translate 2012-04-11\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 6b408461f9..3f35dd2b40 100644 --- a/plugins/Minify/locale/ru/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/ru/LC_MESSAGES/Minify.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Minify to Russian (Русский) +# Translation of StatusNet - Minify to Russian (русский) # Exported from translatewiki.net # # Author: Eleferen @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:24+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 (05c726a); Translate 2012-04-11\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 02762b18eb..eb48a6dd11 100644 --- a/plugins/Minify/locale/sv/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/sv/LC_MESSAGES/Minify.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Minify to Swedish (Svenska) +# Translation of StatusNet - Minify to Swedish (svenska) # Exported from translatewiki.net # # Author: Lokal Profil @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:24+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 (05c726a); Translate 2012-04-11\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 666fcdad7a..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:25+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 (05c726a); Translate 2012-04-11\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 b957bb6c82..e4f2477b27 100644 --- a/plugins/Minify/locale/uk/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/uk/LC_MESSAGES/Minify.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Minify to Ukrainian (Українська) +# Translation of StatusNet - Minify to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:25+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 (05c726a); Translate 2012-04-11\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 c7bfb232a5..f970d074e1 100644 --- a/plugins/Minify/locale/zh_CN/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/zh_CN/LC_MESSAGES/Minify.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Minify to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - Minify to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: ZhengYiFeng @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:25+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 (05c726a); Translate 2012-04-11\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 d912277504..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-05-03 22:11+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 400bc50739..105017ab3d 100644 --- a/plugins/MobileProfile/locale/ca/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/ca/LC_MESSAGES/MobileProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - MobileProfile to Catalan (Català) +# Translation of StatusNet - MobileProfile to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:25+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 (05c726a); Translate 2012-04-11\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 3871ba83c8..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:25+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 (05c726a); Translate 2012-04-11\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 a77beab9d7..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:25+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 (05c726a); Translate 2012-04-11\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 dec8a6283d..9be1466f47 100644 --- a/plugins/MobileProfile/locale/es/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/es/LC_MESSAGES/MobileProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - MobileProfile to Spanish (Español) +# Translation of StatusNet - MobileProfile to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:25+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 (05c726a); Translate 2012-04-11\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 684c050962..bd465a1198 100644 --- a/plugins/MobileProfile/locale/eu/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/eu/LC_MESSAGES/MobileProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - MobileProfile to Basque (Euskara) +# Translation of StatusNet - MobileProfile to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:25+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 (05c726a); Translate 2012-04-11\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 c6074dfa37..f5243ee80d 100644 --- a/plugins/MobileProfile/locale/fr/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/fr/LC_MESSAGES/MobileProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - MobileProfile to French (Français) +# Translation of StatusNet - MobileProfile to French (français) # Exported from translatewiki.net # # Author: Crochet.david @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:25+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 (05c726a); Translate 2012-04-11\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 3bc43dacab..b52c1dbd35 100644 --- a/plugins/MobileProfile/locale/fur/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/fur/LC_MESSAGES/MobileProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - MobileProfile to Friulian (Furlan) +# Translation of StatusNet - MobileProfile to Friulian (furlan) # Exported from translatewiki.net # # Author: Klenje @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:25+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 (05c726a); Translate 2012-04-11\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 c9b96efa55..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:25+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 (05c726a); Translate 2012-04-11\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 b50037bd65..1744c0e44d 100644 --- a/plugins/MobileProfile/locale/ia/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/ia/LC_MESSAGES/MobileProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - MobileProfile to Interlingua (Interlingua) +# Translation of StatusNet - MobileProfile to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:25+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 (05c726a); Translate 2012-04-11\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 3a66f4b2ec..c8867e8fbd 100644 --- a/plugins/MobileProfile/locale/mk/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/mk/LC_MESSAGES/MobileProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - MobileProfile to Macedonian (Македонски) +# Translation of StatusNet - MobileProfile to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:25+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 (05c726a); Translate 2012-04-11\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 cdb6f2d047..614ca88301 100644 --- a/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - MobileProfile to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - MobileProfile to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:25+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 (05c726a); Translate 2012-04-11\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 39cdd99de6..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:25+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 (05c726a); Translate 2012-04-11\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 6df2046a4a..208293bccc 100644 --- a/plugins/MobileProfile/locale/ru/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/ru/LC_MESSAGES/MobileProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - MobileProfile to Russian (Русский) +# Translation of StatusNet - MobileProfile to Russian (русский) # Exported from translatewiki.net # # Author: Eleferen @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:25+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 (05c726a); Translate 2012-04-11\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 94dc5ee5f7..2089c170a3 100644 --- a/plugins/MobileProfile/locale/sv/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/sv/LC_MESSAGES/MobileProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - MobileProfile to Swedish (Svenska) +# Translation of StatusNet - MobileProfile to Swedish (svenska) # Exported from translatewiki.net # # Author: Jamminjohn @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:26+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 (05c726a); Translate 2012-04-11\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 8c465c267c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:26+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 (05c726a); Translate 2012-04-11\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 62b48249cd..d2e1003fbd 100644 --- a/plugins/MobileProfile/locale/uk/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/uk/LC_MESSAGES/MobileProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - MobileProfile to Ukrainian (Українська) +# Translation of StatusNet - MobileProfile to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:26+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 (05c726a); Translate 2012-04-11\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 c5a2d26165..789077b0d2 100644 --- a/plugins/MobileProfile/locale/zh_CN/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/zh_CN/LC_MESSAGES/MobileProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - MobileProfile to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - MobileProfile to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: Hydra @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:26+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 (05c726a); Translate 2012-04-11\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 92583af0b1..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-05-03 22:11+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 8818504c3e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:26+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 (05c726a); Translate 2012-04-11\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 da3cd7d937..2384949d5f 100644 --- a/plugins/ModHelper/locale/es/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/es/LC_MESSAGES/ModHelper.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ModHelper to Spanish (Español) +# Translation of StatusNet - ModHelper to Spanish (español) # Exported from translatewiki.net # # Author: Locos epraix @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:26+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 (05c726a); Translate 2012-04-11\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 84b1f0dd2b..58a6ff5b15 100644 --- a/plugins/ModHelper/locale/eu/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/eu/LC_MESSAGES/ModHelper.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ModHelper to Basque (Euskara) +# Translation of StatusNet - ModHelper to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:26+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 (05c726a); Translate 2012-04-11\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 91016fee30..9badefe772 100644 --- a/plugins/ModHelper/locale/fr/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/fr/LC_MESSAGES/ModHelper.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ModHelper to French (Français) +# Translation of StatusNet - ModHelper to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:26+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 (05c726a); Translate 2012-04-11\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 4025030903..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:26+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 (05c726a); Translate 2012-04-11\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 fbf067664f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:26+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 (05c726a); Translate 2012-04-11\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 32fe835ef2..9eb98ccfe3 100644 --- a/plugins/ModHelper/locale/ia/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/ia/LC_MESSAGES/ModHelper.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ModHelper to Interlingua (Interlingua) +# Translation of StatusNet - ModHelper to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:26+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 (05c726a); Translate 2012-04-11\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 5d9aa92af0..aad89f75f7 100644 --- a/plugins/ModHelper/locale/mk/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/mk/LC_MESSAGES/ModHelper.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ModHelper to Macedonian (Македонски) +# Translation of StatusNet - ModHelper to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:26+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 (05c726a); Translate 2012-04-11\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 8e9482512b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:26+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 (05c726a); Translate 2012-04-11\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 2758cfd7a1..17b80ddf81 100644 --- a/plugins/ModHelper/locale/pt/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/pt/LC_MESSAGES/ModHelper.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ModHelper to Portuguese (Português) +# Translation of StatusNet - ModHelper to Portuguese (português) # Exported from translatewiki.net # # Author: SandroHc @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:26+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 (05c726a); Translate 2012-04-11\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 c5d0f222d1..d323574b86 100644 --- a/plugins/ModHelper/locale/ru/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/ru/LC_MESSAGES/ModHelper.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ModHelper to Russian (Русский) +# Translation of StatusNet - ModHelper to Russian (русский) # Exported from translatewiki.net # # Author: Lockal @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:27+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 (05c726a); Translate 2012-04-11\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 0f495d6a03..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:27+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 (05c726a); Translate 2012-04-11\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 cdea532f47..adecc2ad12 100644 --- a/plugins/ModHelper/locale/uk/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/uk/LC_MESSAGES/ModHelper.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ModHelper to Ukrainian (Українська) +# Translation of StatusNet - ModHelper to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:27+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 (05c726a); Translate 2012-04-11\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 a622dda21e..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-05-03 22:11+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 58776f4e87..3eb947d383 100644 --- a/plugins/ModPlus/locale/ca/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/ca/LC_MESSAGES/ModPlus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ModPlus to Catalan (Català) +# Translation of StatusNet - ModPlus to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:27+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 (05c726a); Translate 2012-04-11\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 970878786c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:27+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 (05c726a); Translate 2012-04-11\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 b530ec640b..678d613b0f 100644 --- a/plugins/ModPlus/locale/es/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/es/LC_MESSAGES/ModPlus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ModPlus to Spanish (Español) +# Translation of StatusNet - ModPlus to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:27+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 (05c726a); Translate 2012-04-11\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 0f01df586f..a63c36f36a 100644 --- a/plugins/ModPlus/locale/eu/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/eu/LC_MESSAGES/ModPlus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ModPlus to Basque (Euskara) +# Translation of StatusNet - ModPlus to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:27+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 (05c726a); Translate 2012-04-11\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 371d05ae50..c4b163b51d 100644 --- a/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ModPlus to French (Français) +# Translation of StatusNet - ModPlus to French (français) # Exported from translatewiki.net # # Author: Crochet.david @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:27+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 (05c726a); Translate 2012-04-11\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 f211a9c3ce..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:27+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 (05c726a); Translate 2012-04-11\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 493504f36e..0fbd10c3cf 100644 --- a/plugins/ModPlus/locale/ia/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/ia/LC_MESSAGES/ModPlus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ModPlus to Interlingua (Interlingua) +# Translation of StatusNet - ModPlus to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:27+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 (05c726a); Translate 2012-04-11\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 6cda868751..fbd8f94c8a 100644 --- a/plugins/ModPlus/locale/mk/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/mk/LC_MESSAGES/ModPlus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ModPlus to Macedonian (Македонски) +# Translation of StatusNet - ModPlus to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:27+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 (05c726a); Translate 2012-04-11\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 9c21a551ec..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:28+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 (05c726a); Translate 2012-04-11\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 bdedef22a9..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:28+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 (05c726a); Translate 2012-04-11\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 6c49fd433d..abc97a82dc 100644 --- a/plugins/ModPlus/locale/uk/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/uk/LC_MESSAGES/ModPlus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ModPlus to Ukrainian (Українська) +# Translation of StatusNet - ModPlus to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:28+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 (05c726a); Translate 2012-04-11\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 023c6935cb..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-05-03 22:11+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 6482dbd7f4..46cd32e0a5 100644 --- a/plugins/Mollom/locale/ca/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/ca/LC_MESSAGES/Mollom.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mollom to Catalan (Català) +# Translation of StatusNet - Mollom to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:28+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 (05c726a); Translate 2012-04-11\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 ebbc4609ea..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:28+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 (05c726a); Translate 2012-04-11\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 fe560be48c..d6cd80f1f8 100644 --- a/plugins/Mollom/locale/es/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/es/LC_MESSAGES/Mollom.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mollom to Spanish (Español) +# Translation of StatusNet - Mollom to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:29+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 (05c726a); Translate 2012-04-11\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 b9fbe37f0c..7ef77efa4c 100644 --- a/plugins/Mollom/locale/eu/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/eu/LC_MESSAGES/Mollom.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mollom to Basque (Euskara) +# Translation of StatusNet - Mollom to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:29+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 (05c726a); Translate 2012-04-11\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 ce65f3dc26..f400d3b314 100644 --- a/plugins/Mollom/locale/fr/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/fr/LC_MESSAGES/Mollom.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mollom to French (Français) +# Translation of StatusNet - Mollom to French (français) # Exported from translatewiki.net # # Author: Iketsi @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:29+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 (05c726a); Translate 2012-04-11\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 b487653b28..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:29+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 (05c726a); Translate 2012-04-11\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 f99e43f317..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:29+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 (05c726a); Translate 2012-04-11\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 1eb85535e9..3b2f0a2f47 100644 --- a/plugins/Mollom/locale/ia/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/ia/LC_MESSAGES/Mollom.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mollom to Interlingua (Interlingua) +# Translation of StatusNet - Mollom to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:29+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 (05c726a); Translate 2012-04-11\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 c36d38d8f9..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:29+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 (05c726a); Translate 2012-04-11\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 7f4a46e7e5..a5fabef4c9 100644 --- a/plugins/Mollom/locale/mk/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/mk/LC_MESSAGES/Mollom.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mollom to Macedonian (Македонски) +# Translation of StatusNet - Mollom to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:29+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 (05c726a); Translate 2012-04-11\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 88bc02fd77..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:29+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 (05c726a); Translate 2012-04-11\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 28845d0b4a..77c98aeab0 100644 --- a/plugins/Mollom/locale/sv/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/sv/LC_MESSAGES/Mollom.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mollom to Swedish (Svenska) +# Translation of StatusNet - Mollom to Swedish (svenska) # Exported from translatewiki.net # # Author: WikiPhoenix @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:29+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 (05c726a); Translate 2012-04-11\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 a81a3d518b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:29+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 (05c726a); Translate 2012-04-11\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 6ccbfef240..9b3d596c59 100644 --- a/plugins/Mollom/locale/uk/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/uk/LC_MESSAGES/Mollom.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mollom to Ukrainian (Українська) +# Translation of StatusNet - Mollom to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:29+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 (05c726a); Translate 2012-04-11\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 3c17cec99f..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-05-03 22:11+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 f6555d6f3b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:29+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 (05c726a); Translate 2012-04-11\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 c23c661627..65c84278db 100644 --- a/plugins/Msn/locale/ca/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/ca/LC_MESSAGES/Msn.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Msn to Catalan (Català) +# Translation of StatusNet - Msn to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:30+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 (05c726a); Translate 2012-04-11\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 f8d02789ca..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:30+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 (05c726a); Translate 2012-04-11\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 d20e76b1b6..b71dcfb57a 100644 --- a/plugins/Msn/locale/es/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/es/LC_MESSAGES/Msn.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Msn to Spanish (Español) +# Translation of StatusNet - Msn to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:30+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 (05c726a); Translate 2012-04-11\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 b996db78f1..602f67f752 100644 --- a/plugins/Msn/locale/eu/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/eu/LC_MESSAGES/Msn.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Msn to Basque (Euskara) +# Translation of StatusNet - Msn to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:30+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 (05c726a); Translate 2012-04-11\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 6ea162eab0..9c39c8a137 100644 --- a/plugins/Msn/locale/fr/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/fr/LC_MESSAGES/Msn.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Msn to French (Français) +# Translation of StatusNet - Msn to French (français) # Exported from translatewiki.net # # Author: Gomoko @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:30+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 (05c726a); Translate 2012-04-11\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 2b91684668..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:30+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 (05c726a); Translate 2012-04-11\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 416e44f1ed..8a32e3dc3f 100644 --- a/plugins/Msn/locale/ia/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/ia/LC_MESSAGES/Msn.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Msn to Interlingua (Interlingua) +# Translation of StatusNet - Msn to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:30+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 (05c726a); Translate 2012-04-11\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 9197e3b8bc..d1faf2383c 100644 --- a/plugins/Msn/locale/mk/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/mk/LC_MESSAGES/Msn.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Msn to Macedonian (Македонски) +# Translation of StatusNet - Msn to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:30+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 (05c726a); Translate 2012-04-11\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 6092ff6c78..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:30+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 (05c726a); Translate 2012-04-11\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 59e1bc80f6..3151a5ad88 100644 --- a/plugins/Msn/locale/sv/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/sv/LC_MESSAGES/Msn.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Msn to Swedish (Svenska) +# Translation of StatusNet - Msn to Swedish (svenska) # Exported from translatewiki.net # # Author: Lokal Profil @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:30+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 (05c726a); Translate 2012-04-11\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 6c9c242393..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:30+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 (05c726a); Translate 2012-04-11\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 54d9ee10e7..0126127bdc 100644 --- a/plugins/Msn/locale/uk/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/uk/LC_MESSAGES/Msn.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Msn to Ukrainian (Українська) +# Translation of StatusNet - Msn to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:30+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 (05c726a); Translate 2012-04-11\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 b2274c50aa..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-05-03 22:11+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 085a58ffda..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:30+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 (05c726a); Translate 2012-04-11\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 2633c2e3f0..b1c6c4743f 100644 --- a/plugins/NoticeTitle/locale/br/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/br/LC_MESSAGES/NoticeTitle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - NoticeTitle to Breton (Brezhoneg) +# Translation of StatusNet - NoticeTitle to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Fulup @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:31+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 (05c726a); Translate 2012-04-11\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 deb3563b5c..c487eec545 100644 --- a/plugins/NoticeTitle/locale/ca/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/ca/LC_MESSAGES/NoticeTitle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - NoticeTitle to Catalan (Català) +# Translation of StatusNet - NoticeTitle to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:31+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 (05c726a); Translate 2012-04-11\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 1eedd7069d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:31+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 (05c726a); Translate 2012-04-11\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 b950d79901..7631ec524a 100644 --- a/plugins/NoticeTitle/locale/es/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/es/LC_MESSAGES/NoticeTitle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - NoticeTitle to Spanish (Español) +# Translation of StatusNet - NoticeTitle to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:31+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 (05c726a); Translate 2012-04-11\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 7e29b90b6a..e63c38b0e7 100644 --- a/plugins/NoticeTitle/locale/eu/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/eu/LC_MESSAGES/NoticeTitle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - NoticeTitle to Basque (Euskara) +# Translation of StatusNet - NoticeTitle to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:31+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 (05c726a); Translate 2012-04-11\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 d133baeb5a..678a047b86 100644 --- a/plugins/NoticeTitle/locale/fr/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/fr/LC_MESSAGES/NoticeTitle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - NoticeTitle to French (Français) +# Translation of StatusNet - NoticeTitle to French (français) # Exported from translatewiki.net # # Author: Crochet.david @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:31+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 (05c726a); Translate 2012-04-11\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 1dc274a7b1..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:31+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 (05c726a); Translate 2012-04-11\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 48dc927788..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:31+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 (05c726a); Translate 2012-04-11\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 a621886084..412681776b 100644 --- a/plugins/NoticeTitle/locale/ia/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/ia/LC_MESSAGES/NoticeTitle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - NoticeTitle to Interlingua (Interlingua) +# Translation of StatusNet - NoticeTitle to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:31+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 (05c726a); Translate 2012-04-11\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 0518343cac..21c1f39db2 100644 --- a/plugins/NoticeTitle/locale/mk/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/mk/LC_MESSAGES/NoticeTitle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - NoticeTitle to Macedonian (Македонски) +# Translation of StatusNet - NoticeTitle to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:31+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 (05c726a); Translate 2012-04-11\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 08f79b43b1..1e6ebdaeb4 100644 --- a/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - NoticeTitle to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - NoticeTitle to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:31+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 (05c726a); Translate 2012-04-11\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 d289bbb575..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:31+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 (05c726a); Translate 2012-04-11\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 64e730ac94..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:31+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 (05c726a); Translate 2012-04-11\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 8d49f4837f..4cb54a8cb0 100644 --- a/plugins/NoticeTitle/locale/ru/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/ru/LC_MESSAGES/NoticeTitle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - NoticeTitle to Russian (Русский) +# Translation of StatusNet - NoticeTitle to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:31+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 (05c726a); Translate 2012-04-11\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 5ea9f85cc0..a70505a0f9 100644 --- a/plugins/NoticeTitle/locale/sv/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/sv/LC_MESSAGES/NoticeTitle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - NoticeTitle to Swedish (Svenska) +# Translation of StatusNet - NoticeTitle to Swedish (svenska) # Exported from translatewiki.net # # Author: Jamminjohn @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:31+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 (05c726a); Translate 2012-04-11\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 2629250072..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:32+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 (05c726a); Translate 2012-04-11\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 c11952c0f0..d15d486509 100644 --- a/plugins/NoticeTitle/locale/uk/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/uk/LC_MESSAGES/NoticeTitle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - NoticeTitle to Ukrainian (Українська) +# Translation of StatusNet - NoticeTitle to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:32+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 (05c726a); Translate 2012-04-11\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 a3ea8361e8..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-05-03 22:11+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 926d6a2b43..26cbec56ed 100644 --- a/plugins/OMB/locale/br/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/br/LC_MESSAGES/OMB.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OMB to Breton (Brezhoneg) +# Translation of StatusNet - OMB to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:32+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 (05c726a); Translate 2012-04-11\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 1d72ea5ef5..81f4a9b858 100644 --- a/plugins/OMB/locale/ca/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/ca/LC_MESSAGES/OMB.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OMB to Catalan (Català) +# Translation of StatusNet - OMB to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:32+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 (05c726a); Translate 2012-04-11\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 f1b603fee2..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:32+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 (05c726a); Translate 2012-04-11\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 13c1b47f2b..5d8e828139 100644 --- a/plugins/OMB/locale/es/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/es/LC_MESSAGES/OMB.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OMB to Spanish (Español) +# Translation of StatusNet - OMB to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:32+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 (05c726a); Translate 2012-04-11\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 33de8bee80..64b40617b5 100644 --- a/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OMB to Basque (Euskara) +# Translation of StatusNet - OMB to Basque (euskara) # Exported from translatewiki.net # # Author: An13sa @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:32+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 (05c726a); Translate 2012-04-11\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 67fcd07a22..b7f9e272bb 100644 --- a/plugins/OMB/locale/fr/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/fr/LC_MESSAGES/OMB.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OMB to French (Français) +# Translation of StatusNet - OMB to French (français) # Exported from translatewiki.net # # Author: Gomoko @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:32+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 (05c726a); Translate 2012-04-11\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 e9c4b08d6c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:32+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 (05c726a); Translate 2012-04-11\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 4c49584565..f4bead31e6 100644 --- a/plugins/OMB/locale/ia/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/ia/LC_MESSAGES/OMB.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OMB to Interlingua (Interlingua) +# Translation of StatusNet - OMB to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:32+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 (05c726a); Translate 2012-04-11\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 6b7039c7b8..2c28bc9f5a 100644 --- a/plugins/OMB/locale/mk/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/mk/LC_MESSAGES/OMB.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OMB to Macedonian (Македонски) +# Translation of StatusNet - OMB to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:32+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 (05c726a); Translate 2012-04-11\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 d8e5a4c9b9..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:32+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 (05c726a); Translate 2012-04-11\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 895edda352..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:32+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..99f881c73f --- /dev/null +++ b/plugins/OMB/locale/tl/LC_MESSAGES/OMB.po @@ -0,0 +1,63 @@ +# Translation of StatusNet - OMB 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 - 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: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 (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 "Tumanggap ng sipi" + +#. TRANS: Button text on Authorise Subscription page. +msgctxt "BUTTON" +msgid "Accept" +msgstr "Tanggapin" + +#. TRANS: Button text on Authorise Subscription page. +msgctxt "BUTTON" +msgid "Reject" +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 "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 61b4e5d975..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-05-03 22:11+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 c0f4dcad35..536481e4f7 100644 --- a/plugins/OStatus/locale/ca/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/ca/LC_MESSAGES/OStatus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OStatus to Catalan (Català) +# Translation of StatusNet - OStatus to Catalan (català) # Exported from translatewiki.net # # Author: Gemmaa @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:38+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 (05c726a); Translate 2012-04-11\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 83a43a4059..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:38+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 (05c726a); Translate 2012-04-11\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 5fcc5c3d54..6629e1450e 100644 --- a/plugins/OStatus/locale/es/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/es/LC_MESSAGES/OStatus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OStatus to Spanish (Español) +# Translation of StatusNet - OStatus to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:38+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..33690e4a1e --- /dev/null +++ b/plugins/OStatus/locale/eu/LC_MESSAGES/OStatus.po @@ -0,0 +1,915 @@ +# Translation of StatusNet - OStatus to Basque (euskara) +# Exported from translatewiki.net +# +# Author: Artsuaga +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - OStatus\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: String in the gettext speed test script. Unimportant. +msgid "Feeds" +msgstr "Jarioak" + +#. TRANS: Link to subscribe to a remote entity. +#. TRANS: Link text for a user to subscribe to an OStatus user. +msgid "Subscribe" +msgstr "Harpidetu" + +#. TRANS: Fieldset legend. +msgid "List remote profile" +msgstr "Zerrendatu urruneko profila" + +#. TRANS: Field label. +msgctxt "LABEL" +msgid "Remote profile" +msgstr "Urruneko profila" + +#. TRANS: Field title. +#. TRANS: Tooltip for field label "Subscribe to". +msgid "" +"OStatus user's address, like nickname@example.com or http://example.net/" +"nickname." +msgstr "" +"OStatus erabiltzailearen helbidea, nicka@eredua.com edo http://eredua.com/" +"nicka bezelako zerbait." + +#. TRANS: Button text to fetch remote profile. +msgctxt "BUTTON" +msgid "Fetch" +msgstr "Lortu" + +#. TRANS: Exception in OStatus when invalid URI was entered. +msgid "Invalid URI." +msgstr "URI baliogabea." + +#. TRANS: Error message in OStatus plugin. Do not translate the domain names example.com +#. TRANS: and example.net, as these are official standard domain names for use in examples. +msgid "" +"Sorry, we could not reach that address. Please make sure that the OStatus " +"address is like nickname@example.com or http://example.net/nickname." +msgstr "" +"Barka, ezin izan dugu helbide hori lortu. Mesedez egon ziur helbidea " +"nicka@eredua.com edo http://eredua.com/nicka bezelako dela." + +#. TRANS: Title. %s is a domain name. +#, php-format +msgid "Sent from %s via OStatus" +msgstr "%s(e)tik OStatus bidez bidalia" + +#. TRANS: Exception thrown when setup of remote subscription fails. +msgid "Could not set up remote subscription." +msgstr "" + +#. TRANS: Title for unfollowing a remote profile. +msgctxt "TITLE" +msgid "Unfollow" +msgstr "Utzi zerrenda" + +#. TRANS: Success message for unsubscribe from user attempt through OStatus. +#. TRANS: %1$s is the unsubscriber's name, %2$s is the unsubscribed user's name. +#, php-format +msgid "%1$s stopped following %2$s." +msgstr "%1$s(e)k %2$s jarraitzeari utzi dio." + +#. TRANS: Exception thrown when setup of remote group membership fails. +msgid "Could not set up remote group membership." +msgstr "" + +#. TRANS: Title for joining a remote groep. +msgctxt "TITLE" +msgid "Join" +msgstr "Elkartu" + +#. TRANS: Success message for subscribe to group attempt through OStatus. +#. TRANS: %1$s is the member name, %2$s is the subscribed group's name. +#, php-format +msgid "%1$s has joined group %2$s." +msgstr "%1$s %2$s taldera batu da." + +#. TRANS: Exception thrown when joining a remote group fails. +msgid "Failed joining remote group." +msgstr "Akatsa urruneko taldearekin elkartzean." + +#. TRANS: Title for leaving a remote group. +msgctxt "TITLE" +msgid "Leave" +msgstr "Utzi" + +#. TRANS: Success message for unsubscribe from group attempt through OStatus. +#. TRANS: %1$s is the member name, %2$s is the unsubscribed group's name. +#, php-format +msgid "%1$s has left group %2$s." +msgstr "%1$s(e)k %2$s taldea utzi du." + +#. TRANS: Exception thrown when setup of remote list subscription fails. +msgid "Could not set up remote list subscription." +msgstr "" + +#. TRANS: Title for following a remote list. +msgctxt "TITLE" +msgid "Follow list" +msgstr "Jarraitu zerrenda" + +#. TRANS: Success message for remote list follow through OStatus. +#. TRANS: %1$s is the subscriber name, %2$s is the list, %3$s is the lister's name. +#, php-format +msgid "%1$s is now following people listed in %2$s by %3$s." +msgstr "" + +#. TRANS: Exception thrown when subscription to remote list fails. +msgid "Failed subscribing to remote list." +msgstr "" + +#. TRANS: Title for unfollowing a remote list. +msgid "Unfollow list" +msgstr "Utzi zerrenda" + +#. TRANS: Success message for remote list unfollow through OStatus. +#. TRANS: %1$s is the subscriber name, %2$s is the list, %3$s is the lister's name. +#, php-format +msgid "%1$s stopped following the list %2$s by %3$s." +msgstr "%1$s(e)k %3$s(e)ko %2$s zerrenda jarraitzeari utzi dio ." + +#. TRANS: Title for listing a remote profile. +msgctxt "TITLE" +msgid "List" +msgstr "Zerrenda" + +#. TRANS: Success message for remote list addition through OStatus. +#. TRANS: %1$s is the list creator's name, %2$s is the added list member, %3$s is the list name. +#, php-format +msgid "%1$s listed %2$s in the list %3$s." +msgstr "%1$s(e)k %2$s zerrendatu du %3$s zerrendan." + +#. TRANS: Exception thrown when subscribing to a remote list fails. +#, php-format +msgid "" +"Could not complete subscription to remote profile's feed. List %s could not " +"be saved." +msgstr "" + +#. TRANS: Title for unlisting a remote profile. +msgctxt "TITLE" +msgid "Unlist" +msgstr "" + +#. TRANS: Success message for remote list removal through OStatus. +#. TRANS: %1$s is the list creator's name, %2$s is the removed list member, %3$s is the list name. +#, php-format +msgid "%1$s removed %2$s from the list %3$s." +msgstr "%1$s(e)k %2$s ezabatu du %3$s zerrendatik." + +#. TRANS: Title for unliking a remote notice. +msgid "Unlike" +msgstr "" + +#. 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. +#, php-format +msgid "%1$s no longer likes %2$s." +msgstr "%1$s(e)k ez du jada %2$s atsegin." + +#. TRANS: Link text for link to remote subscribe. +msgid "Remote" +msgstr "Urrunekoa" + +#. TRANS: Title for activity. +msgid "Profile update" +msgstr "Profil eguneraketa" + +#. TRANS: Ping text for remote profile update through OStatus. +#. TRANS: %s is user that updated their profile. +#, php-format +msgid "%s has updated their profile page." +msgstr "" + +#. TRANS: Link text for a user to list an OStatus user. +msgid "List" +msgstr "Zerrenda" + +#. TRANS: Plugin description. +msgid "" +"Follow people across social networks that implement OStatus." +msgstr "" + +#. TRANS: Client exception. +msgid "Publishing outside feeds not supported." +msgstr "" + +#. TRANS: Client exception. %s is a mode. +#, php-format +msgid "Unrecognized mode \"%s\"." +msgstr "\"%s\" modu ezezaguna." + +#. TRANS: Client exception. %s is a topic. +#, php-format +msgid "" +"Unsupported hub.topic %s this hub only serves local user and group Atom " +"feeds." +msgstr "" + +#. TRANS: Client exception. %s is sync or async. +#, php-format +msgid "Invalid hub.verify \"%s\". It must be sync or async." +msgstr "" + +#. TRANS: Client exception. %s is the invalid lease value. +#, php-format +msgid "Invalid hub.lease \"%s\". It must be empty or positive integer." +msgstr "" + +#. TRANS: Client exception. %s is the invalid hub secret. +#, php-format +msgid "Invalid hub.secret \"%s\". It must be under 200 bytes." +msgstr "" + +#. TRANS: Client exception. %s is a feed URL. +#, php-format +msgid "Invalid hub.topic \"%s\". User does not exist." +msgstr "" + +#. TRANS: Client exception. %s is a feed URL. +#, php-format +msgid "Invalid hub.topic \"%s\". Group does not exist." +msgstr "" + +#. TRANS: Client exception. %s is a feed URL. +#, php-format +msgid "Invalid hub.topic %s; list does not exist." +msgstr "" + +#. TRANS: Client exception. +#. TRANS: %1$s is this argument to the method this exception occurs in, %2$s is a URL. +#, php-format +msgid "Invalid URL passed for %1$s: \"%2$s\"" +msgstr "%1$s helbidera pasako da URL helbide baliogabea: \"%2$s\"" + +#. TRANS: Client error displayed when trying to list a local object as if it is remote. +msgid "You can use the local list functionality!" +msgstr "" + +#. TRANS: Header for listing a remote object. %s is a remote object's name. +#, php-format +msgid "List %s" +msgstr "Zerrendatu %s" + +#. TRANS: Button text to list a remote object. +msgctxt "BUTTON" +msgid "Go" +msgstr "Joan" + +#. TRANS: Field label. +msgid "User nickname" +msgstr "Erabiltzaile goitizena" + +#. TRANS: Field title. +msgid "Nickname of the user you want to list." +msgstr "Jarraitu nahi duzun erabiltzailearen goitizena." + +#. TRANS: Field label. +msgid "Profile Account" +msgstr "Profilaren Kontua" + +#. TRANS: Field title. +msgid "Your account id (for example user@identi.ca)." +msgstr "" + +#. TRANS: Client error displayed when remote profile could not be looked up. +#. TRANS: Client error. +msgid "Could not look up OStatus account profile." +msgstr "" + +#. TRANS: Client error displayed when remote profile address could not be confirmed. +#. TRANS: Client error. +msgid "Could not confirm remote profile address." +msgstr "" + +#. TRANS: Title for an OStatus list. +msgid "OStatus list" +msgstr "OStatus zerrenda" + +#. TRANS: Server exception thrown when referring to a non-existing or empty feed. +msgid "Empty or invalid feed id." +msgstr "" + +#. TRANS: Server exception. %s is a feed ID. +#, php-format +msgid "Unknown PuSH feed id %s" +msgstr "%s PuSH jario id ezezaguna" + +#. TRANS: Client exception. %s is an invalid feed name. +#, php-format +msgid "Bad hub.topic feed \"%s\"." +msgstr "" + +#. TRANS: Client exception. %1$s the invalid token, %2$s is the topic for which the invalid token was given. +#, php-format +msgid "Bad hub.verify_token %1$s for %2$s." +msgstr "" + +#. TRANS: Client exception. %s is an invalid topic. +#, php-format +msgid "Unexpected subscribe request for %s." +msgstr "Espero ez zen harpidetza eskaria: %s" + +#. TRANS: Client exception. %s is an invalid topic. +#, php-format +msgid "Unexpected unsubscribe request for %s." +msgstr "Espero ez zen harpidetza etetze eskaria: %s" + +#. TRANS: Client error displayed when referring to a non-existing user. +#. TRANS: Client error. +msgid "No such user." +msgstr "Erabiltzaile hori ez dago." + +#. TRANS: Field label for a field that takes an OStatus user address. +msgid "Subscribe to" +msgstr "Harpidetu honi" + +#. TRANS: Button text. +#. TRANS: Button text to continue joining a remote list. +msgctxt "BUTTON" +msgid "Continue" +msgstr "Jarraitu" + +#. TRANS: Button text. +msgid "Join" +msgstr "Batu" + +#. TRANS: Tooltip for button "Join". +msgctxt "BUTTON" +msgid "Join this group" +msgstr "Batu talde hontara." + +#. TRANS: Button text. +msgctxt "BUTTON" +msgid "Confirm" +msgstr "Baieztatu" + +#. TRANS: Tooltip for button "Confirm". +msgid "Subscribe to this user" +msgstr "Harpidetu erabiltzaile honetara" + +#. TRANS: Extra paragraph in remote profile view when already subscribed. +msgid "You are already subscribed to this user." +msgstr "Jadanik erabiltzaile horren harpideduna zara." + +#. TRANS: Error text. +msgid "" +"Sorry, we could not reach that feed. Please try that OStatus address again " +"later." +msgstr "" + +#. TRANS: OStatus remote subscription dialog error. +#. TRANS: OStatus remote group subscription dialog error. +msgid "Already subscribed!" +msgstr "Dagoeneko harpidetua!" + +#. TRANS: OStatus remote subscription dialog error. +msgid "Remote subscription failed!" +msgstr "Urruneko harpidetza egitean akatsa!" + +#. 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 "Arazoa egon da zure saio-tokenarekin. Saiatu berriro, mesedez." + +#. TRANS: Form title. +msgid "Subscribe to user" +msgstr "Erabiltzailera harpidetu" + +#. TRANS: Page title for OStatus remote subscription form. +msgid "Confirm" +msgstr "Baieztatu" + +#. TRANS: Instructions. +msgid "" +"You can subscribe to users from other supported sites. Paste their address " +"or profile URI below:" +msgstr "" + +#. TRANS: Field label. +msgid "Join group" +msgstr "Batu taldera" + +#. TRANS: Tooltip for field label "Join group". Do not translate the "example.net" +#. TRANS: domain name in the URL, as it is an official standard domain name for examples. +msgid "OStatus group's address, like http://example.net/group/nickname." +msgstr "" +"OStatus taldearen helbidea, http://eredua.com/taldea/nicka bezelako zerbait." + +#. TRANS: Error text displayed when trying to join a remote group the user is already a member of. +msgid "You are already a member of this group." +msgstr "Dagoeneko talde hontako kidea zara." + +#. TRANS: OStatus remote group subscription dialog error. +msgid "Already a member!" +msgstr "Dagoeneko kidea zara!" + +#. TRANS: OStatus remote group subscription dialog error. +msgid "Remote group join failed!" +msgstr "Urruneko taldera batzean akatsa!" + +#. TRANS: Page title for OStatus remote group join form +msgid "Confirm joining remote group" +msgstr "Baieztatu urruneko taldera batzea" + +#. TRANS: Form instructions. +msgid "" +"You can subscribe to groups from other supported sites. Paste the group's " +"profile URI below:" +msgstr "" + +#. TRANS: Client error displayed trying to perform an action without providing an ID. +#. TRANS: Client error. +#. TRANS: Client error displayed trying to perform an action without providing an ID. +msgid "No ID." +msgstr "IDrik ez." + +#. TRANS: Client exception thrown when an undefied activity is performed. +#. TRANS: Client exception. +msgid "Cannot handle that kind of post." +msgstr "" + +#. TRANS: Client exception. +msgid "In reply to unknown notice." +msgstr "Ohar ezezagun bati erantzunez." + +#. TRANS: Client exception. +msgid "In reply to a notice not by this user and not mentioning this user." +msgstr "" + +#. TRANS: Client exception. +msgid "To the attention of user(s), not including this one." +msgstr "" + +#. TRANS: Client exception. +msgid "Not to anyone in reply to anything." +msgstr "" + +#. TRANS: Client exception. +msgid "This is already a favorite." +msgstr "Gogokoa da dagoeneko." + +#. TRANS: Client exception. +msgid "Could not save new favorite." +msgstr "Ezin izan da gogoko berria gehitu." + +#. TRANS: Client exception. +msgid "Notice was not favorited!" +msgstr "Oharra ez da gogokoetara gehitu!" + +#. TRANS: Client exception. +msgid "Not a person object." +msgstr "Ez da pertsona objetua." + +#. TRANS: Client exception. +msgid "Unidentified profile being listed." +msgstr "" + +#. TRANS: Client exception. +msgid "This user is not the one being listed." +msgstr "" + +#. TRANS: Client exception. +msgid "The listing could not be saved." +msgstr "" + +#. TRANS: Client exception. +msgid "Unidentified profile being unlisted." +msgstr "" + +#. TRANS: Client exception. +msgid "This user is not the one being unlisted." +msgstr "" + +#. TRANS: Client exception. +msgid "The listing could not be deleted." +msgstr "" + +#. TRANS: Client exception. +msgid "Cannot favorite/unfavorite without an object." +msgstr "" + +#. TRANS: Client exception. +msgid "Cannot handle that kind of object for liking/faving." +msgstr "" + +#. TRANS: Client exception. %s is an object ID. +#, php-format +msgid "Notice with ID %s unknown." +msgstr "Ez da %s ID-a duen oharrik ezagutzen." + +#. TRANS: Client exception. %1$s is a notice ID, %2$s is a user ID. +#, fuzzy, php-format +msgid "Notice with ID %1$s not posted by %2$s." +msgstr "%2$s(e)k ez du %s ID-a duen oharrik argitaratu." + +#. TRANS: Field label. +msgid "Subscribe to list" +msgstr "Harpidetu zerrendara" + +#. TRANS: Field title. +msgid "Address of the OStatus list, like http://example.net/user/all/tag." +msgstr "" + +#. TRANS: Error text displayed when trying to subscribe to a list already a subscriber to. +msgid "You are already subscribed to this list." +msgstr "Harpidetuta zaude zerrenda hontara dagoeneko." + +#. TRANS: Page title for OStatus remote list subscription form +msgid "Confirm subscription to remote list" +msgstr "" + +#. TRANS: Instructions for OStatus list subscription form. +msgid "" +"You can subscribe to lists from other supported sites. Paste the list's URI " +"below:" +msgstr "" + +#. TRANS: Client error. +msgid "No such group." +msgstr "Talde hori ez dago." + +#. TRANS: Client error. +msgid "Cannot accept remote posts for a remote group." +msgstr "" + +#. TRANS: Client error. +msgid "Cannot read profile to set up group membership." +msgstr "" + +#. TRANS: Client error. +#. TRANS: Client error displayed when trying to have a group join another group. +msgid "Groups cannot join groups." +msgstr "Taldeak ezin dira beste taldeetara harpidetu." + +#. TRANS: Client error displayed when trying to join a group the user is blocked from by a group admin. +msgid "You have been blocked from that group by the admin." +msgstr "Administratzaileak talde horretan blokeatu egin zaitu." + +#. TRANS: Server error. %1$s is a profile URI, %2$s is a group nickname. +#, php-format +msgid "Could not join remote user %1$s to group %2$s." +msgstr "Ezin izan da %1$s erabiltzailea %2$s taldeara batu." + +#. TRANS: Client error displayed when group membership cannot be cancelled +#. TRANS: because the remote profile could not be read. +msgid "Cannot read profile to cancel group membership." +msgstr "" + +#. TRANS: Server error. %1$s is a profile URI, %2$s is a group nickname. +#, php-format +msgid "Could not remove remote user %1$s from group %2$s." +msgstr "Ezin izan da %1$s urruneko erabiltzailea %2$s taldetik ezabatu." + +#. TRANS: Client error displayed when referring to a non-existing list. +#. TRANS: Client error. +msgid "No such list." +msgstr "Zerrenda hori ez dago." + +#. TRANS: Client error displayed when trying to send a message to a remote list. +msgid "Cannot accept remote posts for a remote list." +msgstr "" + +#. TRANS: Client error displayed when referring to a non-existing remote list. +msgid "Cannot read profile to set up list subscription." +msgstr "" + +#. TRANS: Client error displayed when trying to subscribe a group to a list. +#. TRANS: Client error displayed when trying to unsubscribe a group from a list. +msgid "Groups cannot subscribe to lists." +msgstr "Taldeak ezin dira zerrendetara harpidetu." + +#. TRANS: Server error displayed when subscribing a remote user to a list fails. +#. TRANS: %1$s is a profile URI, %2$s is a list name. +#, php-format +msgid "Could not subscribe remote user %1$s to list %2$s." +msgstr "Ezin izan da %1$s urruneko erabiltzailea %2$s zerrendara batu." + +#. TRANS: Client error displayed when trying to unsubscribe from non-existing list. +msgid "Cannot read profile to cancel list subscription." +msgstr "" + +#. TRANS: Client error displayed when trying to unsubscribe a remote user from a list fails. +#. TRANS: %1$s is a profile URL, %2$s is a list name. +#, php-format +msgid "Could not unsubscribe remote user %1$s from list %2$s." +msgstr "" +"Ezin izan zaio %1$s urruneko erabiltzaileari %2$s zerrendako harpidetza eten." + +#. TRANS: Client error. +msgid "You can use the local subscription!" +msgstr "Harpidetza lokala erabil dezakezu!" + +#. TRANS: Form title. +msgctxt "TITLE" +msgid "Subscribe to user" +msgstr "Erabiltzailera harpidetu" + +#. TRANS: Form legend. %s is a group name. +#, php-format +msgid "Join group %s" +msgstr "%s taldera batu" + +#. TRANS: Button text to join a group. +msgctxt "BUTTON" +msgid "Join" +msgstr "Batu" + +#. TRANS: Form legend. %1$s is a list, %2$s is a lister's name. +#, php-format +msgid "Subscribe to list %1$s by %2$s" +msgstr "%2$s(r)en %1$s zerrendara harpidetu." + +#. TRANS: Button text to subscribe to a list. +#. TRANS: Button text to subscribe to a profile. +msgctxt "BUTTON" +msgid "Subscribe" +msgstr "Harpidetu" + +#. TRANS: Form legend. %s is a nickname. +#, php-format +msgid "Subscribe to %s" +msgstr "%s(r)en kontura harpidetuta." + +#. TRANS: Field label. +msgid "Group nickname" +msgstr "Talde ezizena" + +#. TRANS: Field title. +msgid "Nickname of the group you want to join." +msgstr "Batu nahi duzun taldearen ezizena." + +#. TRANS: Field title. +msgid "Nickname of the user you want to follow." +msgstr "Jarraitu nahi duzun erabiltzailearen goitizena." + +#. TRANS: Tooltip for field label "Profile Account". +msgid "Your account ID (e.g. user@identi.ca)." +msgstr "Zure ID kontua (adz. erabiltzailea@identi.ca)." + +#. TRANS: Client error. +msgid "Must provide a remote profile." +msgstr "Urruneko profil bat gehitu behar duzu." + +#. TRANS: Client error. +msgid "No local user or group nickname provided." +msgstr "Ez da erabiltzaile edo talde goitizen lokalik eman." + +#. TRANS: Page title. +msgid "OStatus Connect" +msgstr "OStatus Koneksioa" + +#. TRANS: Server exception. %s is a URL. +#, php-format +msgid "Invalid avatar URL %s." +msgstr "%s abatar URL okerra." + +#. TRANS: Server exception. %s is a URI. +#, php-format +msgid "Tried to update avatar for unsaved remote profile %s." +msgstr "%s urruneko profilaren abatarraren eguneratze saioa." + +#. TRANS: Server exception. %s is a URL. +#, php-format +msgid "Unable to fetch avatar from %s." +msgstr "Ezin izan da abatarra lortu %s helbidetik." + +#. TRANS: Exception. %s is a URL. +#, php-format +msgid "Could not find a feed URL for profile page %s." +msgstr "Ezin izan da URL jario bat aurkitu %s profil orrian." + +#. TRANS: Exception. +msgid "Not a valid webfinger address." +msgstr "Webfinger helbide okerra." + +#. TRANS: Exception. %s is a webfinger address. +#, php-format +msgid "Could not find a valid profile for \"%s\"." +msgstr "\"%s\"-rentzako ezin izan da baliozko profila aurkitu." + +#. TRANS: Server exception. +msgid "Attempting to start PuSH subscription for feed with no hub." +msgstr "PuSH harpidetzari hasera eman nahiean Hub gabeko jarioarentzat." + +#. TRANS: Server exception. +msgid "Attempting to end PuSH subscription for feed with no hub." +msgstr "PuSH harpidetzari amaiera eman nahiean Hub gabeko jarioarentzat." + +#. TRANS: Server exception. %s is a URI +#, php-format +msgid "Invalid ostatus_profile state: Two or more IDs set for %s." +msgstr "" + +#. TRANS: Server exception. %s is a URI +#, php-format +msgid "Invalid ostatus_profile state: All IDs empty for %s." +msgstr "" + +#. TRANS: Server exception. +#. TRANS: %1$s is the method name the exception occured in, %2$s is the actor type. +#, php-format +msgid "Invalid actor passed to %1$s: %2$s." +msgstr "Aktore baliogabea %1$s metodora pasa da: %2$s." + +#. TRANS: Server exception. +msgid "" +"Invalid type passed to Ostatus_profile::notify. It must be XML string or " +"Activity entry." +msgstr "" + +#. TRANS: Exception. +msgid "Unknown feed format." +msgstr "Jario formatu ezezaguna" + +#. TRANS: Exception. +msgid "RSS feed without a channel." +msgstr "Kanalik gabeko RSS jarioa." + +#. TRANS: Client exception thrown when trying to share multiple activities at once. +msgid "Can only handle share activities with exactly one object." +msgstr "" + +#. TRANS: Client exception thrown when trying to share a non-activity object. +msgid "Can only handle shared activities." +msgstr "Partekatutako ekintzak soilik kudeatu daitezke." + +#. 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 "%s ekintza gordetzean akatsa." + +#. TRANS: Client exception. %s is a source URI. +#, php-format +msgid "No content for notice %s." +msgstr "%s oharrak ez du edukirik." + +#. TRANS: Shown when a notice is longer than supported and/or when attachments are present. At runtime +#. TRANS: this will usually be replaced with localised text from StatusNet core messages. +msgid "Show more" +msgstr "Erakutsi gehiago" + +#. TRANS: Exception. %s is a profile URL. +#, php-format +msgid "Could not reach profile page %s." +msgstr "Ezin izan da %s profil orria sortu." + +#. TRANS: Feed sub exception. +msgid "Cannot find enough profile information to make a feed." +msgstr "" + +#. TRANS: Server exception. +msgid "No author ID URI found." +msgstr "Ez da egile ID URIrik topatu." + +#. TRANS: Exception. +msgid "No profile URI." +msgstr "Profil URIrik ez." + +#. TRANS: Exception. +msgid "Local user cannot be referenced as remote." +msgstr "" + +#. TRANS: Exception. +msgid "Local group cannot be referenced as remote." +msgstr "" + +#. TRANS: Exception. +msgid "Local list cannot be referenced as remote." +msgstr "" + +#. TRANS: Server exception. +msgid "Cannot save local profile." +msgstr "Ezin izan da profil lokala gorde." + +#. TRANS: Server exception. +msgid "Cannot save local list." +msgstr "Ezin da zerrenda lokala gorde." + +#. TRANS: Server exception. +msgid "Cannot save OStatus profile." +msgstr "Ezin izan da OStatus profila gorde." + +#. TRANS: Exception. %s is a webfinger address. +#, php-format +msgid "Could not save profile for \"%s\"." +msgstr "\"%s(r)en\" profila ezin izan da gorde." + +#. TRANS: Exception. %s is a webfinger address. +#, php-format +msgid "Could not save OStatus profile for \"%s\"." +msgstr "\"%s(r)en\" OStatus profila ezin izan da gorde." + +#. TRANS: Server exception. +msgid "Could not store HTML content of long post as file." +msgstr "" + +#. TRANS: Server exception. +#. TRANS: %1$s is a protocol, %2$s is a URI. +#, php-format +msgid "Unrecognized URI protocol for profile: %1$s (%2$s)." +msgstr "Profilarentzako URI protokolo ezezaguna: %1$s (%2$s)." + +#. TRANS: Server exception. %s is a URI. +#, php-format +msgid "No URI protocol for profile: %s." +msgstr "Ez dago URI protokolorik profilarentzako: %s." + +#. TRANS: Client exception. %s is a HTTP status code. +#, php-format +msgid "Hub subscriber verification returned HTTP %s." +msgstr "" + +#. TRANS: Exception. %1$s is a response status code, %2$s is the body of the response. +#, php-format +msgid "Callback returned status: %1$s. Body: %2$s" +msgstr "" + +#. TRANS: Exception. +msgid "Unable to locate signer public key." +msgstr "" + +#. TRANS: Exception. +msgid "Salmon invalid actor for signing." +msgstr "" + +#. TRANS: Client error. POST is a HTTP command. It should not be translated. +msgid "This method requires a POST." +msgstr "Metodo honek POST behar du." + +#. TRANS: Client error. Do not translate "application/magic-envelope+xml". +msgid "Salmon requires \"application/magic-envelope+xml\"." +msgstr "" + +#. TRANS: Client error. +msgid "Salmon signature verification failed." +msgstr "" + +#. TRANS: Client error. +msgid "Salmon post must be an Atom entry." +msgstr "" +"Salmon protokoloaren argitaratzeak Atom sarrera bat izan behar du.La " +"publicación del protocolo Salmon debe ser una entrada Atom." + +#. TRANS: Client exception. +msgid "Unrecognized activity type." +msgstr "Ekitza mota ezezaguna." + +#. TRANS: Client exception. +msgid "This target does not understand posts." +msgstr "" + +#. TRANS: Client exception. +msgid "This target does not understand follows." +msgstr "" + +#. TRANS: Client exception. +msgid "This target does not understand unfollows." +msgstr "" + +#. TRANS: Client exception. +msgid "This target does not understand favorites." +msgstr "" + +#. TRANS: Client exception. +msgid "This target does not understand unfavorites." +msgstr "" + +#. TRANS: Client exception. +msgid "This target does not understand share events." +msgstr "" + +#. TRANS: Client exception. +msgid "This target does not understand joins." +msgstr "" + +#. TRANS: Client exception. +msgid "This target does not understand leave events." +msgstr "" + +#. TRANS: Client exception. +msgid "This target does not understand list events." +msgstr "" + +#. TRANS: Client exception. +msgid "This target does not understand unlist events." +msgstr "" + +#. TRANS: Exception. +msgid "Received a salmon slap from unidentified actor." +msgstr "" diff --git a/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po index 62c2a0b642..f48fce4e42 100644 --- a/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OStatus to French (Français) +# Translation of StatusNet - OStatus to French (français) # Exported from translatewiki.net # # Author: Brunoperel @@ -17,13 +17,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:39+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 (05c726a); Translate 2012-04-11\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 867f6d8689..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:39+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 (05c726a); Translate 2012-04-11\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 2e8c74ed4a..13e07d7b0b 100644 --- a/plugins/OStatus/locale/ia/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/ia/LC_MESSAGES/OStatus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OStatus to Interlingua (Interlingua) +# Translation of StatusNet - OStatus to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:39+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 (05c726a); Translate 2012-04-11\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 5b57681393..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:39+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 (05c726a); Translate 2012-04-11\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 cb21400795..dbe3e0d969 100644 --- a/plugins/OStatus/locale/mk/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/mk/LC_MESSAGES/OStatus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OStatus to Macedonian (Македонски) +# Translation of StatusNet - OStatus to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:40+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 (05c726a); Translate 2012-04-11\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 ee2bcaa487..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:40+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 (05c726a); Translate 2012-04-11\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 e4c1951d65..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:40+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 (05c726a); Translate 2012-04-11\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 3ed0fe6df7..5384c431e4 100644 --- a/plugins/OStatus/locale/uk/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/uk/LC_MESSAGES/OStatus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OStatus to Ukrainian (Українська) +# Translation of StatusNet - OStatus to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:40+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 (05c726a); Translate 2012-04-11\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 2965997a57..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-05-03 22:11+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 5cbe548ce7..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-05-03 22:11+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 7c6a70511f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:32+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 (05c726a); Translate 2012-04-11\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 1c67af09d7..8d70a7a20d 100644 --- a/plugins/OpenExternalLinkTarget/locale/ca/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/ca/LC_MESSAGES/OpenExternalLinkTarget.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenExternalLinkTarget to Catalan (Català) +# Translation of StatusNet - OpenExternalLinkTarget to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:32+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 (05c726a); Translate 2012-04-11\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 61fc19a08d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:32+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 (05c726a); Translate 2012-04-11\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 1052e48177..5ebdcde26c 100644 --- a/plugins/OpenExternalLinkTarget/locale/es/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/es/LC_MESSAGES/OpenExternalLinkTarget.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenExternalLinkTarget to Spanish (Español) +# Translation of StatusNet - OpenExternalLinkTarget to Spanish (español) # Exported from translatewiki.net # # Author: Locos epraix @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:33+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 (05c726a); Translate 2012-04-11\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 542637eda1..f1f8dfc579 100644 --- a/plugins/OpenExternalLinkTarget/locale/eu/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/eu/LC_MESSAGES/OpenExternalLinkTarget.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenExternalLinkTarget to Basque (Euskara) +# Translation of StatusNet - OpenExternalLinkTarget to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:33+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 (05c726a); Translate 2012-04-11\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 ba05f0ebff..56e8a90450 100644 --- a/plugins/OpenExternalLinkTarget/locale/fr/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/fr/LC_MESSAGES/OpenExternalLinkTarget.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenExternalLinkTarget to French (Français) +# Translation of StatusNet - OpenExternalLinkTarget to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:33+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 (05c726a); Translate 2012-04-11\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 00ca790d3a..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:33+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 (05c726a); Translate 2012-04-11\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 4aedf14b4e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:33+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 (05c726a); Translate 2012-04-11\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 f1c5f7cf37..31a8f18b1d 100644 --- a/plugins/OpenExternalLinkTarget/locale/ia/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/ia/LC_MESSAGES/OpenExternalLinkTarget.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenExternalLinkTarget to Interlingua (Interlingua) +# Translation of StatusNet - OpenExternalLinkTarget to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:33+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 (05c726a); Translate 2012-04-11\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 24b65165f0..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:33+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 (05c726a); Translate 2012-04-11\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 5db130b00e..44d69543a3 100644 --- a/plugins/OpenExternalLinkTarget/locale/mk/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/mk/LC_MESSAGES/OpenExternalLinkTarget.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenExternalLinkTarget to Macedonian (Македонски) +# Translation of StatusNet - OpenExternalLinkTarget to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:33+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 (05c726a); Translate 2012-04-11\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 806ddaedd7..0c014ea1f9 100644 --- a/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenExternalLinkTarget to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - OpenExternalLinkTarget to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:33+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 (05c726a); Translate 2012-04-11\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 e80a197aea..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:33+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 (05c726a); Translate 2012-04-11\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 f2a0753d0d..5dca073670 100644 --- a/plugins/OpenExternalLinkTarget/locale/pt/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/pt/LC_MESSAGES/OpenExternalLinkTarget.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenExternalLinkTarget to Portuguese (Português) +# Translation of StatusNet - OpenExternalLinkTarget to Portuguese (português) # Exported from translatewiki.net # # Author: Waldir @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:33+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 (05c726a); Translate 2012-04-11\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 7a09bb0ecb..2b11f8a649 100644 --- a/plugins/OpenExternalLinkTarget/locale/ru/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/ru/LC_MESSAGES/OpenExternalLinkTarget.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenExternalLinkTarget to Russian (Русский) +# Translation of StatusNet - OpenExternalLinkTarget to Russian (русский) # Exported from translatewiki.net # # Author: Eleferen @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:33+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 (05c726a); Translate 2012-04-11\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 1777d7a59e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:33+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 (05c726a); Translate 2012-04-11\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 7a443d30ff..0362e529f2 100644 --- a/plugins/OpenExternalLinkTarget/locale/uk/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/uk/LC_MESSAGES/OpenExternalLinkTarget.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenExternalLinkTarget to Ukrainian (Українська) +# Translation of StatusNet - OpenExternalLinkTarget to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:33+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 (05c726a); Translate 2012-04-11\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 69f884cc6f..ee273a9d72 100644 --- a/plugins/OpenExternalLinkTarget/locale/zh_CN/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/zh_CN/LC_MESSAGES/OpenExternalLinkTarget.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenExternalLinkTarget to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - OpenExternalLinkTarget to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: Hydra @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:33+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 (05c726a); Translate 2012-04-11\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 af3688f102..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-05-03 22:11+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 9769402ffd..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:33+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 (05c726a); Translate 2012-04-11\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 be30963233..1d8da991a3 100644 --- a/plugins/OpenID/locale/ca/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/ca/LC_MESSAGES/OpenID.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenID to Catalan (Català) +# Translation of StatusNet - OpenID to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:34+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 (05c726a); Translate 2012-04-11\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 00403e7868..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:34+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 (05c726a); Translate 2012-04-11\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 0794256883..364ce8c178 100644 --- a/plugins/OpenID/locale/es/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/es/LC_MESSAGES/OpenID.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenID to Spanish (Español) +# Translation of StatusNet - OpenID to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:34+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 (05c726a); Translate 2012-04-11\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 1959d1db98..c379f69bc0 100644 --- a/plugins/OpenID/locale/eu/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/eu/LC_MESSAGES/OpenID.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenID to Basque (Euskara) +# Translation of StatusNet - OpenID to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:34+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 (05c726a); Translate 2012-04-11\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 8301cc10a2..32c90cfdc5 100644 --- a/plugins/OpenID/locale/fr/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/fr/LC_MESSAGES/OpenID.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenID to French (Français) +# Translation of StatusNet - OpenID to French (français) # Exported from translatewiki.net # # Author: Crochet.david @@ -16,13 +16,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:34+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 (05c726a); Translate 2012-04-11\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 f55fa7efee..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:34+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 (05c726a); Translate 2012-04-11\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 b542fca440..838558ec7c 100644 --- a/plugins/OpenID/locale/ia/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/ia/LC_MESSAGES/OpenID.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenID to Interlingua (Interlingua) +# Translation of StatusNet - OpenID to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:35+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 (05c726a); Translate 2012-04-11\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 44794a60c2..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:35+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 (05c726a); Translate 2012-04-11\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 92229c6829..e9049bf604 100644 --- a/plugins/OpenID/locale/mk/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/mk/LC_MESSAGES/OpenID.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenID to Macedonian (Македонски) +# Translation of StatusNet - OpenID to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:35+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 (05c726a); Translate 2012-04-11\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 9d570bd451..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:35+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 (05c726a); Translate 2012-04-11\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 ff9a7f549c..63abccedc0 100644 --- a/plugins/OpenID/locale/sv/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/sv/LC_MESSAGES/OpenID.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenID to Swedish (Svenska) +# Translation of StatusNet - OpenID to Swedish (svenska) # Exported from translatewiki.net # # Author: Jamminjohn @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:35+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 (05c726a); Translate 2012-04-11\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 e64f2a37ad..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:36+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 (05c726a); Translate 2012-04-11\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 0d21f34b74..4d1fd39531 100644 --- a/plugins/OpenID/locale/uk/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/uk/LC_MESSAGES/OpenID.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenID to Ukrainian (Українська) +# Translation of StatusNet - OpenID to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:36+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 (05c726a); Translate 2012-04-11\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 25b4ad4258..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-05-03 22:11+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 f23e80650a..fd0c882cd9 100644 --- a/plugins/OpenX/locale/br/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/br/LC_MESSAGES/OpenX.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenX to Breton (Brezhoneg) +# Translation of StatusNet - OpenX to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:36+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 (05c726a); Translate 2012-04-11\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 0c89c6d3ea..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:36+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 (05c726a); Translate 2012-04-11\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 fcc44cc03d..cb9a888406 100644 --- a/plugins/OpenX/locale/es/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/es/LC_MESSAGES/OpenX.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenX to Spanish (Español) +# Translation of StatusNet - OpenX to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:36+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 (05c726a); Translate 2012-04-11\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 83d30391c3..b4f883ef61 100644 --- a/plugins/OpenX/locale/eu/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/eu/LC_MESSAGES/OpenX.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenX to Basque (Euskara) +# Translation of StatusNet - OpenX to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:36+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 (05c726a); Translate 2012-04-11\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 17929950af..da28221451 100644 --- a/plugins/OpenX/locale/fr/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/fr/LC_MESSAGES/OpenX.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenX to French (Français) +# Translation of StatusNet - OpenX to French (français) # Exported from translatewiki.net # # Author: Crochet.david @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:36+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 (05c726a); Translate 2012-04-11\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 1e8e0670d5..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:36+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 (05c726a); Translate 2012-04-11\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 e010f958a0..f65ed89d66 100644 --- a/plugins/OpenX/locale/ia/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/ia/LC_MESSAGES/OpenX.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenX to Interlingua (Interlingua) +# Translation of StatusNet - OpenX to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:37+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 (05c726a); Translate 2012-04-11\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 0122b8fb34..ea75865e17 100644 --- a/plugins/OpenX/locale/mk/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/mk/LC_MESSAGES/OpenX.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenX to Macedonian (Македонски) +# Translation of StatusNet - OpenX to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:37+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 (05c726a); Translate 2012-04-11\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 5001ad368a..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:37+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 (05c726a); Translate 2012-04-11\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 bb0dbaa342..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:37+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 (05c726a); Translate 2012-04-11\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 ce0bfa40e1..aa6f63ac66 100644 --- a/plugins/OpenX/locale/uk/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/uk/LC_MESSAGES/OpenX.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenX to Ukrainian (Українська) +# Translation of StatusNet - OpenX to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:37+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 (05c726a); Translate 2012-04-11\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 4f1d1c040a..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-05-03 22:11+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 e29a40292f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:37+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 (05c726a); Translate 2012-04-11\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 fae6f89e34..a048d4dc42 100644 --- a/plugins/Orbited/locale/es/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/es/LC_MESSAGES/Orbited.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Orbited to Spanish (Español) +# Translation of StatusNet - Orbited to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:37+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 (05c726a); Translate 2012-04-11\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 4d5425e765..c681d547fd 100644 --- a/plugins/Orbited/locale/eu/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/eu/LC_MESSAGES/Orbited.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Orbited to Basque (Euskara) +# Translation of StatusNet - Orbited to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:37+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 (05c726a); Translate 2012-04-11\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 90ecddf6ed..05f3fe9cd1 100644 --- a/plugins/Orbited/locale/fr/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/fr/LC_MESSAGES/Orbited.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Orbited to French (Français) +# Translation of StatusNet - Orbited to French (français) # Exported from translatewiki.net # # Author: Crochet.david @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:37+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 (05c726a); Translate 2012-04-11\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 df8c176fac..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:37+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 (05c726a); Translate 2012-04-11\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 c424c55f4a..227c2a3c4c 100644 --- a/plugins/Orbited/locale/ia/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/ia/LC_MESSAGES/Orbited.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Orbited to Interlingua (Interlingua) +# Translation of StatusNet - Orbited to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:37+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 (05c726a); Translate 2012-04-11\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 43ca170173..3edb3453b1 100644 --- a/plugins/Orbited/locale/mk/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/mk/LC_MESSAGES/Orbited.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Orbited to Macedonian (Македонски) +# Translation of StatusNet - Orbited to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:37+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 (05c726a); Translate 2012-04-11\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 07f8e386b9..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:37+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 (05c726a); Translate 2012-04-11\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 95c55d3358..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:37+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 (05c726a); Translate 2012-04-11\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 8caab31f37..de14ee4db8 100644 --- a/plugins/Orbited/locale/uk/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/uk/LC_MESSAGES/Orbited.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Orbited to Ukrainian (Українська) +# Translation of StatusNet - Orbited to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:38+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 (05c726a); Translate 2012-04-11\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 984cf709cc..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-05-03 22:11+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 66327a3201..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:41+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 (05c726a); Translate 2012-04-11\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 45e02ece1e..17700604f4 100644 --- a/plugins/PiwikAnalytics/locale/es/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/es/LC_MESSAGES/PiwikAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PiwikAnalytics to Spanish (Español) +# Translation of StatusNet - PiwikAnalytics to Spanish (español) # Exported from translatewiki.net # # Author: Translationista @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:41+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 (05c726a); Translate 2012-04-11\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 9f5309fdaf..3d0257d95f 100644 --- a/plugins/PiwikAnalytics/locale/fr/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/fr/LC_MESSAGES/PiwikAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PiwikAnalytics to French (Français) +# Translation of StatusNet - PiwikAnalytics to French (français) # Exported from translatewiki.net # # Author: Verdy p @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:41+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 (05c726a); Translate 2012-04-11\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 e60fea763e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:41+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 (05c726a); Translate 2012-04-11\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 309931a38d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:41+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 (05c726a); Translate 2012-04-11\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 70f80f634d..935706abff 100644 --- a/plugins/PiwikAnalytics/locale/ia/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/ia/LC_MESSAGES/PiwikAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PiwikAnalytics to Interlingua (Interlingua) +# Translation of StatusNet - PiwikAnalytics to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:41+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 (05c726a); Translate 2012-04-11\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 2cbc0537bc..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:41+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 (05c726a); Translate 2012-04-11\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 11652210ae..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:41+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 (05c726a); Translate 2012-04-11\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 b84bd06e92..5e3f8306e7 100644 --- a/plugins/PiwikAnalytics/locale/mk/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/mk/LC_MESSAGES/PiwikAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PiwikAnalytics to Macedonian (Македонски) +# Translation of StatusNet - PiwikAnalytics to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:41+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 (05c726a); Translate 2012-04-11\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 8634e8b668..d8e0a64dd5 100644 --- a/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PiwikAnalytics to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - PiwikAnalytics to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:41+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 (05c726a); Translate 2012-04-11\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 1281aa3f01..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:41+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 (05c726a); Translate 2012-04-11\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 da48b20aeb..022e360d36 100644 --- a/plugins/PiwikAnalytics/locale/pt/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/pt/LC_MESSAGES/PiwikAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PiwikAnalytics to Portuguese (Português) +# Translation of StatusNet - PiwikAnalytics to Portuguese (português) # Exported from translatewiki.net # # Author: Waldir @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:41+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 (05c726a); Translate 2012-04-11\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 54645cba04..c10c2461b1 100644 --- a/plugins/PiwikAnalytics/locale/pt_BR/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/pt_BR/LC_MESSAGES/PiwikAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PiwikAnalytics to Brazilian Portuguese (Português do Brasil) +# Translation of StatusNet - PiwikAnalytics to Brazilian Portuguese (português do Brasil) # Exported from translatewiki.net # # Author: Giro720 @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:41+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 (05c726a); Translate 2012-04-11\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 0439a61174..c4f4b1a3f0 100644 --- a/plugins/PiwikAnalytics/locale/ru/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/ru/LC_MESSAGES/PiwikAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PiwikAnalytics to Russian (Русский) +# Translation of StatusNet - PiwikAnalytics to Russian (русский) # Exported from translatewiki.net # # Author: Eleferen @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:41+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 (05c726a); Translate 2012-04-11\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 cbabbfd0c5..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:41+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 (05c726a); Translate 2012-04-11\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 42ecf69baa..b1b1dfcf1a 100644 --- a/plugins/PiwikAnalytics/locale/uk/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/uk/LC_MESSAGES/PiwikAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PiwikAnalytics to Ukrainian (Українська) +# Translation of StatusNet - PiwikAnalytics to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:42+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 (05c726a); Translate 2012-04-11\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 5aa216ba56..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-05-03 22:11+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 e6c0511063..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:42+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 (05c726a); Translate 2012-04-11\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 b85af2183a..7cdb4025ca 100644 --- a/plugins/Poll/locale/ca/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/ca/LC_MESSAGES/Poll.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Poll to Catalan (Català) +# Translation of StatusNet - Poll to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:42+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 (05c726a); Translate 2012-04-11\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 fe5d07afa9..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:42+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 (05c726a); Translate 2012-04-11\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 a34a9485bf..885f76b6d6 100644 --- a/plugins/Poll/locale/es/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/es/LC_MESSAGES/Poll.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Poll to Spanish (Español) +# Translation of StatusNet - Poll to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:42+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 (05c726a); Translate 2012-04-11\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 79e723c15e..2aa59baad6 100644 --- a/plugins/Poll/locale/eu/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/eu/LC_MESSAGES/Poll.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Poll to Basque (Euskara) +# Translation of StatusNet - Poll to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:42+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 (05c726a); Translate 2012-04-11\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 508da728d5..6debf3bf90 100644 --- a/plugins/Poll/locale/fr/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/fr/LC_MESSAGES/Poll.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Poll to French (Français) +# Translation of StatusNet - Poll to French (français) # Exported from translatewiki.net # # Author: Brunoperel @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:42+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 (05c726a); Translate 2012-04-11\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 0068bce8b5..a16fcac0b9 100644 --- a/plugins/Poll/locale/fur/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/fur/LC_MESSAGES/Poll.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Poll to Friulian (Furlan) +# Translation of StatusNet - Poll to Friulian (furlan) # Exported from translatewiki.net # # Author: Klenje @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:42+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 (05c726a); Translate 2012-04-11\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 a70ba37d3b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:42+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 (05c726a); Translate 2012-04-11\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 d1649ab11d..ef75f1faec 100644 --- a/plugins/Poll/locale/ia/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/ia/LC_MESSAGES/Poll.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Poll to Interlingua (Interlingua) +# Translation of StatusNet - Poll to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:42+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 (05c726a); Translate 2012-04-11\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 74e917eb0f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:42+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 (05c726a); Translate 2012-04-11\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 7c839dbd9b..75a67b2a11 100644 --- a/plugins/Poll/locale/mk/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/mk/LC_MESSAGES/Poll.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Poll to Macedonian (Македонски) +# Translation of StatusNet - Poll to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:43+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 (05c726a); Translate 2012-04-11\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 7c401d9522..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:43+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 (05c726a); Translate 2012-04-11\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 988e7ed711..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:43+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 (05c726a); Translate 2012-04-11\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 fe39517b21..7865247e96 100644 --- a/plugins/Poll/locale/uk/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/uk/LC_MESSAGES/Poll.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Poll to Ukrainian (Українська) +# Translation of StatusNet - Poll to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:43+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 (05c726a); Translate 2012-04-11\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 89a13584eb..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-05-03 22:11+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 0811280204..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:43+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 (05c726a); Translate 2012-04-11\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 050fee66bb..5907552d63 100644 --- a/plugins/PostDebug/locale/es/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/es/LC_MESSAGES/PostDebug.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PostDebug to Spanish (Español) +# Translation of StatusNet - PostDebug to Spanish (español) # Exported from translatewiki.net # # Author: Translationista @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:43+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 (05c726a); Translate 2012-04-11\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 ad4d71966d..9cd0a5b1d7 100644 --- a/plugins/PostDebug/locale/fi/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/fi/LC_MESSAGES/PostDebug.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PostDebug to Finnish (Suomi) +# Translation of StatusNet - PostDebug to Finnish (suomi) # Exported from translatewiki.net # # Author: Nike @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:43+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 (05c726a); Translate 2012-04-11\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 06e4b6b176..def4b42043 100644 --- a/plugins/PostDebug/locale/fr/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/fr/LC_MESSAGES/PostDebug.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PostDebug to French (Français) +# Translation of StatusNet - PostDebug to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:43+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 (05c726a); Translate 2012-04-11\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 e86a0e2cfb..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:43+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 (05c726a); Translate 2012-04-11\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 17f1770bca..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:43+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 (05c726a); Translate 2012-04-11\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 f1dfbf32a9..27a57cffe2 100644 --- a/plugins/PostDebug/locale/ia/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/ia/LC_MESSAGES/PostDebug.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PostDebug to Interlingua (Interlingua) +# Translation of StatusNet - PostDebug to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:43+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 (05c726a); Translate 2012-04-11\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 91ab5627ed..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:43+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 (05c726a); Translate 2012-04-11\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 9652129eb5..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:43+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 (05c726a); Translate 2012-04-11\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 f10f7ba3e4..a161bfbb6c 100644 --- a/plugins/PostDebug/locale/mk/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/mk/LC_MESSAGES/PostDebug.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PostDebug to Macedonian (Македонски) +# Translation of StatusNet - PostDebug to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:43+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 (05c726a); Translate 2012-04-11\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 668fcec82a..b1ec72a024 100644 --- a/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PostDebug to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - PostDebug to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:43+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 (05c726a); Translate 2012-04-11\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 c4cf1fcd3d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:43+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 (05c726a); Translate 2012-04-11\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 f5fab64fde..0a2b31b6ae 100644 --- a/plugins/PostDebug/locale/pt/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/pt/LC_MESSAGES/PostDebug.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PostDebug to Portuguese (Português) +# Translation of StatusNet - PostDebug to Portuguese (português) # Exported from translatewiki.net # # Author: Waldir @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:44+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 (05c726a); Translate 2012-04-11\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 752c621eb0..50b3b4dca2 100644 --- a/plugins/PostDebug/locale/pt_BR/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/pt_BR/LC_MESSAGES/PostDebug.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PostDebug to Brazilian Portuguese (Português do Brasil) +# Translation of StatusNet - PostDebug to Brazilian Portuguese (português do Brasil) # Exported from translatewiki.net # # Author: Giro720 @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:44+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 (05c726a); Translate 2012-04-11\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 906dbb2f29..0df253c3c2 100644 --- a/plugins/PostDebug/locale/ru/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/ru/LC_MESSAGES/PostDebug.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PostDebug to Russian (Русский) +# Translation of StatusNet - PostDebug to Russian (русский) # Exported from translatewiki.net # # Author: Lockal @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:44+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 (05c726a); Translate 2012-04-11\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 f1b504d97c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:44+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 (05c726a); Translate 2012-04-11\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 1655e8ef1f..c5826cca55 100644 --- a/plugins/PostDebug/locale/uk/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/uk/LC_MESSAGES/PostDebug.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PostDebug to Ukrainian (Українська) +# Translation of StatusNet - PostDebug to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:44+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 (05c726a); Translate 2012-04-11\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 0e4f8ae635..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-05-03 22:11+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 901871a98a..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:44+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 (05c726a); Translate 2012-04-11\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 6268a6f54d..0271d5af42 100644 --- a/plugins/PoweredByStatusNet/locale/br/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/br/LC_MESSAGES/PoweredByStatusNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PoweredByStatusNet to Breton (Brezhoneg) +# Translation of StatusNet - PoweredByStatusNet to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:44+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 (05c726a); Translate 2012-04-11\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 cea580ad1a..db18b32858 100644 --- a/plugins/PoweredByStatusNet/locale/ca/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/ca/LC_MESSAGES/PoweredByStatusNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PoweredByStatusNet to Catalan (Català) +# Translation of StatusNet - PoweredByStatusNet to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:44+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 (05c726a); Translate 2012-04-11\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 74c9395ea7..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:44+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 (05c726a); Translate 2012-04-11\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 d7236825c6..abdfc9d83f 100644 --- a/plugins/PoweredByStatusNet/locale/es/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/es/LC_MESSAGES/PoweredByStatusNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PoweredByStatusNet to Spanish (Español) +# Translation of StatusNet - PoweredByStatusNet to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:44+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 (05c726a); Translate 2012-04-11\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 5c89f48cdc..8afd5a7168 100644 --- a/plugins/PoweredByStatusNet/locale/eu/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/eu/LC_MESSAGES/PoweredByStatusNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PoweredByStatusNet to Basque (Euskara) +# Translation of StatusNet - PoweredByStatusNet to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:44+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 (05c726a); Translate 2012-04-11\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 b878cec384..3912803f12 100644 --- a/plugins/PoweredByStatusNet/locale/fr/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/fr/LC_MESSAGES/PoweredByStatusNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PoweredByStatusNet to French (Français) +# Translation of StatusNet - PoweredByStatusNet to French (français) # Exported from translatewiki.net # # Author: Crochet.david @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:44+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 (05c726a); Translate 2012-04-11\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 8676eb58ef..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:44+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 (05c726a); Translate 2012-04-11\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 6d67fb661c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:44+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 (05c726a); Translate 2012-04-11\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 bfca7dac16..68eb0bf825 100644 --- a/plugins/PoweredByStatusNet/locale/ia/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/ia/LC_MESSAGES/PoweredByStatusNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PoweredByStatusNet to Interlingua (Interlingua) +# Translation of StatusNet - PoweredByStatusNet to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:44+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 (05c726a); Translate 2012-04-11\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 df95b25c83..862389a0f5 100644 --- a/plugins/PoweredByStatusNet/locale/mk/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/mk/LC_MESSAGES/PoweredByStatusNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PoweredByStatusNet to Macedonian (Македонски) +# Translation of StatusNet - PoweredByStatusNet to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:45+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 (05c726a); Translate 2012-04-11\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 b0f1761e4e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:45+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 (05c726a); Translate 2012-04-11\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 162b6037fc..6f67d14758 100644 --- a/plugins/PoweredByStatusNet/locale/pt/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/pt/LC_MESSAGES/PoweredByStatusNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PoweredByStatusNet to Portuguese (Português) +# Translation of StatusNet - PoweredByStatusNet to Portuguese (português) # Exported from translatewiki.net # # Author: Waldir @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:45+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 (05c726a); Translate 2012-04-11\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 c78ee09aa0..89fd3bcdcd 100644 --- a/plugins/PoweredByStatusNet/locale/ru/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/ru/LC_MESSAGES/PoweredByStatusNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PoweredByStatusNet to Russian (Русский) +# Translation of StatusNet - PoweredByStatusNet to Russian (русский) # Exported from translatewiki.net # # Author: MaxSem @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:45+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 (05c726a); Translate 2012-04-11\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 d3860695fa..f6b2704def 100644 --- a/plugins/PoweredByStatusNet/locale/sv/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/sv/LC_MESSAGES/PoweredByStatusNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PoweredByStatusNet to Swedish (Svenska) +# Translation of StatusNet - PoweredByStatusNet to Swedish (svenska) # Exported from translatewiki.net # # Author: Jamminjohn @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:45+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 (05c726a); Translate 2012-04-11\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 497eb95c9a..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:45+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 (05c726a); Translate 2012-04-11\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 89af1903c0..7b24d496e9 100644 --- a/plugins/PoweredByStatusNet/locale/uk/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/uk/LC_MESSAGES/PoweredByStatusNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PoweredByStatusNet to Ukrainian (Українська) +# Translation of StatusNet - PoweredByStatusNet to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:45+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 (05c726a); Translate 2012-04-11\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 53e3ed9385..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-05-03 22:11+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 31f06138b4..a6b5aa8f46 100644 --- a/plugins/PtitUrl/locale/br/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/br/LC_MESSAGES/PtitUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PtitUrl to Breton (Brezhoneg) +# Translation of StatusNet - PtitUrl to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Fulup @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:45+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 (05c726a); Translate 2012-04-11\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 347c37cc32..5748f006a0 100644 --- a/plugins/PtitUrl/locale/ca/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/ca/LC_MESSAGES/PtitUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PtitUrl to Catalan (Català) +# Translation of StatusNet - PtitUrl to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:45+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 (05c726a); Translate 2012-04-11\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 4778ce60c6..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:45+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 (05c726a); Translate 2012-04-11\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 04c4fe0a14..66a5013286 100644 --- a/plugins/PtitUrl/locale/es/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/es/LC_MESSAGES/PtitUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PtitUrl to Spanish (Español) +# Translation of StatusNet - PtitUrl to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:45+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..4ff7d529f4 --- /dev/null +++ b/plugins/PtitUrl/locale/eu/LC_MESSAGES/PtitUrl.po @@ -0,0 +1,28 @@ +# Translation of StatusNet - PtitUrl to Basque (euskara) +# Exported from translatewiki.net +# +# Author: Artsuaga +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - PtitUrl\n" +"Report-Msgid-Bugs-To: \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 (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 "You must specify a serviceUrl for ptit URL shortening." +msgstr "Url zerbitzu bat zehaztu beharko zenuke ptit URL laburketetarako." + +#. TRANS: Plugin description. %1$s is the URL shortening service base URL (for example "bit.ly"). +#, php-format +msgid "Uses %1$s URL-shortener service." +msgstr "%1$s URL-laburtze zerbitzua erabiliz." diff --git a/plugins/PtitUrl/locale/fr/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/fr/LC_MESSAGES/PtitUrl.po index 917b076ff0..eb6fc04ebf 100644 --- a/plugins/PtitUrl/locale/fr/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/fr/LC_MESSAGES/PtitUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PtitUrl to French (Français) +# Translation of StatusNet - PtitUrl to French (français) # Exported from translatewiki.net # # Author: Hashar @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:45+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 (05c726a); Translate 2012-04-11\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 a992c8ac1e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:45+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 (05c726a); Translate 2012-04-11\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 aae87552a5..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:45+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 (05c726a); Translate 2012-04-11\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 da9724665d..de3533da7b 100644 --- a/plugins/PtitUrl/locale/ia/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/ia/LC_MESSAGES/PtitUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PtitUrl to Interlingua (Interlingua) +# Translation of StatusNet - PtitUrl to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:46+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 (05c726a); Translate 2012-04-11\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 024f08ee4d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:46+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 (05c726a); Translate 2012-04-11\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 739f1dc48e..4c815503fd 100644 --- a/plugins/PtitUrl/locale/mk/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/mk/LC_MESSAGES/PtitUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PtitUrl to Macedonian (Македонски) +# Translation of StatusNet - PtitUrl to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:46+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 (05c726a); Translate 2012-04-11\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 b1a26d1fce..b1ecfcd4da 100644 --- a/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PtitUrl to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - PtitUrl to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:46+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 (05c726a); Translate 2012-04-11\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 c35fe468e4..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:46+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 (05c726a); Translate 2012-04-11\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 ca23223d70..5274e23586 100644 --- a/plugins/PtitUrl/locale/pt/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/pt/LC_MESSAGES/PtitUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PtitUrl to Portuguese (Português) +# Translation of StatusNet - PtitUrl to Portuguese (português) # Exported from translatewiki.net # # Author: GTNS @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:46+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 (05c726a); Translate 2012-04-11\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 f2d6647326..93671c311b 100644 --- a/plugins/PtitUrl/locale/pt_BR/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/pt_BR/LC_MESSAGES/PtitUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PtitUrl to Brazilian Portuguese (Português do Brasil) +# Translation of StatusNet - PtitUrl to Brazilian Portuguese (português do Brasil) # Exported from translatewiki.net # # Author: Giro720 @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:46+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 (05c726a); Translate 2012-04-11\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 8bae444ccb..d236740f6f 100644 --- a/plugins/PtitUrl/locale/ru/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/ru/LC_MESSAGES/PtitUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PtitUrl to Russian (Русский) +# Translation of StatusNet - PtitUrl to Russian (русский) # Exported from translatewiki.net # # Author: Eleferen @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:46+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 (05c726a); Translate 2012-04-11\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 bc04b4717e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:46+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 (05c726a); Translate 2012-04-11\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 0f299b1733..4086020b29 100644 --- a/plugins/PtitUrl/locale/uk/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/uk/LC_MESSAGES/PtitUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PtitUrl to Ukrainian (Українська) +# Translation of StatusNet - PtitUrl to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:46+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 (05c726a); Translate 2012-04-11\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 8569a734bf..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-05-03 22:11+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 8932d6d68f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:46+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 (05c726a); Translate 2012-04-11\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 25804c1b3b..103aa10181 100644 --- a/plugins/QnA/locale/br/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/br/LC_MESSAGES/QnA.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - QnA to Breton (Brezhoneg) +# Translation of StatusNet - QnA to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:46+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 (05c726a); Translate 2012-04-11\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 3efdea95fe..5584b60ab5 100644 --- a/plugins/QnA/locale/ca/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/ca/LC_MESSAGES/QnA.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - QnA to Catalan (Català) +# Translation of StatusNet - QnA to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:47+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 (05c726a); Translate 2012-04-11\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 5efdf40c28..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:47+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 (05c726a); Translate 2012-04-11\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 163b62e3ab..6326088d69 100644 --- a/plugins/QnA/locale/es/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/es/LC_MESSAGES/QnA.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - QnA to Spanish (Español) +# Translation of StatusNet - QnA to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:47+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 (05c726a); Translate 2012-04-11\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 1d6e2b0d9e..a82322b858 100644 --- a/plugins/QnA/locale/eu/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/eu/LC_MESSAGES/QnA.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - QnA to Basque (Euskara) +# Translation of StatusNet - QnA to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:47+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 (05c726a); Translate 2012-04-11\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 1ac804f38d..e79acb1d35 100644 --- a/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - QnA to French (Français) +# Translation of StatusNet - QnA to French (français) # Exported from translatewiki.net # # Author: Brunoperel @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:47+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 (05c726a); Translate 2012-04-11\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 6dea640c6a..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:47+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 (05c726a); Translate 2012-04-11\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 997e3910e3..a7c1b74780 100644 --- a/plugins/QnA/locale/ia/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/ia/LC_MESSAGES/QnA.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - QnA to Interlingua (Interlingua) +# Translation of StatusNet - QnA to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:47+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 (05c726a); Translate 2012-04-11\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 fc063db0e5..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:47+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 (05c726a); Translate 2012-04-11\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" @@ -182,7 +182,7 @@ msgstr "あなたの回答..." #. TRANS: Link description for link to full notice text if it is longer than #. TRANS: what will be dispplayed. msgid "…" -msgstr "" +msgstr "…" #. TRANS: Title for link that is an ellipsis in English. msgid "more..." diff --git a/plugins/QnA/locale/mk/LC_MESSAGES/QnA.po b/plugins/QnA/locale/mk/LC_MESSAGES/QnA.po index 5c0e56b62d..7f916d81ce 100644 --- a/plugins/QnA/locale/mk/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/mk/LC_MESSAGES/QnA.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - QnA to Macedonian (Македонски) +# Translation of StatusNet - QnA to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:48+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 (05c726a); Translate 2012-04-11\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 48d8261e41..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:48+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 (05c726a); Translate 2012-04-11\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 abc4ce567b..f9f81092d9 100644 --- a/plugins/QnA/locale/pl/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/pl/LC_MESSAGES/QnA.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - QnA to Polish (Polski) +# Translation of StatusNet - QnA to Polish (polski) # Exported from translatewiki.net # # Author: Woytecr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:48+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 (05c726a); Translate 2012-04-11\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 77eb3182fb..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:48+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 (05c726a); Translate 2012-04-11\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 cef0bba033..a04fcc44d7 100644 --- a/plugins/QnA/locale/uk/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/uk/LC_MESSAGES/QnA.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - QnA to Ukrainian (Українська) +# Translation of StatusNet - QnA to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:48+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 (05c726a); Translate 2012-04-11\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 e9fdfad761..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-05-03 22:11+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 2f594c71f8..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:54+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 (05c726a); Translate 2012-04-11\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 aa9609168c..ce8bb0b4d4 100644 --- a/plugins/RSSCloud/locale/es/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/es/LC_MESSAGES/RSSCloud.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RSSCloud to Spanish (Español) +# Translation of StatusNet - RSSCloud to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:54+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..9d915af03f --- /dev/null +++ b/plugins/RSSCloud/locale/eu/LC_MESSAGES/RSSCloud.po @@ -0,0 +1,78 @@ +# Translation of StatusNet - RSSCloud to Basque (euskara) +# Exported from translatewiki.net +# +# Author: Artsuaga +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - RSSCloud\n" +"Report-Msgid-Bugs-To: \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 (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. +msgid "A URL parameter is required." +msgstr "URL parametroa ezinbestekoa da." + +#. TRANS: Form validation error displayed when HTTP GET is not used. +msgid "This resource requires an HTTP GET." +msgstr "Baliabide honek HTTP GET bat behar du." + +#. TRANS: Form validation error displayed when HTTP POST is not used. +msgid "This resource requires an HTTP POST." +msgstr "Metodo honek POST bat behar du." + +#. TRANS: Form validation error displayed when POST is not used. +msgid "Request must be POST." +msgstr "Eskariak POST izan behar du." + +#. TRANS: Form validation error displayed when HTTP POST is not used. +msgid "Only HTTP POST notifications are supported at this time." +msgstr "" + +#. TRANS: List separator. +msgctxt "SEPARATOR" +msgid ", " +msgstr ", " + +#. TRANS: Form validation error displayed when a request body is missing expected parameters. +#. TRANS: %s is a list of parameters separated by a list separator (default: ", "). +#, php-format +msgid "The following parameters were missing from the request body: %s." +msgstr "" + +#. TRANS: Form validation error displayed when not providing any valid profile feed URLs. +msgid "" +"You must provide at least one valid profile feed URL (url1, url2, url3 ... " +"urlN)." +msgstr "" + +#. TRANS: Form validation error displayed when not providing a valid feed URL. +msgid "Feed subscription failed: Not a valid feed." +msgstr "" + +#. TRANS: Form validation error displayed when feed subscription failed. +msgid "" +"Feed subscription failed: Notification handler does not respond correctly." +msgstr "" + +#. TRANS: Success message after subscribing to one or more feeds. +msgid "" +"Thanks for the subscription. When the feed(s) update(s), you will be " +"notified." +msgstr "" + +#. TRANS: Plugin description. +msgid "" +"The RSSCloud plugin enables your StatusNet instance to publish real-time " +"updates for profile RSS feeds using the RSSCloud protocol." +msgstr "" diff --git a/plugins/RSSCloud/locale/fr/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/fr/LC_MESSAGES/RSSCloud.po index 3576e964db..7ebca96218 100644 --- a/plugins/RSSCloud/locale/fr/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/fr/LC_MESSAGES/RSSCloud.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RSSCloud to French (Français) +# Translation of StatusNet - RSSCloud to French (français) # Exported from translatewiki.net # # Author: Crochet.david @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:54+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 (05c726a); Translate 2012-04-11\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 f15a1aa01a..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:54+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 (05c726a); Translate 2012-04-11\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 068a74a8c9..b87cd9e4d4 100644 --- a/plugins/RSSCloud/locale/ia/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/ia/LC_MESSAGES/RSSCloud.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RSSCloud to Interlingua (Interlingua) +# Translation of StatusNet - RSSCloud to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:55+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 (05c726a); Translate 2012-04-11\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 7db155cc85..76b6e045d2 100644 --- a/plugins/RSSCloud/locale/mk/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/mk/LC_MESSAGES/RSSCloud.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RSSCloud to Macedonian (Македонски) +# Translation of StatusNet - RSSCloud to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:55+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 (05c726a); Translate 2012-04-11\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 ee7d21b791..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:55+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 (05c726a); Translate 2012-04-11\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 e2e9a3841e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:55+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 (05c726a); Translate 2012-04-11\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 635a3fc058..9070d21099 100644 --- a/plugins/RSSCloud/locale/uk/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/uk/LC_MESSAGES/RSSCloud.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RSSCloud to Ukrainian (Українська) +# Translation of StatusNet - RSSCloud to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:55+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 (05c726a); Translate 2012-04-11\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 b9f93b5683..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-05-03 22:11+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 2753177230..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:48+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 (05c726a); Translate 2012-04-11\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 cb86fa03a1..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:48+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 (05c726a); Translate 2012-04-11\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 77a5e41d0f..3fb1b58382 100644 --- a/plugins/Realtime/locale/br/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/br/LC_MESSAGES/Realtime.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Realtime to Breton (Brezhoneg) +# Translation of StatusNet - Realtime to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:48+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 (05c726a); Translate 2012-04-11\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 2b00ca8e5e..e55ef3b124 100644 --- a/plugins/Realtime/locale/ca/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/ca/LC_MESSAGES/Realtime.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Realtime to Catalan (Català) +# Translation of StatusNet - Realtime to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:48+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 (05c726a); Translate 2012-04-11\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 7abb23f3e2..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:48+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 (05c726a); Translate 2012-04-11\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 a1444ada85..909ffec56a 100644 --- a/plugins/Realtime/locale/es/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/es/LC_MESSAGES/Realtime.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Realtime to Spanish (Español) +# Translation of StatusNet - Realtime to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:49+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..b6a7c51985 --- /dev/null +++ b/plugins/Realtime/locale/eu/LC_MESSAGES/Realtime.po @@ -0,0 +1,61 @@ +# Translation of StatusNet - Realtime to Basque (euskara) +# Exported from translatewiki.net +# +# Author: Artsuaga +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Realtime\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Client exception. Do not translate POST. +msgid "You have to POST it." +msgstr "POST bidez egin behar duzu." + +#. TRANS: Client exception thrown when the channel key argument is missing. +msgid "No channel key argument." +msgstr "Kanalerako gakoarentzako argudiorik ez." + +#. TRANS: Client exception thrown when referring to a non-existing channel. +msgid "No such channel." +msgstr "Kanal hori ez dago." + +#. TRANS: Text label for realtime view "play" button, usually replaced by an icon. +msgctxt "BUTTON" +msgid "Play" +msgstr "Play" + +#. TRANS: Tooltip for realtime view "play" button. +msgctxt "TOOLTIP" +msgid "Play" +msgstr "" + +#. TRANS: Text label for realtime view "pause" button +msgctxt "BUTTON" +msgid "Pause" +msgstr "Pausatu" + +#. TRANS: Tooltip for realtime view "pause" button +msgctxt "TOOLTIP" +msgid "Pause" +msgstr "Pausatu" + +#. TRANS: Text label for realtime view "popup" button, usually replaced by an icon. +msgctxt "BUTTON" +msgid "Pop up" +msgstr "Pop up" + +#. TRANS: Tooltip for realtime view "popup" button. +msgctxt "TOOLTIP" +msgid "Pop up in a window" +msgstr "" diff --git a/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po index 80397f44b8..ee6b1d3b49 100644 --- a/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Realtime to French (Français) +# Translation of StatusNet - Realtime to French (français) # Exported from translatewiki.net # # Author: Gomoko @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:49+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 (05c726a); Translate 2012-04-11\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 5a07801222..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:49+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 (05c726a); Translate 2012-04-11\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 9f6f598f1c..e6aaa527fa 100644 --- a/plugins/Realtime/locale/ia/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/ia/LC_MESSAGES/Realtime.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Realtime to Interlingua (Interlingua) +# Translation of StatusNet - Realtime to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:49+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..744c7f6977 --- /dev/null +++ b/plugins/Realtime/locale/ja/LC_MESSAGES/Realtime.po @@ -0,0 +1,61 @@ +# Translation of StatusNet - Realtime to Japanese (日本語) +# Exported from translatewiki.net +# +# Author: Shirayuki +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Realtime\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. TRANS: Client exception. Do not translate POST. +msgid "You have to POST it." +msgstr "" + +#. TRANS: Client exception thrown when the channel key argument is missing. +msgid "No channel key argument." +msgstr "" + +#. TRANS: Client exception thrown when referring to a non-existing channel. +msgid "No such channel." +msgstr "" + +#. TRANS: Text label for realtime view "play" button, usually replaced by an icon. +msgctxt "BUTTON" +msgid "Play" +msgstr "再生" + +#. TRANS: Tooltip for realtime view "play" button. +msgctxt "TOOLTIP" +msgid "Play" +msgstr "再生" + +#. TRANS: Text label for realtime view "pause" button +msgctxt "BUTTON" +msgid "Pause" +msgstr "一時停止" + +#. TRANS: Tooltip for realtime view "pause" button +msgctxt "TOOLTIP" +msgid "Pause" +msgstr "一時停止" + +#. TRANS: Text label for realtime view "popup" button, usually replaced by an icon. +msgctxt "BUTTON" +msgid "Pop up" +msgstr "ポップアップ" + +#. TRANS: Tooltip for realtime view "popup" button. +msgctxt "TOOLTIP" +msgid "Pop up in a window" +msgstr "" diff --git a/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po index 11615e6bf0..243603160d 100644 --- a/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Realtime to Latvian (Latviešu) +# Translation of StatusNet - Realtime to Latvian (latviešu) # Exported from translatewiki.net # # Author: GreenZeb @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:49+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 (05c726a); Translate 2012-04-11\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 cfa1682ef5..283da3626d 100644 --- a/plugins/Realtime/locale/mk/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/mk/LC_MESSAGES/Realtime.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Realtime to Macedonian (Македонски) +# Translation of StatusNet - Realtime to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:49+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 (05c726a); Translate 2012-04-11\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 04da5f92bf..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:49+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 (05c726a); Translate 2012-04-11\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 16ddf2164d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:49+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 (05c726a); Translate 2012-04-11\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 d10da94d9e..2c8789db84 100644 --- a/plugins/Realtime/locale/pl/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/pl/LC_MESSAGES/Realtime.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Realtime to Polish (Polski) +# Translation of StatusNet - Realtime to Polish (polski) # Exported from translatewiki.net # # Author: Woytecr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:49+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 (05c726a); Translate 2012-04-11\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 51171ed0e2..7729ee9f7b 100644 --- a/plugins/Realtime/locale/sv/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/sv/LC_MESSAGES/Realtime.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Realtime to Swedish (Svenska) +# Translation of StatusNet - Realtime to Swedish (svenska) # Exported from translatewiki.net # # Author: Lokal Profil @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:49+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 (05c726a); Translate 2012-04-11\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 ce6f9aa320..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:49+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 (05c726a); Translate 2012-04-11\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 99f4defd45..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:49+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 (05c726a); Translate 2012-04-11\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 78b1015e27..1d91e5cc45 100644 --- a/plugins/Realtime/locale/uk/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/uk/LC_MESSAGES/Realtime.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Realtime to Ukrainian (Українська) +# Translation of StatusNet - Realtime to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:49+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 (05c726a); Translate 2012-04-11\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 2178de0fb9..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-05-03 22:11+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 c911f7289e..b58605b7fd 100644 --- a/plugins/Recaptcha/locale/ca/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/ca/LC_MESSAGES/Recaptcha.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Recaptcha to Catalan (Català) +# Translation of StatusNet - Recaptcha to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:49+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 (05c726a); Translate 2012-04-11\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 7c4191f864..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:50+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 (05c726a); Translate 2012-04-11\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 407f2c8535..f62215aab7 100644 --- a/plugins/Recaptcha/locale/es/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/es/LC_MESSAGES/Recaptcha.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Recaptcha to Spanish (Español) +# Translation of StatusNet - Recaptcha to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:50+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 (05c726a); Translate 2012-04-11\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 3e19bf4345..f2e4f986ce 100644 --- a/plugins/Recaptcha/locale/fr/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/fr/LC_MESSAGES/Recaptcha.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Recaptcha to French (Français) +# Translation of StatusNet - Recaptcha to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:50+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 (05c726a); Translate 2012-04-11\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 d8b293dbb7..1974962a83 100644 --- a/plugins/Recaptcha/locale/fur/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/fur/LC_MESSAGES/Recaptcha.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Recaptcha to Friulian (Furlan) +# Translation of StatusNet - Recaptcha to Friulian (furlan) # Exported from translatewiki.net # # Author: Klenje @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:50+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 (05c726a); Translate 2012-04-11\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 97fe5aa73e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:50+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 (05c726a); Translate 2012-04-11\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 6691200cfd..9f42ea4891 100644 --- a/plugins/Recaptcha/locale/ia/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/ia/LC_MESSAGES/Recaptcha.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Recaptcha to Interlingua (Interlingua) +# Translation of StatusNet - Recaptcha to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:50+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 (05c726a); Translate 2012-04-11\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 c88293eae9..a3c2256025 100644 --- a/plugins/Recaptcha/locale/mk/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/mk/LC_MESSAGES/Recaptcha.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Recaptcha to Macedonian (Македонски) +# Translation of StatusNet - Recaptcha to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:50+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 (05c726a); Translate 2012-04-11\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 b4d227c2e2..c7fb0f8da9 100644 --- a/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Recaptcha to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - Recaptcha to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:50+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 (05c726a); Translate 2012-04-11\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 24095e1a1e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:50+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 (05c726a); Translate 2012-04-11\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 527cfa1e1f..a5520e7026 100644 --- a/plugins/Recaptcha/locale/pl/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/pl/LC_MESSAGES/Recaptcha.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Recaptcha to Polish (Polski) +# Translation of StatusNet - Recaptcha to Polish (polski) # Exported from translatewiki.net # # Author: Raven @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:50+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 (05c726a); Translate 2012-04-11\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 accc46f72a..5bbcfe98e6 100644 --- a/plugins/Recaptcha/locale/pt/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/pt/LC_MESSAGES/Recaptcha.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Recaptcha to Portuguese (Português) +# Translation of StatusNet - Recaptcha to Portuguese (português) # Exported from translatewiki.net # # Author: GTNS @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:50+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 (05c726a); Translate 2012-04-11\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 a0b1f51057..fcb10a821e 100644 --- a/plugins/Recaptcha/locale/ru/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/ru/LC_MESSAGES/Recaptcha.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Recaptcha to Russian (Русский) +# Translation of StatusNet - Recaptcha to Russian (русский) # Exported from translatewiki.net # # Author: Eleferen @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:50+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 (05c726a); Translate 2012-04-11\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 4716604c1e..64aaee3835 100644 --- a/plugins/Recaptcha/locale/sv/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/sv/LC_MESSAGES/Recaptcha.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Recaptcha to Swedish (Svenska) +# Translation of StatusNet - Recaptcha to Swedish (svenska) # Exported from translatewiki.net # # Author: Jamminjohn @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:51+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 (05c726a); Translate 2012-04-11\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 6670edb4e5..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:51+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 (05c726a); Translate 2012-04-11\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 fa094047a0..0c67de4e99 100644 --- a/plugins/Recaptcha/locale/uk/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/uk/LC_MESSAGES/Recaptcha.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Recaptcha to Ukrainian (Українська) +# Translation of StatusNet - Recaptcha to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:51+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 (05c726a); Translate 2012-04-11\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 b0f8958c37..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-05-03 22:11+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 81ad0bc438..e38ff7ab88 100644 --- a/plugins/RegisterThrottle/locale/ca/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/ca/LC_MESSAGES/RegisterThrottle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RegisterThrottle to Catalan (Català) +# Translation of StatusNet - RegisterThrottle to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:51+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 (05c726a); Translate 2012-04-11\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 b621723149..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:51+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 (05c726a); Translate 2012-04-11\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 a42ebe8119..25f765b104 100644 --- a/plugins/RegisterThrottle/locale/es/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/es/LC_MESSAGES/RegisterThrottle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RegisterThrottle to Spanish (Español) +# Translation of StatusNet - RegisterThrottle to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:51+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 (05c726a); Translate 2012-04-11\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 7ff13d70f4..0bc99982c0 100644 --- a/plugins/RegisterThrottle/locale/fr/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/fr/LC_MESSAGES/RegisterThrottle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RegisterThrottle to French (Français) +# Translation of StatusNet - RegisterThrottle to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:51+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 (05c726a); Translate 2012-04-11\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 2142a8439e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:51+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 (05c726a); Translate 2012-04-11\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 9605d10905..cfbba99218 100644 --- a/plugins/RegisterThrottle/locale/ia/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/ia/LC_MESSAGES/RegisterThrottle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RegisterThrottle to Interlingua (Interlingua) +# Translation of StatusNet - RegisterThrottle to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:51+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 (05c726a); Translate 2012-04-11\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 1eef3c4cfb..350923f41d 100644 --- a/plugins/RegisterThrottle/locale/mk/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/mk/LC_MESSAGES/RegisterThrottle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RegisterThrottle to Macedonian (Македонски) +# Translation of StatusNet - RegisterThrottle to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:51+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 (05c726a); Translate 2012-04-11\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 d11ebd0d33..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:51+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 (05c726a); Translate 2012-04-11\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 719392ea7d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:51+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 (05c726a); Translate 2012-04-11\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 102e39580f..21061a7387 100644 --- a/plugins/RegisterThrottle/locale/uk/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/uk/LC_MESSAGES/RegisterThrottle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RegisterThrottle to Ukrainian (Українська) +# Translation of StatusNet - RegisterThrottle to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:52+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 (05c726a); Translate 2012-04-11\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 6cbfd64087..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-05-03 22:11+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 7340d27aa0..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:52+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 (05c726a); Translate 2012-04-11\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 acf638d350..f7bf93b449 100644 --- a/plugins/RequireValidatedEmail/locale/br/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/br/LC_MESSAGES/RequireValidatedEmail.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RequireValidatedEmail to Breton (Brezhoneg) +# Translation of StatusNet - RequireValidatedEmail to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:52+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 (05c726a); Translate 2012-04-11\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 824498ae96..cab8c19b28 100644 --- a/plugins/RequireValidatedEmail/locale/ca/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/ca/LC_MESSAGES/RequireValidatedEmail.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RequireValidatedEmail to Catalan (Català) +# Translation of StatusNet - RequireValidatedEmail to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:52+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 (05c726a); Translate 2012-04-11\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 f69d3ab9d7..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:52+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 (05c726a); Translate 2012-04-11\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 3928181978..e78ef6bc82 100644 --- a/plugins/RequireValidatedEmail/locale/es/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/es/LC_MESSAGES/RequireValidatedEmail.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RequireValidatedEmail to Spanish (Español) +# Translation of StatusNet - RequireValidatedEmail to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:52+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..ff1b72e64f --- /dev/null +++ b/plugins/RequireValidatedEmail/locale/eu/LC_MESSAGES/RequireValidatedEmail.po @@ -0,0 +1,98 @@ +# Translation of StatusNet - RequireValidatedEmail to Basque (euskara) +# Exported from translatewiki.net +# +# Author: Artsuaga +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - RequireValidatedEmail\n" +"Report-Msgid-Bugs-To: \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 (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. +msgid "You must validate your email address before posting." +msgstr "" + +#. TRANS: Client exception thrown when trying to register without providing an e-mail address. +msgid "You must provide an email address to register." +msgstr "" + +#. TRANS: Plugin description. +msgid "Disables posting without a validated email address." +msgstr "" + +#. TRANS: Client exception thrown when trying to register while already logged in. +msgid "You are already logged in." +msgstr "Dagoeneko saioa hasi duzu." + +#. TRANS: Client exception thrown when trying to register with a non-existing confirmation code. +msgid "Confirmation code not found." +msgstr "Ez da baieztapen koderik aurkitu." + +#. TRANS: Client exception thrown when trying to register with a confirmation code that is not connected with a user. +msgid "No user for that confirmation code." +msgstr "Baieztapen-kode horrentzat ez dago erabiltzailerik." + +#. TRANS: Client exception thrown when trying to register with a invalid e-mail address. +#. TRANS: %s is the invalid e-mail address. +#, php-format +msgid "Unrecognized address type %s." +msgstr "%s helbide-mota ez da ezaguna." + +#. TRANS: Client error for an already confirmed email/jabber/sms address. +msgid "That address has already been confirmed." +msgstr "Helbide hori dagoeneko baieztatu da." + +#. TRANS: Client exception thrown when trying to register with too short a password. +msgid "Password too short." +msgstr "Pasahitz laburregia." + +#. TRANS: Client exception thrown when trying to register without providing the same password twice. +msgid "Passwords do not match." +msgstr "Pasahitzak ez datoz bat." + +#. TRANS: Form instructions. %s is the nickname of the to be registered user. +#, php-format +msgid "" +"You have confirmed the email address for your new user account %s. Use the " +"form below to set your new password." +msgstr "" + +#. TRANS: Page title. +msgid "Set a password" +msgstr "Pasahitza bat zehaztu." + +#. TRANS: Form legend. +msgid "Confirm email address" +msgstr "Helbide elektronikoa baieztatu." + +#. TRANS: Field label. +msgid "New password" +msgstr "Pasahitz berria" + +#. TRANS: Field title for password field. +msgid "6 or more characters." +msgstr "6 karaktere edo gehiago." + +#. TRANS: Field label for repeat password field. +msgctxt "LABEL" +msgid "Confirm" +msgstr "Baieztatu" + +#. TRANS: Field title for repeat password field. +msgid "Same as password above." +msgstr "Gohiko pasahitz berbera." + +#. TRANS: Button text for completing registration by e-mail. +msgctxt "BUTTON" +msgid "Save" +msgstr "Gorde" diff --git a/plugins/RequireValidatedEmail/locale/fr/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/fr/LC_MESSAGES/RequireValidatedEmail.po index 65b3c0d5fd..f2516cb081 100644 --- a/plugins/RequireValidatedEmail/locale/fr/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/fr/LC_MESSAGES/RequireValidatedEmail.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RequireValidatedEmail to French (Français) +# Translation of StatusNet - RequireValidatedEmail to French (français) # Exported from translatewiki.net # # Author: Brunoperel @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:52+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 (05c726a); Translate 2012-04-11\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 5e25531f12..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:52+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 (05c726a); Translate 2012-04-11\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 712f689902..9d2d592be5 100644 --- a/plugins/RequireValidatedEmail/locale/ia/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/ia/LC_MESSAGES/RequireValidatedEmail.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RequireValidatedEmail to Interlingua (Interlingua) +# Translation of StatusNet - RequireValidatedEmail to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:52+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 (05c726a); Translate 2012-04-11\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 4a68d1f844..9efdb41329 100644 --- a/plugins/RequireValidatedEmail/locale/mk/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/mk/LC_MESSAGES/RequireValidatedEmail.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RequireValidatedEmail to Macedonian (Македонски) +# Translation of StatusNet - RequireValidatedEmail to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:53+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 (05c726a); Translate 2012-04-11\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 d54e7ad0d5..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:53+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 (05c726a); Translate 2012-04-11\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 704064e79e..9e2cc5c97b 100644 --- a/plugins/RequireValidatedEmail/locale/pl/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/pl/LC_MESSAGES/RequireValidatedEmail.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RequireValidatedEmail to Polish (Polski) +# Translation of StatusNet - RequireValidatedEmail to Polish (polski) # Exported from translatewiki.net # # Author: Woytecr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:53+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 (05c726a); Translate 2012-04-11\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 602d3fdc61..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:53+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 (05c726a); Translate 2012-04-11\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 dbf0e39a08..610d933b37 100644 --- a/plugins/RequireValidatedEmail/locale/uk/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/uk/LC_MESSAGES/RequireValidatedEmail.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - RequireValidatedEmail to Ukrainian (Українська) +# Translation of StatusNet - RequireValidatedEmail to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:53+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 (05c726a); Translate 2012-04-11\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 1e1f89f89d..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-05-03 22:11+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 85094f9205..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:53+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 (05c726a); Translate 2012-04-11\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 70c940a549..c608bfbaa3 100644 --- a/plugins/ReverseUsernameAuthentication/locale/es/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/es/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ReverseUsernameAuthentication to Spanish (Español) +# Translation of StatusNet - ReverseUsernameAuthentication to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:53+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 (05c726a); Translate 2012-04-11\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 1aff99e003..2875634839 100644 --- a/plugins/ReverseUsernameAuthentication/locale/fr/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/fr/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ReverseUsernameAuthentication to French (Français) +# Translation of StatusNet - ReverseUsernameAuthentication to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:53+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 (05c726a); Translate 2012-04-11\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 0f18e3a7ac..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:53+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 (05c726a); Translate 2012-04-11\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 44196ecc4d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:53+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 (05c726a); Translate 2012-04-11\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 6a203d576d..22521b96b5 100644 --- a/plugins/ReverseUsernameAuthentication/locale/ia/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/ia/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ReverseUsernameAuthentication to Interlingua (Interlingua) +# Translation of StatusNet - ReverseUsernameAuthentication to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:53+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 (05c726a); Translate 2012-04-11\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 767c302712..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:53+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 (05c726a); Translate 2012-04-11\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 ca900d75d0..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:53+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 (05c726a); Translate 2012-04-11\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 5e8938168e..9e0f8b1a7d 100644 --- a/plugins/ReverseUsernameAuthentication/locale/mk/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/mk/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ReverseUsernameAuthentication to Macedonian (Македонски) +# Translation of StatusNet - ReverseUsernameAuthentication to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:54+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 (05c726a); Translate 2012-04-11\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 996c844673..e341c7cef1 100644 --- a/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ReverseUsernameAuthentication to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - ReverseUsernameAuthentication to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:54+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 (05c726a); Translate 2012-04-11\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 7824e34991..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:54+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 (05c726a); Translate 2012-04-11\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 c35c43231d..e948719097 100644 --- a/plugins/ReverseUsernameAuthentication/locale/ru/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/ru/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ReverseUsernameAuthentication to Russian (Русский) +# Translation of StatusNet - ReverseUsernameAuthentication to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:54+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 (05c726a); Translate 2012-04-11\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 8c4a437191..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:54+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 (05c726a); Translate 2012-04-11\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 178a472bbf..9389b11ecf 100644 --- a/plugins/ReverseUsernameAuthentication/locale/uk/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/uk/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ReverseUsernameAuthentication to Ukrainian (Українська) +# Translation of StatusNet - ReverseUsernameAuthentication to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:54+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 (05c726a); Translate 2012-04-11\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 1fa40ec1f0..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-05-03 22:11+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 ce5563aa0c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:03+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 (05c726a); Translate 2012-04-11\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 552ce0c14f..64b68717f4 100644 --- a/plugins/SQLProfile/locale/es/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/es/LC_MESSAGES/SQLProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SQLProfile to Spanish (Español) +# Translation of StatusNet - SQLProfile to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:03+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 (05c726a); Translate 2012-04-11\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 672540e43a..b221c62a22 100644 --- a/plugins/SQLProfile/locale/fr/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/fr/LC_MESSAGES/SQLProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SQLProfile to French (Français) +# Translation of StatusNet - SQLProfile to French (français) # Exported from translatewiki.net # # Author: IAlex @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:03+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 (05c726a); Translate 2012-04-11\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 560895b080..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:03+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 (05c726a); Translate 2012-04-11\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 569f8407df..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:03+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 (05c726a); Translate 2012-04-11\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 b8d75ab31e..e0624e89ae 100644 --- a/plugins/SQLProfile/locale/ia/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/ia/LC_MESSAGES/SQLProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SQLProfile to Interlingua (Interlingua) +# Translation of StatusNet - SQLProfile to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:03+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 (05c726a); Translate 2012-04-11\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 74eed1512e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:03+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 (05c726a); Translate 2012-04-11\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 869a98aaaa..06fb790a83 100644 --- a/plugins/SQLProfile/locale/mk/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/mk/LC_MESSAGES/SQLProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SQLProfile to Macedonian (Македонски) +# Translation of StatusNet - SQLProfile to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:03+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 (05c726a); Translate 2012-04-11\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 26c8df5dbf..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:03+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 (05c726a); Translate 2012-04-11\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 d36163d894..2f475ca002 100644 --- a/plugins/SQLProfile/locale/pt/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/pt/LC_MESSAGES/SQLProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SQLProfile to Portuguese (Português) +# Translation of StatusNet - SQLProfile to Portuguese (português) # Exported from translatewiki.net # # Author: Waldir @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:03+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 (05c726a); Translate 2012-04-11\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 abf6041808..344d1ddc17 100644 --- a/plugins/SQLProfile/locale/ru/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/ru/LC_MESSAGES/SQLProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SQLProfile to Russian (Русский) +# Translation of StatusNet - SQLProfile to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:04+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 (05c726a); Translate 2012-04-11\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 7eb9938de3..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:04+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 (05c726a); Translate 2012-04-11\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 f205a5a4d3..f2a3cceb24 100644 --- a/plugins/SQLProfile/locale/uk/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/uk/LC_MESSAGES/SQLProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SQLProfile to Ukrainian (Українська) +# Translation of StatusNet - SQLProfile to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:04+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 (05c726a); Translate 2012-04-11\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 91f7223408..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-05-03 22:11+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 378a1b8f34..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:04+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 (05c726a); Translate 2012-04-11\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 3025950bfc..42d41719b4 100644 --- a/plugins/SQLStats/locale/es/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/es/LC_MESSAGES/SQLStats.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SQLStats to Spanish (Español) +# Translation of StatusNet - SQLStats to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:04+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 (05c726a); Translate 2012-04-11\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 ce253cfe4a..af3718060d 100644 --- a/plugins/SQLStats/locale/fr/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/fr/LC_MESSAGES/SQLStats.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SQLStats to French (Français) +# Translation of StatusNet - SQLStats to French (français) # Exported from translatewiki.net # # Author: Od1n @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:04+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 (05c726a); Translate 2012-04-11\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 37801f078d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:04+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 (05c726a); Translate 2012-04-11\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 83b97f2dd2..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:04+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 (05c726a); Translate 2012-04-11\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 7a2bd61e9a..581d731c4e 100644 --- a/plugins/SQLStats/locale/ia/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/ia/LC_MESSAGES/SQLStats.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SQLStats to Interlingua (Interlingua) +# Translation of StatusNet - SQLStats to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:04+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 (05c726a); Translate 2012-04-11\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 a65a2176ff..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:04+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 (05c726a); Translate 2012-04-11\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 0cc6ea14bb..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:04+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 (05c726a); Translate 2012-04-11\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 1ddc350585..418e0c9c52 100644 --- a/plugins/SQLStats/locale/mk/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/mk/LC_MESSAGES/SQLStats.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SQLStats to Macedonian (Македонски) +# Translation of StatusNet - SQLStats to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:04+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 (05c726a); Translate 2012-04-11\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 776392cf13..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:04+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 (05c726a); Translate 2012-04-11\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 72eda499b6..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:04+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 (05c726a); Translate 2012-04-11\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 e259ef295c..35ad98ba0d 100644 --- a/plugins/SQLStats/locale/uk/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/uk/LC_MESSAGES/SQLStats.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SQLStats to Ukrainian (Українська) +# Translation of StatusNet - SQLStats to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:04+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 (05c726a); Translate 2012-04-11\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 8ebd420606..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-05-03 22:11+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 4e73dff6c0..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:55+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 (05c726a); Translate 2012-04-11\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 da3f7fcda5..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:55+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 (05c726a); Translate 2012-04-11\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 7eda6340eb..69f213c2c3 100644 --- a/plugins/Sample/locale/br/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/br/LC_MESSAGES/Sample.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Sample to Breton (Brezhoneg) +# Translation of StatusNet - Sample to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:55+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 (05c726a); Translate 2012-04-11\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 339054bb91..f577c06194 100644 --- a/plugins/Sample/locale/ca/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/ca/LC_MESSAGES/Sample.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Sample to Catalan (Català) +# Translation of StatusNet - Sample to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:55+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 (05c726a); Translate 2012-04-11\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 ed6dc443ef..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:55+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 (05c726a); Translate 2012-04-11\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 99cc254578..740e4c178a 100644 --- a/plugins/Sample/locale/es/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/es/LC_MESSAGES/Sample.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Sample to Spanish (Español) +# Translation of StatusNet - Sample to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:55+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..d341773671 --- /dev/null +++ b/plugins/Sample/locale/eu/LC_MESSAGES/Sample.po @@ -0,0 +1,66 @@ +# Translation of StatusNet - Sample to Basque (euskara) +# Exported from translatewiki.net +# +# Author: Artsuaga +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Sample\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Page title for sample plugin. +#. TRANS: Menu item in sample plugin. +msgid "Hello" +msgstr "Kaixo" + +#. TRANS: Page title for sample plugin. %s is a user nickname. +#, php-format +msgid "Hello, %s!" +msgstr "" + +#. TRANS: Message in sample plugin. +msgid "Hello, stranger!" +msgstr "" + +#. TRANS: Message in sample plugin. %s is a user nickname. +#, php-format +msgid "Hello, %s" +msgstr "" + +#. TRANS: Message in sample plugin. +#. TRANS: %d is the number of times a user is greeted. +#, fuzzy, php-format +msgid "I have greeted you %d time." +msgid_plural "I have greeted you %d times." +msgstr[0] "Ekitaldi data/ordua" +msgstr[1] "" + +#. TRANS: Menu item title in sample plugin. +msgid "A warm greeting" +msgstr "" + +#. TRANS: Plugin description. +msgid "A sample plugin to show basics of development for new hackers." +msgstr "Frogako plugin bat, hacker berriei garapen oinarriak erakusteko." + +#. TRANS: Exception thrown when the user greeting count could not be saved in the database. +#. TRANS: %d is a user ID (number). +#, php-format +msgid "Could not save new greeting count for %d." +msgstr "Ezin izan da %d(e)ri bidalitako agur kopurua gorde." + +#. TRANS: Exception thrown when the user greeting count could not be saved in the database. +#. TRANS: %d is a user ID (number). +#, php-format +msgid "Could not increment greeting count for %d." +msgstr "Ezin izan da gehitu %d(r)i bidalitako agur kopurua." diff --git a/plugins/Sample/locale/fr/LC_MESSAGES/Sample.po b/plugins/Sample/locale/fr/LC_MESSAGES/Sample.po index d86779806d..e98eb3f8ca 100644 --- a/plugins/Sample/locale/fr/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/fr/LC_MESSAGES/Sample.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Sample to French (Français) +# Translation of StatusNet - Sample to French (français) # Exported from translatewiki.net # # Author: Verdy p @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:55+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 (05c726a); Translate 2012-04-11\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 69c25a2a8a..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:56+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 (05c726a); Translate 2012-04-11\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 4c7177e9c7..3821a8bf78 100644 --- a/plugins/Sample/locale/ia/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/ia/LC_MESSAGES/Sample.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Sample to Interlingua (Interlingua) +# Translation of StatusNet - Sample to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:56+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 (05c726a); Translate 2012-04-11\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 a465221d04..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:56+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 (05c726a); Translate 2012-04-11\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 f27976076a..72a8289670 100644 --- a/plugins/Sample/locale/mk/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/mk/LC_MESSAGES/Sample.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Sample to Macedonian (Македонски) +# Translation of StatusNet - Sample to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:56+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 (05c726a); Translate 2012-04-11\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 f315bddd57..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:56+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 (05c726a); Translate 2012-04-11\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 5cfa386b05..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:56+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 (05c726a); Translate 2012-04-11\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 5e8e3282d3..355ccbfb64 100644 --- a/plugins/Sample/locale/ru/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/ru/LC_MESSAGES/Sample.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Sample to Russian (Русский) +# Translation of StatusNet - Sample to Russian (русский) # Exported from translatewiki.net # # Author: Eleferen @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:56+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 (05c726a); Translate 2012-04-11\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 7bdaf326d4..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:56+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 (05c726a); Translate 2012-04-11\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 a83f85ffe2..4d8691fd7e 100644 --- a/plugins/Sample/locale/uk/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/uk/LC_MESSAGES/Sample.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Sample to Ukrainian (Українська) +# Translation of StatusNet - Sample to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:56+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 (05c726a); Translate 2012-04-11\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 99310d8a03..1a26ab16de 100644 --- a/plugins/Sample/locale/zh_CN/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/zh_CN/LC_MESSAGES/Sample.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Sample to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - Sample to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: ZhengYiFeng @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:56+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 (05c726a); Translate 2012-04-11\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 9f81376f70..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-05-03 22:11+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 6ee8fb79ea..5094271e7d 100644 --- a/plugins/SearchSub/locale/ca/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/ca/LC_MESSAGES/SearchSub.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SearchSub to Catalan (Català) +# Translation of StatusNet - SearchSub to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:56+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 (05c726a); Translate 2012-04-11\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 f6bbc8c030..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:57+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 (05c726a); Translate 2012-04-11\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 42c1face00..9d54a502db 100644 --- a/plugins/SearchSub/locale/es/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/es/LC_MESSAGES/SearchSub.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SearchSub to Spanish (Español) +# Translation of StatusNet - SearchSub to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:57+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..8e631460bb --- /dev/null +++ b/plugins/SearchSub/locale/eu/LC_MESSAGES/SearchSub.po @@ -0,0 +1,213 @@ +# Translation of StatusNet - SearchSub to Basque (euskara) +# Exported from translatewiki.net +# +# Author: Artsuaga +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - SearchSub\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Header for subscriptions overview for a user (first page). +#. TRANS: %s is a user nickname. +#, php-format +msgid "%s's search subscriptions" +msgstr "%s(r)en bilaketa harpidetzak" + +#. TRANS: Header for subscriptions overview for a user (not first page). +#. TRANS: %1$s is a user nickname, %2$d is the page number. +#, fuzzy, php-format +msgid "%1$s's search subscriptions, page %2$d" +msgstr "%1$s(r)en bilaketa harpidetzak, %2$s. orria" + +#. TRANS: Page notice for page with an overview of all search subscriptions +#. TRANS: of the logged in user's own profile. +msgid "" +"You have subscribed to receive all notices on this site matching the " +"following searches:" +msgstr "" + +#. TRANS: Page notice for page with an overview of all subscriptions of a user other +#. TRANS: than the logged in user. %s is the user nickname. +#, php-format +msgid "" +"%s has subscribed to receive all notices on this site matching the following " +"searches:" +msgstr "" + +#. TRANS: Search subscription list text when the logged in user has no search subscriptions. +msgid "" +"You are not subscribed to any text searches right now. You can push the " +"\"Subscribe\" button on any notice text search to automatically receive any " +"public messages on this site that match that search, even if you are not " +"subscribed to the poster." +msgstr "" + +#. TRANS: Search subscription list text when looking at the subscriptions for a of a user other +#. TRANS: than the logged in user that has no search subscriptions. %s is the user nickname. +#. TRANS: Subscription list text when looking at the subscriptions for a of a user that has none +#. TRANS: as an anonymous user. %s is the user nickname. +#, php-format +msgid "%s is not subscribed to any searches." +msgstr "" + +#. TRANS: Search subscription list item. %1$s is a URL to a notice search, +#. TRANS: %2$s are the search criteria, %3$s is a datestring. +#, php-format +msgid "\"%2$s\" since %3$s" +msgstr "\"%2$s\" %3$s(e)tik." + +#. TRANS: Error text shown a user tries to untrack a search query they're not subscribed to. +#. TRANS: %s is the keyword for the search. +#, php-format +msgid "You are not tracking the search \"%s\"." +msgstr "Ez zara \"%s\" bilaketa jarraitzen ari." + +#. TRANS: Message given having failed to cancel a search subscription by untrack command. +#. TRANS: %s is the keyword for the query. +#, php-format +msgid "Could not end a search subscription for query \"%s\"." +msgstr "" + +#. TRANS: Message given having removed a search subscription by untrack command. +#. TRANS: %s is the keyword for the search. +#, php-format +msgid "You are no longer subscribed to the search \"%s\"." +msgstr "" + +#. TRANS: Client error displayed trying to perform any request method other than POST. +#. TRANS: Do not translate POST. +msgid "This action only accepts POST requests." +msgstr "Ekintza honek POST eskariak soilik onartzen ditu." + +#. TRANS: Client error displayed when the session token is not okay. +msgid "There was a problem with your session token. Try again, please." +msgstr "Arazoa egon da zure saio-tokenarekin. Saiatu berriro, mesedez." + +#. TRANS: Error message displayed when trying to perform an action that requires a logged in user. +msgid "Not logged in." +msgstr "Saioa hasi gabe." + +#. TRANS: Client error displayed trying to subscribe to a non-existing profile. +msgid "No such profile." +msgstr "Profil hori ez dago." + +#. TRANS: Page title when search subscription succeeded. +msgid "Subscribed" +msgstr "Harpidetua" + +#. TRANS: Form legend. +msgid "Unsubscribe from this search" +msgstr "Eten bilaketa honekiko harpidetza" + +#. TRANS: Button text for unsubscribing from a text search. +msgctxt "BUTTON" +msgid "Unsubscribe" +msgstr "Harpidetza kendu" + +#. TRANS: Button title for unsubscribing from a text search. +msgid "Unsubscribe from this search." +msgstr "KEten bilaketa honekiko harpidetza" + +#. TRANS: Page title when search unsubscription succeeded. +msgid "Unsubscribed" +msgstr "Harpidetu gabea" + +#. TRANS: Error text shown a user tries to track a search query they're already subscribed to. +#, php-format +msgid "You are already tracking the search \"%s\"." +msgstr "Dagoeneko \"%s\" bilaketa jarraitzen ari zara." + +#. TRANS: Message given having failed to set up a search subscription by track command. +#, php-format +msgid "Could not start a search subscription for query \"%s\"." +msgstr "" + +#. TRANS: Message given having added a search subscription by track command. +#, php-format +msgid "You are subscribed to the search \"%s\"." +msgstr "\"%s\" bilaketara harpideturik zaude." + +#. TRANS: Plugin description. +msgid "Plugin to allow following all messages with a given search." +msgstr "" + +#. TRANS: SearchSub plugin menu item on user settings page. +#. TRANS: Sub menu for searches. +msgctxt "MENU" +msgid "Searches" +msgstr "" + +#. TRANS: SearchSub plugin tooltip for user settings menu item. +msgid "Configure search subscriptions" +msgstr "Konfiguratu bilaketa harpidetzak" + +#. TRANS: Help message for IM/SMS command "track " +msgctxt "COMMANDHELP" +msgid "Start following notices matching the given search query." +msgstr "" + +#. TRANS: Help message for IM/SMS command "untrack " +msgctxt "COMMANDHELP" +msgid "Stop following notices matching the given search query." +msgstr "" + +#. TRANS: Help message for IM/SMS command "track off" +#. TRANS: Help message for IM/SMS command "untrack all" +msgctxt "COMMANDHELP" +msgid "Disable all tracked search subscriptions." +msgstr "" + +#. TRANS: Help message for IM/SMS command "tracks" +#. TRANS: Help message for IM/SMS command "tracking" +msgctxt "COMMANDHELP" +msgid "List all your search subscriptions." +msgstr "" + +#. TRANS: Error text shown a user tries to disable all a search subscriptions with track off command, but has none. +msgid "You are not tracking any searches." +msgstr "Ez zara bilaketarik jarraitzen ari." + +#. TRANS: Separator for list of tracked searches. +msgctxt "SEPARATOR" +msgid "\", \"" +msgstr "" + +#. TRANS: Message given having disabled all search subscriptions with 'track off'. +#. TRANS: %s is a list of searches. Separator default is '", "'. +#, php-format +msgid "You are tracking searches for: \"%s\"." +msgstr "Jarraitzen ari zaren bilaketak: \"%s\"." + +#. TRANS: Form legend. +msgid "Subscribe to this search" +msgstr "Harpidetu bilaketa honetara" + +#. TRANS: Button text for subscribing to a search. +msgctxt "BUTTON" +msgid "Subscribe" +msgstr "Harpidetu" + +#. TRANS: Button title for subscribing to a search. +msgid "Subscribe to this search." +msgstr "Harpidetu bilaketa honetara" + +#. TRANS: Message given having failed to cancel one of the search subs with 'track off' command. +#. TRANS: %s is the search for which the subscription removal failed. +#, php-format +msgid "Error disabling search subscription for query \"%s\"." +msgstr "" + +#. TRANS: Message given having disabled all search subscriptions with 'track off'. +msgid "Disabled all your search subscriptions." +msgstr "" diff --git a/plugins/SearchSub/locale/fr/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/fr/LC_MESSAGES/SearchSub.po index 53e68e4f0a..672e34a2d9 100644 --- a/plugins/SearchSub/locale/fr/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/fr/LC_MESSAGES/SearchSub.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SearchSub to French (Français) +# Translation of StatusNet - SearchSub to French (français) # Exported from translatewiki.net # # Author: Brunoperel @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:57+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 (05c726a); Translate 2012-04-11\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" @@ -62,6 +62,10 @@ msgid "" "public messages on this site that match that search, even if you are not " "subscribed to the poster." msgstr "" +"Vous n'êtes désormais abonné à aucune des recherches de texte. Vous pouvez " +"appuyer sur le bouton \"S'abonner\" sur n'importe quel avis de recherche de " +"texte pour recevoir automatiquement les messages publics sur ce site qui " +"correspondent à cette recherche, même si vous n'êtes pas abonné au publieur." #. TRANS: Search subscription list text when looking at the subscriptions for a of a user other #. TRANS: than the logged in user that has no search subscriptions. %s is the user nickname. @@ -69,7 +73,7 @@ msgstr "" #. TRANS: as an anonymous user. %s is the user nickname. #, php-format msgid "%s is not subscribed to any searches." -msgstr "" +msgstr "%s n'est abonné à aucune recherche." #. TRANS: Search subscription list item. %1$s is a URL to a notice search, #. TRANS: %2$s are the search criteria, %3$s is a datestring. @@ -125,12 +129,11 @@ msgstr "Cesser la surveillance de cette recherche" #. TRANS: Button text for unsubscribing from a text search. msgctxt "BUTTON" msgid "Unsubscribe" -msgstr "" +msgstr "Se désabonner" #. TRANS: Button title for unsubscribing from a text search. -#, fuzzy msgid "Unsubscribe from this search." -msgstr "Cesser la surveillance de cette recherche" +msgstr "Se désabonner de cette recherche." #. TRANS: Page title when search unsubscription succeeded. msgid "Unsubscribed" @@ -145,6 +148,7 @@ msgstr "Vous surveillez déjà la recherche \"%s\"." #, php-format msgid "Could not start a search subscription for query \"%s\"." msgstr "" +"Impossible de démarrer l'abonnement à une recherche pour la requête \"%s\"." #. TRANS: Message given having added a search subscription by track command. #, php-format @@ -170,17 +174,21 @@ msgstr "Configurer les surveillances de recherche" msgctxt "COMMANDHELP" msgid "Start following notices matching the given search query." msgstr "" +"Commencer le suivi des notifications correspondant à la requête de recherche " +"fournie." #. TRANS: Help message for IM/SMS command "untrack " msgctxt "COMMANDHELP" msgid "Stop following notices matching the given search query." msgstr "" +"Arrêter le suivi des notifications correspondant à la requête de recherche " +"fournie." #. TRANS: Help message for IM/SMS command "track off" #. TRANS: Help message for IM/SMS command "untrack all" msgctxt "COMMANDHELP" msgid "Disable all tracked search subscriptions." -msgstr "" +msgstr "Désactiver tous les abonnements aux recherches suivies." #. TRANS: Help message for IM/SMS command "tracks" #. TRANS: Help message for IM/SMS command "tracking" @@ -195,13 +203,13 @@ msgstr "Vous ne surveillez aucune recherche." #. TRANS: Separator for list of tracked searches. msgctxt "SEPARATOR" msgid "\", \"" -msgstr "" +msgstr "\", \"" #. TRANS: Message given having disabled all search subscriptions with 'track off'. #. TRANS: %s is a list of searches. Separator default is '", "'. -#, fuzzy, php-format +#, php-format msgid "You are tracking searches for: \"%s\"." -msgstr "Vous effectuez la surveillance des recherches pour: %s" +msgstr "Vous effectuez le suivi des recherches pour: \"%s\"." #. TRANS: Form legend. msgid "Subscribe to this search" diff --git a/plugins/SearchSub/locale/gl/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/gl/LC_MESSAGES/SearchSub.po index bd1b378c95..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:57+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 (05c726a); Translate 2012-04-11\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 eaeae2986e..43f0b67806 100644 --- a/plugins/SearchSub/locale/ia/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/ia/LC_MESSAGES/SearchSub.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SearchSub to Interlingua (Interlingua) +# Translation of StatusNet - SearchSub to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:57+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 (05c726a); Translate 2012-04-11\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 87afb61c17..dbd550ae18 100644 --- a/plugins/SearchSub/locale/mk/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/mk/LC_MESSAGES/SearchSub.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SearchSub to Macedonian (Македонски) +# Translation of StatusNet - SearchSub to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:57+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 (05c726a); Translate 2012-04-11\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 6bc16b12d1..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:57+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 (05c726a); Translate 2012-04-11\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 cd67cb4e3e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:57+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 (05c726a); Translate 2012-04-11\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 9747cd364d..3e0686c84e 100644 --- a/plugins/SearchSub/locale/uk/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/uk/LC_MESSAGES/SearchSub.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SearchSub to Ukrainian (Українська) +# Translation of StatusNet - SearchSub to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:58+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 (05c726a); Translate 2012-04-11\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 1443564d21..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-05-03 22:11+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 28534bfd99..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:58+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 (05c726a); Translate 2012-04-11\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 b6dcdb7caf..9583dfe4be 100644 --- a/plugins/ShareNotice/locale/br/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/br/LC_MESSAGES/ShareNotice.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ShareNotice to Breton (Brezhoneg) +# Translation of StatusNet - ShareNotice to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:58+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 (05c726a); Translate 2012-04-11\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 969e2e508f..851d46328f 100644 --- a/plugins/ShareNotice/locale/ca/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/ca/LC_MESSAGES/ShareNotice.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ShareNotice to Catalan (Català) +# Translation of StatusNet - ShareNotice to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:58+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 (05c726a); Translate 2012-04-11\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 6026acbe36..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:58+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 (05c726a); Translate 2012-04-11\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 c6b2ce8c3d..74251e4cb3 100644 --- a/plugins/ShareNotice/locale/es/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/es/LC_MESSAGES/ShareNotice.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ShareNotice to Spanish (Español) +# Translation of StatusNet - ShareNotice to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:58+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..ab27c13f24 --- /dev/null +++ b/plugins/ShareNotice/locale/eu/LC_MESSAGES/ShareNotice.po @@ -0,0 +1,48 @@ +# Translation of StatusNet - ShareNotice to Basque (euskara) +# Exported from translatewiki.net +# +# Author: Artsuaga +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - ShareNotice\n" +"Report-Msgid-Bugs-To: \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 (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. +#, php-format +msgid "\"%s\"" +msgstr "" + +#. TRANS: Truncation symbol. +msgid "…" +msgstr "…" + +#. TRANS: Tooltip for image to share a notice on Twitter. +msgid "Share on Twitter" +msgstr "Partekatu Twitterren" + +#. TRANS: Tooltip for image to share a notice on another platform (other than Twitter or Facebook). +#. TRANS: %s is a host name. +#, php-format +msgid "Share on %s" +msgstr "Partekatu %s(e)n" + +#. TRANS: Tooltip for image to share a notice on Facebook. +msgid "Share on Facebook" +msgstr "Partekatu Facebooken" + +#. TRANS: Plugin description. +msgid "" +"This plugin allows sharing of notices to Twitter, Facebook and other " +"platforms." +msgstr "" diff --git a/plugins/ShareNotice/locale/fi/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/fi/LC_MESSAGES/ShareNotice.po index 6e071d6749..d8c52808e5 100644 --- a/plugins/ShareNotice/locale/fi/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/fi/LC_MESSAGES/ShareNotice.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ShareNotice to Finnish (Suomi) +# Translation of StatusNet - ShareNotice to Finnish (suomi) # Exported from translatewiki.net # # Author: Silvonen @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:58+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 (05c726a); Translate 2012-04-11\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 e5c3919d84..4fabeb57b0 100644 --- a/plugins/ShareNotice/locale/fr/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/fr/LC_MESSAGES/ShareNotice.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ShareNotice to French (Français) +# Translation of StatusNet - ShareNotice to French (français) # Exported from translatewiki.net # # Author: Crochet.david @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:58+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 (05c726a); Translate 2012-04-11\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 637a89014b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:58+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 (05c726a); Translate 2012-04-11\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 982a5defb6..3a0bbdda43 100644 --- a/plugins/ShareNotice/locale/ia/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/ia/LC_MESSAGES/ShareNotice.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ShareNotice to Interlingua (Interlingua) +# Translation of StatusNet - ShareNotice to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:58+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 (05c726a); Translate 2012-04-11\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 1c85da8ef4..eaad4120ba 100644 --- a/plugins/ShareNotice/locale/mk/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/mk/LC_MESSAGES/ShareNotice.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ShareNotice to Macedonian (Македонски) +# Translation of StatusNet - ShareNotice to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:58+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 (05c726a); Translate 2012-04-11\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 545fc5496d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:58+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 (05c726a); Translate 2012-04-11\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 cf0c172f69..040a68a687 100644 --- a/plugins/ShareNotice/locale/pl/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/pl/LC_MESSAGES/ShareNotice.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ShareNotice to Polish (Polski) +# Translation of StatusNet - ShareNotice to Polish (polski) # Exported from translatewiki.net # # Author: Raven @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:58+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 (05c726a); Translate 2012-04-11\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 f76c0c5002..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:59+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 (05c726a); Translate 2012-04-11\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 c65dfdc72b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:59+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 (05c726a); Translate 2012-04-11\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 446582c96d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:59+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 (05c726a); Translate 2012-04-11\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 a752ffe42f..156be2cef7 100644 --- a/plugins/ShareNotice/locale/uk/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/uk/LC_MESSAGES/ShareNotice.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ShareNotice to Ukrainian (Українська) +# Translation of StatusNet - ShareNotice to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:59+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 (05c726a); Translate 2012-04-11\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 88231c0dd8..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-05-03 22:11+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 b0aa2769d1..3f2856a31b 100644 --- a/plugins/SimpleUrl/locale/br/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/br/LC_MESSAGES/SimpleUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SimpleUrl to Breton (Brezhoneg) +# Translation of StatusNet - SimpleUrl to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Fulup @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:59+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 (05c726a); Translate 2012-04-11\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 2b8004a912..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:59+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 (05c726a); Translate 2012-04-11\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 6705105d46..3fbb7a5211 100644 --- a/plugins/SimpleUrl/locale/es/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/es/LC_MESSAGES/SimpleUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SimpleUrl to Spanish (Español) +# Translation of StatusNet - SimpleUrl to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:59+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..4a212e4b23 --- /dev/null +++ b/plugins/SimpleUrl/locale/eu/LC_MESSAGES/SimpleUrl.po @@ -0,0 +1,28 @@ +# Translation of StatusNet - SimpleUrl to Basque (euskara) +# Exported from translatewiki.net +# +# Author: Artsuaga +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - SimpleUrl\n" +"Report-Msgid-Bugs-To: \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 (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. +msgid "You must specify a serviceUrl." +msgstr "Url zerbitzu bat adierazi behar duzu." + +#. TRANS: Plugin description. +#, php-format +msgid "Uses %1$s URL-shortener service." +msgstr "%1$s URL-laburtze zerbitzua erabiliz." diff --git a/plugins/SimpleUrl/locale/fi/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/fi/LC_MESSAGES/SimpleUrl.po index e594ec5aa8..ec82ae7e9b 100644 --- a/plugins/SimpleUrl/locale/fi/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/fi/LC_MESSAGES/SimpleUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SimpleUrl to Finnish (Suomi) +# Translation of StatusNet - SimpleUrl to Finnish (suomi) # Exported from translatewiki.net # # Author: Nike @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:59+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 (05c726a); Translate 2012-04-11\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 1ee82e0074..fe59014a01 100644 --- a/plugins/SimpleUrl/locale/fr/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/fr/LC_MESSAGES/SimpleUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SimpleUrl to French (Français) +# Translation of StatusNet - SimpleUrl to French (français) # Exported from translatewiki.net # # Author: Crochet.david @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:59+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 (05c726a); Translate 2012-04-11\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 e5e20e53fd..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:59+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 (05c726a); Translate 2012-04-11\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 eb7fa9cb15..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:59+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 (05c726a); Translate 2012-04-11\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 70b7f27c66..918ecdb4f9 100644 --- a/plugins/SimpleUrl/locale/ia/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/ia/LC_MESSAGES/SimpleUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SimpleUrl to Interlingua (Interlingua) +# Translation of StatusNet - SimpleUrl to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:59+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 (05c726a); Translate 2012-04-11\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 8ba8c1e039..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:59+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 (05c726a); Translate 2012-04-11\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 993a540eff..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:59+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 (05c726a); Translate 2012-04-11\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 1af147bebe..b4334369ec 100644 --- a/plugins/SimpleUrl/locale/mk/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/mk/LC_MESSAGES/SimpleUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SimpleUrl to Macedonian (Македонски) +# Translation of StatusNet - SimpleUrl to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:12:59+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 (05c726a); Translate 2012-04-11\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 5197dcf4a3..9ffe5c8a7b 100644 --- a/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SimpleUrl to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - SimpleUrl to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:00+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 (05c726a); Translate 2012-04-11\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 214cd07585..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:00+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 (05c726a); Translate 2012-04-11\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 bc5dbdadff..4e6c0bf698 100644 --- a/plugins/SimpleUrl/locale/pt/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/pt/LC_MESSAGES/SimpleUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SimpleUrl to Portuguese (Português) +# Translation of StatusNet - SimpleUrl to Portuguese (português) # Exported from translatewiki.net # # Author: Hamilton Abreu @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:00+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 (05c726a); Translate 2012-04-11\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 7270bc1df6..8f255c183d 100644 --- a/plugins/SimpleUrl/locale/ru/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/ru/LC_MESSAGES/SimpleUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SimpleUrl to Russian (Русский) +# Translation of StatusNet - SimpleUrl to Russian (русский) # Exported from translatewiki.net # # Author: Eleferen @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:00+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 (05c726a); Translate 2012-04-11\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 94b310d8fd..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:00+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 (05c726a); Translate 2012-04-11\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 a16b2a5b75..b8adcd169d 100644 --- a/plugins/SimpleUrl/locale/uk/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/uk/LC_MESSAGES/SimpleUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SimpleUrl to Ukrainian (Українська) +# Translation of StatusNet - SimpleUrl to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:00+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 (05c726a); Translate 2012-04-11\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 455a1e8ab5..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-05-03 22:11+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 a76cb1ebeb..08d64f7da2 100644 --- a/plugins/Sitemap/locale/br/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/br/LC_MESSAGES/Sitemap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Sitemap to Breton (Brezhoneg) +# Translation of StatusNet - Sitemap to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Fulup @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:00+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 (05c726a); Translate 2012-04-11\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 3368a83464..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:00+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..62122ae525 --- /dev/null +++ b/plugins/Sitemap/locale/diq/LC_MESSAGES/Sitemap.po @@ -0,0 +1,73 @@ +# Translation of StatusNet - Sitemap to Zazaki (Zazaki) +# Exported from translatewiki.net +# +# Author: Erdemaslancan +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Sitemap\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Title for sitemap. +msgid "Sitemap" +msgstr "Pusulay sita" + +#. TRANS: Instructions for sitemap. +msgid "Sitemap settings for this StatusNet site" +msgstr "" + +#. TRANS: Field label. +msgid "Google key" +msgstr "Google kesa" + +#. TRANS: Title for field label. +msgid "Google Webmaster Tools verification key." +msgstr "" + +#. TRANS: Field label. +msgid "Yahoo key" +msgstr "Yahoo kesa" + +#. TRANS: Title for field label. +msgid "Yahoo! Site Explorer verification key." +msgstr "" + +#. TRANS: Field label. +msgid "Bing key" +msgstr "Bing kesa" + +#. TRANS: Title for field label. +msgid "Bing Webmaster Tools verification key." +msgstr "" + +#. TRANS: Submit button text to save sitemap settings. +msgctxt "BUTTON" +msgid "Save" +msgstr "Star ke" + +#. TRANS: Submit button title to save sitemap settings. +msgid "Save sitemap settings." +msgstr "" + +#. TRANS: Menu item title/tooltip +msgid "Sitemap configuration" +msgstr "" + +#. TRANS: Menu item for site administration +msgctxt "MENU" +msgid "Sitemap" +msgstr "Pusulay sita" + +#. TRANS: Plugin description. +msgid "This plugin allows creation of sitemaps for Bing, Yahoo! and Google." +msgstr "" diff --git a/plugins/Sitemap/locale/es/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/es/LC_MESSAGES/Sitemap.po index 335e82d81c..806164eea9 100644 --- a/plugins/Sitemap/locale/es/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/es/LC_MESSAGES/Sitemap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Sitemap to Spanish (Español) +# Translation of StatusNet - Sitemap to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:00+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..07e3e5ec96 --- /dev/null +++ b/plugins/Sitemap/locale/eu/LC_MESSAGES/Sitemap.po @@ -0,0 +1,73 @@ +# Translation of StatusNet - Sitemap to Basque (euskara) +# Exported from translatewiki.net +# +# Author: Artsuaga +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Sitemap\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Title for sitemap. +msgid "Sitemap" +msgstr "Gunemapa" + +#. TRANS: Instructions for sitemap. +msgid "Sitemap settings for this StatusNet site" +msgstr "Saio-ezarpenak StatusNet gune honetarako" + +#. TRANS: Field label. +msgid "Google key" +msgstr "Google gakoa" + +#. TRANS: Title for field label. +msgid "Google Webmaster Tools verification key." +msgstr "" + +#. TRANS: Field label. +msgid "Yahoo key" +msgstr "Yahoo gakoa" + +#. TRANS: Title for field label. +msgid "Yahoo! Site Explorer verification key." +msgstr "" + +#. TRANS: Field label. +msgid "Bing key" +msgstr "Bing gakoa" + +#. TRANS: Title for field label. +msgid "Bing Webmaster Tools verification key." +msgstr "" + +#. TRANS: Submit button text to save sitemap settings. +msgctxt "BUTTON" +msgid "Save" +msgstr "Gorde" + +#. TRANS: Submit button title to save sitemap settings. +msgid "Save sitemap settings." +msgstr "Gorde gunemapa aukerak." + +#. TRANS: Menu item title/tooltip +msgid "Sitemap configuration" +msgstr "Gunemapa konfigurazioa" + +#. TRANS: Menu item for site administration +msgctxt "MENU" +msgid "Sitemap" +msgstr "Gunemapa" + +#. TRANS: Plugin description. +msgid "This plugin allows creation of sitemaps for Bing, Yahoo! and Google." +msgstr "" diff --git a/plugins/Sitemap/locale/fr/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/fr/LC_MESSAGES/Sitemap.po index b090e5f966..8e85cee128 100644 --- a/plugins/Sitemap/locale/fr/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/fr/LC_MESSAGES/Sitemap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Sitemap to French (Français) +# Translation of StatusNet - Sitemap to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:00+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 (05c726a); Translate 2012-04-11\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 10ebdcf977..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:00+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 (05c726a); Translate 2012-04-11\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 5245ba3e95..223f208f6a 100644 --- a/plugins/Sitemap/locale/ia/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/ia/LC_MESSAGES/Sitemap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Sitemap to Interlingua (Interlingua) +# Translation of StatusNet - Sitemap to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:00+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..12c76d4d3d --- /dev/null +++ b/plugins/Sitemap/locale/ja/LC_MESSAGES/Sitemap.po @@ -0,0 +1,73 @@ +# Translation of StatusNet - Sitemap to Japanese (日本語) +# Exported from translatewiki.net +# +# Author: Shirayuki +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Sitemap\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. TRANS: Title for sitemap. +msgid "Sitemap" +msgstr "サイトマップ" + +#. TRANS: Instructions for sitemap. +msgid "Sitemap settings for this StatusNet site" +msgstr "" + +#. TRANS: Field label. +msgid "Google key" +msgstr "Google キー" + +#. TRANS: Title for field label. +msgid "Google Webmaster Tools verification key." +msgstr "" + +#. TRANS: Field label. +msgid "Yahoo key" +msgstr "Yahoo キー" + +#. TRANS: Title for field label. +msgid "Yahoo! Site Explorer verification key." +msgstr "" + +#. TRANS: Field label. +msgid "Bing key" +msgstr "Bing キー" + +#. TRANS: Title for field label. +msgid "Bing Webmaster Tools verification key." +msgstr "" + +#. TRANS: Submit button text to save sitemap settings. +msgctxt "BUTTON" +msgid "Save" +msgstr "保存" + +#. TRANS: Submit button title to save sitemap settings. +msgid "Save sitemap settings." +msgstr "" + +#. TRANS: Menu item title/tooltip +msgid "Sitemap configuration" +msgstr "" + +#. TRANS: Menu item for site administration +msgctxt "MENU" +msgid "Sitemap" +msgstr "サイトマップ" + +#. TRANS: Plugin description. +msgid "This plugin allows creation of sitemaps for Bing, Yahoo! and Google." +msgstr "" diff --git a/plugins/Sitemap/locale/mk/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/mk/LC_MESSAGES/Sitemap.po index 5f969e25dd..b05e53cf22 100644 --- a/plugins/Sitemap/locale/mk/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/mk/LC_MESSAGES/Sitemap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Sitemap to Macedonian (Македонски) +# Translation of StatusNet - Sitemap to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:00+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 (05c726a); Translate 2012-04-11\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 51cdd69346..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:00+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 (05c726a); Translate 2012-04-11\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 62c8fecd7c..8069cf7513 100644 --- a/plugins/Sitemap/locale/ru/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/ru/LC_MESSAGES/Sitemap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Sitemap to Russian (Русский) +# Translation of StatusNet - Sitemap to Russian (русский) # Exported from translatewiki.net # # Author: MaxSem @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:01+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 (05c726a); Translate 2012-04-11\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 7995ecb748..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:01+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 (05c726a); Translate 2012-04-11\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 f5bcbeb950..e83ee56a40 100644 --- a/plugins/Sitemap/locale/uk/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/uk/LC_MESSAGES/Sitemap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Sitemap to Ukrainian (Українська) +# Translation of StatusNet - Sitemap to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:01+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 (05c726a); Translate 2012-04-11\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 035b9d35e2..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-05-03 22:11+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 6f480c69f9..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:01+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 (05c726a); Translate 2012-04-11\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 2765a9c6c3..270b472b9a 100644 --- a/plugins/SlicedFavorites/locale/es/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/es/LC_MESSAGES/SlicedFavorites.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SlicedFavorites to Spanish (Español) +# Translation of StatusNet - SlicedFavorites to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:01+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..59a3566cfa --- /dev/null +++ b/plugins/SlicedFavorites/locale/eu/LC_MESSAGES/SlicedFavorites.po @@ -0,0 +1,27 @@ +# Translation of StatusNet - SlicedFavorites to Basque (euskara) +# Exported from translatewiki.net +# +# Author: Artsuaga +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - SlicedFavorites\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Shows timelines of popular notices for defined subsets of users." +msgstr "" + +#. TRANS: Client exception. +msgid "Unknown favorites slice." +msgstr "Gogokoen atal ezezaguna." diff --git a/plugins/SlicedFavorites/locale/fr/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/fr/LC_MESSAGES/SlicedFavorites.po index da84a592e2..df1dc113d7 100644 --- a/plugins/SlicedFavorites/locale/fr/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/fr/LC_MESSAGES/SlicedFavorites.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SlicedFavorites to French (Français) +# Translation of StatusNet - SlicedFavorites to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:01+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 (05c726a); Translate 2012-04-11\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 27fba5e9db..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:01+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 (05c726a); Translate 2012-04-11\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 7e9efaac33..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:01+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 (05c726a); Translate 2012-04-11\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 ba034194fb..e43529a4c4 100644 --- a/plugins/SlicedFavorites/locale/ia/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/ia/LC_MESSAGES/SlicedFavorites.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SlicedFavorites to Interlingua (Interlingua) +# Translation of StatusNet - SlicedFavorites to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:01+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 (05c726a); Translate 2012-04-11\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 0af4a2c795..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:01+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 (05c726a); Translate 2012-04-11\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 5962a8b794..68f2e71b4b 100644 --- a/plugins/SlicedFavorites/locale/mk/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/mk/LC_MESSAGES/SlicedFavorites.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SlicedFavorites to Macedonian (Македонски) +# Translation of StatusNet - SlicedFavorites to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:01+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 (05c726a); Translate 2012-04-11\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 d71dd101d2..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:01+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 (05c726a); Translate 2012-04-11\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 25928aee04..2534acdddb 100644 --- a/plugins/SlicedFavorites/locale/ru/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/ru/LC_MESSAGES/SlicedFavorites.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SlicedFavorites to Russian (Русский) +# Translation of StatusNet - SlicedFavorites to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:01+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 (05c726a); Translate 2012-04-11\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 c1d79290f4..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:01+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 (05c726a); Translate 2012-04-11\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 ee10facfbe..672515e950 100644 --- a/plugins/SlicedFavorites/locale/uk/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/uk/LC_MESSAGES/SlicedFavorites.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SlicedFavorites to Ukrainian (Українська) +# Translation of StatusNet - SlicedFavorites to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:01+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 (05c726a); Translate 2012-04-11\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 6aa275c4f5..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-05-03 22:11+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 3e84926cfb..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:02+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 (05c726a); Translate 2012-04-11\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 a8e4f1961d..7301906379 100644 --- a/plugins/SphinxSearch/locale/es/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/es/LC_MESSAGES/SphinxSearch.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SphinxSearch to Spanish (Español) +# Translation of StatusNet - SphinxSearch to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:02+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 (05c726a); Translate 2012-04-11\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 993934366c..89854bb5bd 100644 --- a/plugins/SphinxSearch/locale/fr/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/fr/LC_MESSAGES/SphinxSearch.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SphinxSearch to French (Français) +# Translation of StatusNet - SphinxSearch to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:02+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 (05c726a); Translate 2012-04-11\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 65cda105c3..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:02+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 (05c726a); Translate 2012-04-11\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 135cb1d64f..b559581dbb 100644 --- a/plugins/SphinxSearch/locale/ia/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/ia/LC_MESSAGES/SphinxSearch.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SphinxSearch to Interlingua (Interlingua) +# Translation of StatusNet - SphinxSearch to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:02+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 (05c726a); Translate 2012-04-11\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 4508a3a6b0..a2192867a1 100644 --- a/plugins/SphinxSearch/locale/mk/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/mk/LC_MESSAGES/SphinxSearch.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SphinxSearch to Macedonian (Македонски) +# Translation of StatusNet - SphinxSearch to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:02+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 (05c726a); Translate 2012-04-11\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 fcf03bdcbe..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:02+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 (05c726a); Translate 2012-04-11\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 6a396d431a..593b00fe0c 100644 --- a/plugins/SphinxSearch/locale/ru/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/ru/LC_MESSAGES/SphinxSearch.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SphinxSearch to Russian (Русский) +# Translation of StatusNet - SphinxSearch to Russian (русский) # Exported from translatewiki.net # # Author: MaxSem @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:02+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 (05c726a); Translate 2012-04-11\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 10ba2eff50..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:02+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 (05c726a); Translate 2012-04-11\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 b4770483a1..6c9e3c840c 100644 --- a/plugins/SphinxSearch/locale/uk/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/uk/LC_MESSAGES/SphinxSearch.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SphinxSearch to Ukrainian (Українська) +# Translation of StatusNet - SphinxSearch to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:02+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 (05c726a); Translate 2012-04-11\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 f6a67903e3..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-05-03 22:11+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 cfdab5faf4..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:02+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 (05c726a); Translate 2012-04-11\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 6361c09d4c..b57a11f2dd 100644 --- a/plugins/Spotify/locale/es/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/es/LC_MESSAGES/Spotify.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Spotify to Spanish (Español) +# Translation of StatusNet - Spotify to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:02+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..52f3ad52ec --- /dev/null +++ b/plugins/Spotify/locale/fr/LC_MESSAGES/Spotify.po @@ -0,0 +1,23 @@ +# Translation of StatusNet - Spotify 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 - 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: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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. TRANS: Plugin description. +msgid "Create pretty Spotify URLs." +msgstr "Créer de jolies URLs Spotify." diff --git a/plugins/Spotify/locale/gl/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/gl/LC_MESSAGES/Spotify.po index 582eb5dcb4..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:02+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 (05c726a); Translate 2012-04-11\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 0d410eb32c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:02+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 (05c726a); Translate 2012-04-11\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 4392a13422..3185173912 100644 --- a/plugins/Spotify/locale/ia/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/ia/LC_MESSAGES/Spotify.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Spotify to Interlingua (Interlingua) +# Translation of StatusNet - Spotify to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:02+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 (05c726a); Translate 2012-04-11\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 f1714d23ca..b1c86f17d6 100644 --- a/plugins/Spotify/locale/mk/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/mk/LC_MESSAGES/Spotify.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Spotify to Macedonian (Македонски) +# Translation of StatusNet - Spotify to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:03+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 (05c726a); Translate 2012-04-11\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 847b0e88d4..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:03+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 (05c726a); Translate 2012-04-11\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 4dbc8d9284..fa3b155b89 100644 --- a/plugins/Spotify/locale/sv/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/sv/LC_MESSAGES/Spotify.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Spotify to Swedish (Svenska) +# Translation of StatusNet - Spotify to Swedish (svenska) # Exported from translatewiki.net # # Author: WikiPhoenix @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:03+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 (05c726a); Translate 2012-04-11\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 69d35916d2..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-05-03 22:11+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 f810932293..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:04+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 (05c726a); Translate 2012-04-11\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 07a4dd48ba..ecb02b40e1 100644 --- a/plugins/StrictTransportSecurity/locale/es/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/es/LC_MESSAGES/StrictTransportSecurity.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - StrictTransportSecurity to Spanish (Español) +# Translation of StatusNet - StrictTransportSecurity to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:04+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 (05c726a); Translate 2012-04-11\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 847d5c2f42..ae52d58df2 100644 --- a/plugins/StrictTransportSecurity/locale/fr/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/fr/LC_MESSAGES/StrictTransportSecurity.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - StrictTransportSecurity to French (Français) +# Translation of StatusNet - StrictTransportSecurity to French (français) # Exported from translatewiki.net # # Author: Brunoperel @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:04+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 (05c726a); Translate 2012-04-11\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 1bbe2f8e9e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:04+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 (05c726a); Translate 2012-04-11\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 2840885345..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:05+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 (05c726a); Translate 2012-04-11\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 43ab6e7a96..d0212f2118 100644 --- a/plugins/StrictTransportSecurity/locale/ia/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/ia/LC_MESSAGES/StrictTransportSecurity.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - StrictTransportSecurity to Interlingua (Interlingua) +# Translation of StatusNet - StrictTransportSecurity to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:05+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 (05c726a); Translate 2012-04-11\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 0ff85c2964..c3d4a7951f 100644 --- a/plugins/StrictTransportSecurity/locale/mk/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/mk/LC_MESSAGES/StrictTransportSecurity.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - StrictTransportSecurity to Macedonian (Македонски) +# Translation of StatusNet - StrictTransportSecurity to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:05+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 (05c726a); Translate 2012-04-11\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 abd2a94531..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:05+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 (05c726a); Translate 2012-04-11\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 bfd9ad757d..fb758025fd 100644 --- a/plugins/StrictTransportSecurity/locale/ru/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/ru/LC_MESSAGES/StrictTransportSecurity.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - StrictTransportSecurity to Russian (Русский) +# Translation of StatusNet - StrictTransportSecurity to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:05+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 (05c726a); Translate 2012-04-11\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 68f2a9720e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:05+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 (05c726a); Translate 2012-04-11\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 f0235d1ce9..bcae6000e4 100644 --- a/plugins/StrictTransportSecurity/locale/uk/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/uk/LC_MESSAGES/StrictTransportSecurity.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - StrictTransportSecurity to Ukrainian (Українська) +# Translation of StatusNet - StrictTransportSecurity to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:05+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 (05c726a); Translate 2012-04-11\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 2374bf5d0d..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-05-03 22:11+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 dd372577ce..0372223572 100644 --- a/plugins/SubMirror/locale/ca/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/ca/LC_MESSAGES/SubMirror.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SubMirror to Catalan (Català) +# Translation of StatusNet - SubMirror to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:05+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 (05c726a); Translate 2012-04-11\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 12f92f7979..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:05+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 (05c726a); Translate 2012-04-11\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 152cee4af9..958ea7f1a1 100644 --- a/plugins/SubMirror/locale/es/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/es/LC_MESSAGES/SubMirror.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SubMirror to Spanish (Español) +# Translation of StatusNet - SubMirror to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:05+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..02a6d95155 --- /dev/null +++ b/plugins/SubMirror/locale/eu/LC_MESSAGES/SubMirror.po @@ -0,0 +1,160 @@ +# Translation of StatusNet - SubMirror to Basque (euskara) +# Exported from translatewiki.net +# +# Author: Artsuaga +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - SubMirror\n" +"Report-Msgid-Bugs-To: \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 (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. +#. TRANS: %s is the invalid feed URL. +#, php-format +msgid "Invalid feed URL: %s." +msgstr "Jario URL baliogabea: %s." + +#. TRANS: Error message returned to user when setting up feed mirroring, +#. TRANS: but we were unable to resolve the given URL to a working feed. +msgid "Invalid profile for mirroring." +msgstr "Ispilu gisa erabiltzeko profil baliogabea." + +#. TRANS: Client error displayed when trying to mirror a StatusNet group feed. +msgid "Cannot mirror a StatusNet group at this time." +msgstr "" + +#. TRANS: Client error displayed when trying to use another method than POST. +msgid "This action only accepts POST requests." +msgstr "Ekintza honek POST eskariak soilik onartzen ditu." + +#. 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 "Arazoa egon da zure saio-tokenarekin. Saiatu berriro, mesedez." + +#. TRANS: Error message displayed when trying to perform an action that requires a logged in user. +msgid "Not logged in." +msgstr "Saioa hasi gabe." + +#. TRANS: Page title for subscribed feed mirror. +msgid "Subscribed" +msgstr "Harpidetua" + +#. TRANS: Client error displayed when trying to edit an object that is not a feed mirror. +msgid "Requested invalid profile to edit." +msgstr "" + +#. TRANS: Client error displayed when providing invalid input when editing a mirror. +msgid "Bad form data." +msgstr "Inprimaki data okerrak." + +#. 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 "" + +#. TRANS: Exception thrown when a feed provider could not be recognised. +msgid "Internal form error: Unrecognized feed provider." +msgstr "" + +#. TRANS: Exception thrown when a subscribing to a feed fails. +msgid "Could not subscribe to feed." +msgstr "Ezin izan da jariora harpidetu." + +#. TRANS: Page title. +msgid "Feed mirror settings" +msgstr "Jario ispilu aukerak" + +#. TRANS: Page instructions. +msgid "" +"You can mirror updates from many RSS and Atom feeds into your StatusNet " +"timeline!" +msgstr "" + +#. TRANS: Title for page with form to add a mirror feed provider on. +msgid "Provider add" +msgstr "Hornitzailea gehitu" + +#. TRANS: Plugin description. +msgid "Pull feeds into your timeline!" +msgstr "" + +#. TRANS: SubMirror plugin menu item on user settings page. +msgctxt "MENU" +msgid "Mirroring" +msgstr "" + +#. TRANS: SubMirror plugin tooltip for user settings menu item. +msgid "Configure mirroring of posts from other feeds" +msgstr "" + +#. TRANS: Label in profile statistics section, followed by a count. +msgid "Mirrored feeds" +msgstr "" + +#. TRANS: Field label. +msgid "Web page or feed URL:" +msgstr "" + +#. TRANS: Button text for adding a feed. +#. TRANS: Button text for adding a Twitter feed mirror. +msgctxt "BUTTON" +msgid "Add feed" +msgstr "Gehitu jarioa" + +#. TRANS: Field label. +msgid "Twitter username:" +msgstr "Twitter erabiltzailea:" + +#. TRANS: Field label (URL expectected). +msgctxt "LABEL" +msgid "Remote feed:" +msgstr "Urruneko jarioa:" + +#. TRANS: Field label. +msgctxt "LABEL" +msgid "Local user" +msgstr "Erabiltzaile lokala" + +#. TRANS: Fieldset legend for feed mirror setting. +msgid "Mirroring style" +msgstr "Ispilu estiloa" + +#. TRANS: Feed mirror style (radio button option). +msgid "" +"Repeat: reference the original user's post (sometimes shows as \"RT @blah\")" +msgstr "" + +#. TRANS: Feed mirror style (radio button option). +msgid "Repost the content under my account" +msgstr "" + +#. TRANS: Button text to save feed mirror settings. +msgctxt "BUTTON" +msgid "Save" +msgstr "Gorde" + +#. TRANS: Button text to stop mirroring a feed. +msgctxt "BUTTON" +msgid "Stop mirroring" +msgstr "Gelditu ispilua" + +#. TRANS: Name for possible feed provider. +msgid "Twitter" +msgstr "Twitter" + +#. TRANS: Name for possible feed provider. +msgid "RSS or Atom feed" +msgstr "RSS edo Atom jarioa" + +#. TRANS: Heading for feed mirroring selection form. +msgid "Select a feed provider" +msgstr "Aukeratu jario hornitzailea" diff --git a/plugins/SubMirror/locale/fr/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/fr/LC_MESSAGES/SubMirror.po index 049c590db3..ca3e5564b6 100644 --- a/plugins/SubMirror/locale/fr/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/fr/LC_MESSAGES/SubMirror.po @@ -1,6 +1,7 @@ -# Translation of StatusNet - SubMirror to French (Français) +# Translation of StatusNet - SubMirror to French (français) # Exported from translatewiki.net # +# Author: Gomoko # Author: IAlex # Author: Od1n # Author: Peter17 @@ -12,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:05+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 (05c726a); Translate 2012-04-11\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" @@ -67,11 +68,11 @@ msgstr "Données de formulaire erronées." #. 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 "Échec de la requête miroir, car aucun résultat n'a été récupéré." #. TRANS: Exception thrown when a feed provider could not be recognised. msgid "Internal form error: Unrecognized feed provider." -msgstr "" +msgstr "Erreur interne du formulaire: Fournisseur d'alimentation non reconnu." #. TRANS: Exception thrown when a subscribing to a feed fails. msgid "Could not subscribe to feed." @@ -139,12 +140,11 @@ msgid "Mirroring style" msgstr "Style de mise en miroir" #. TRANS: Feed mirror style (radio button option). -#, fuzzy msgid "" "Repeat: reference the original user's post (sometimes shows as \"RT @blah\")" msgstr "" -"Répéter : référence le message de l’auteur d’origine (montré parfois comme « " -"RT @blabla »)" +"Répétition: référence du message de l’utilisateur d’origine (affiché parfois " +"sous la forme \"RT @blah\")" #. TRANS: Feed mirror style (radio button option). msgid "Repost the content under my account" diff --git a/plugins/SubMirror/locale/gl/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/gl/LC_MESSAGES/SubMirror.po index 85a95da045..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:05+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 (05c726a); Translate 2012-04-11\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 65b29a41c6..d65c17120f 100644 --- a/plugins/SubMirror/locale/ia/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/ia/LC_MESSAGES/SubMirror.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SubMirror to Interlingua (Interlingua) +# Translation of StatusNet - SubMirror to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:06+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 (05c726a); Translate 2012-04-11\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 11c4bb437a..4b38bb3513 100644 --- a/plugins/SubMirror/locale/mk/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/mk/LC_MESSAGES/SubMirror.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SubMirror to Macedonian (Македонски) +# Translation of StatusNet - SubMirror to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:06+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 (05c726a); Translate 2012-04-11\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 3dae471b1e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:06+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 (05c726a); Translate 2012-04-11\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 956e8d8b0c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:06+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 (05c726a); Translate 2012-04-11\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 a29e7b2e81..dec9cbff17 100644 --- a/plugins/SubMirror/locale/uk/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/uk/LC_MESSAGES/SubMirror.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SubMirror to Ukrainian (Українська) +# Translation of StatusNet - SubMirror to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:06+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 (05c726a); Translate 2012-04-11\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 5c3e701a35..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-05-03 22:11+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 a521131dbe..542f98dfac 100644 --- a/plugins/SubscriptionThrottle/locale/ca/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/ca/LC_MESSAGES/SubscriptionThrottle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SubscriptionThrottle to Catalan (Català) +# Translation of StatusNet - SubscriptionThrottle to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:06+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 (05c726a); Translate 2012-04-11\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 2156f4621b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:06+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 (05c726a); Translate 2012-04-11\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 ce594cc389..ad5c10e0a0 100644 --- a/plugins/SubscriptionThrottle/locale/es/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/es/LC_MESSAGES/SubscriptionThrottle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SubscriptionThrottle to Spanish (Español) +# Translation of StatusNet - SubscriptionThrottle to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:06+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 (05c726a); Translate 2012-04-11\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 26a538c3c9..9e2bd1868a 100644 --- a/plugins/SubscriptionThrottle/locale/fr/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/fr/LC_MESSAGES/SubscriptionThrottle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SubscriptionThrottle to French (Français) +# Translation of StatusNet - SubscriptionThrottle to French (français) # Exported from translatewiki.net # # Author: Peter17 @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:06+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 (05c726a); Translate 2012-04-11\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 95a49a6bff..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:06+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 (05c726a); Translate 2012-04-11\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 6bb032bf9d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:06+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 (05c726a); Translate 2012-04-11\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 797cfcb385..77b9b9524e 100644 --- a/plugins/SubscriptionThrottle/locale/ia/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/ia/LC_MESSAGES/SubscriptionThrottle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SubscriptionThrottle to Interlingua (Interlingua) +# Translation of StatusNet - SubscriptionThrottle to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:06+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 (05c726a); Translate 2012-04-11\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 00661f4d6c..713a01584c 100644 --- a/plugins/SubscriptionThrottle/locale/mk/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/mk/LC_MESSAGES/SubscriptionThrottle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SubscriptionThrottle to Macedonian (Македонски) +# Translation of StatusNet - SubscriptionThrottle to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:06+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 (05c726a); Translate 2012-04-11\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 3c37b37964..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:06+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 (05c726a); Translate 2012-04-11\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 70770e1321..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:07+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 (05c726a); Translate 2012-04-11\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 44e6e5890b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:07+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 (05c726a); Translate 2012-04-11\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 71b48dbbac..daa648f97f 100644 --- a/plugins/SubscriptionThrottle/locale/uk/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/uk/LC_MESSAGES/SubscriptionThrottle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SubscriptionThrottle to Ukrainian (Українська) +# Translation of StatusNet - SubscriptionThrottle to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:07+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 (05c726a); Translate 2012-04-11\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 cad6197acb..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-05-03 22:11+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 9d681f983a..bb3979cba5 100644 --- a/plugins/TabFocus/locale/br/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/br/LC_MESSAGES/TabFocus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TabFocus to Breton (Brezhoneg) +# Translation of StatusNet - TabFocus to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Y-M D @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:07+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 (05c726a); Translate 2012-04-11\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 fecec2fde0..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:07+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 (05c726a); Translate 2012-04-11\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 a16a87609a..6e98556fe9 100644 --- a/plugins/TabFocus/locale/es/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/es/LC_MESSAGES/TabFocus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TabFocus to Spanish (Español) +# Translation of StatusNet - TabFocus to Spanish (español) # Exported from translatewiki.net # # Author: Translationista @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:07+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 (05c726a); Translate 2012-04-11\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 1d861edf02..b009bd34a9 100644 --- a/plugins/TabFocus/locale/fr/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/fr/LC_MESSAGES/TabFocus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TabFocus to French (Français) +# Translation of StatusNet - TabFocus to French (français) # Exported from translatewiki.net # # Author: Verdy p @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:07+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 (05c726a); Translate 2012-04-11\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 4f3449fefd..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:07+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 (05c726a); Translate 2012-04-11\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 6313950e9d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:07+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 (05c726a); Translate 2012-04-11\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 74e79b6bf5..e60031ffc4 100644 --- a/plugins/TabFocus/locale/ia/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/ia/LC_MESSAGES/TabFocus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TabFocus to Interlingua (Interlingua) +# Translation of StatusNet - TabFocus to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:07+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 (05c726a); Translate 2012-04-11\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 dce5a17e90..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:07+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 (05c726a); Translate 2012-04-11\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 5c374ce385..bbfa38f51a 100644 --- a/plugins/TabFocus/locale/mk/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/mk/LC_MESSAGES/TabFocus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TabFocus to Macedonian (Македонски) +# Translation of StatusNet - TabFocus to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:07+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 (05c726a); Translate 2012-04-11\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 78b79628bf..b71f8b404e 100644 --- a/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TabFocus to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - TabFocus to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:08+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 (05c726a); Translate 2012-04-11\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 4f7ab122c7..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:08+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 (05c726a); Translate 2012-04-11\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 191b78d6e9..9f4bd760a4 100644 --- a/plugins/TabFocus/locale/nn/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/nn/LC_MESSAGES/TabFocus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TabFocus to Norwegian Nynorsk (‪Norsk (nynorsk)‬) +# Translation of StatusNet - TabFocus to Norwegian Nynorsk (‪norsk (nynorsk)‬) # Exported from translatewiki.net # # Author: Sjurhamre @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:08+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 (05c726a); Translate 2012-04-11\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 a307a5689e..a33bae24b3 100644 --- a/plugins/TabFocus/locale/ru/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/ru/LC_MESSAGES/TabFocus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TabFocus to Russian (Русский) +# Translation of StatusNet - TabFocus to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:08+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 (05c726a); Translate 2012-04-11\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 ab11967502..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:08+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 (05c726a); Translate 2012-04-11\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 b5036f16e5..34303da26a 100644 --- a/plugins/TabFocus/locale/uk/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/uk/LC_MESSAGES/TabFocus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TabFocus to Ukrainian (Українська) +# Translation of StatusNet - TabFocus to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:08+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 (05c726a); Translate 2012-04-11\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 597637fe06..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-05-03 22:11+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 6d3466cf88..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:08+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 (05c726a); Translate 2012-04-11\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 9b3c697f04..b7243f2821 100644 --- a/plugins/TagSub/locale/ca/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/ca/LC_MESSAGES/TagSub.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TagSub to Catalan (Català) +# Translation of StatusNet - TagSub to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:08+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 (05c726a); Translate 2012-04-11\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 340ba68935..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:08+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 (05c726a); Translate 2012-04-11\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 d7016ede6d..3bcf330d4a 100644 --- a/plugins/TagSub/locale/es/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/es/LC_MESSAGES/TagSub.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TagSub to Spanish (Español) +# Translation of StatusNet - TagSub to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:08+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..07771dfb49 --- /dev/null +++ b/plugins/TagSub/locale/eu/LC_MESSAGES/TagSub.po @@ -0,0 +1,136 @@ +# Translation of StatusNet - TagSub to Basque (euskara) +# Exported from translatewiki.net +# +# Author: Artsuaga +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - TagSub\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Form legend. +msgid "Unsubscribe from this tag" +msgstr "Etiketa hontara harpidetza kendu" + +#. TRANS: Submit button text to unsubscribe from a tag. +msgctxt "BUTTON" +msgid "Unsubscribe" +msgstr "Harpidetza kendu" + +#. TRANS: Submit button title to unsubscribe from a tag. +msgid "Unsubscribe from this tag." +msgstr "Etiketa hontara harpidetza kendu." + +#. TRANS: Plugin description. +msgid "Plugin to allow following all messages with a given tag." +msgstr "" + +#. TRANS: SubMirror plugin menu item on user settings page. +msgctxt "MENU" +msgid "Tags" +msgstr "Etiketak" + +#. TRANS: SubMirror plugin tooltip for user settings menu item. +msgid "Configure tag subscriptions" +msgstr "Konfiguratu etiketetara harpidetzak" + +#. TRANS: Menu item text for tags submenu. +msgid "Tags" +msgstr "Etiketak" + +#. TRANS: Form legend. +msgid "Subscribe to this tag" +msgstr "Harpidetu etiketa honetara" + +#. TRANS: Submit button text to subscribe to a tag. +msgctxt "BUTTON" +msgid "Subscribe" +msgstr "Harpidetu" + +#. TRANS: Submit button title to subscribe to a tag. +msgid "Subscribe to this tag." +msgstr "Harpidetu etiketa honetara." + +#. TRANS: Page title when tag unsubscription succeeded. +msgid "Unsubscribed" +msgstr "Harpidetu gabea" + +#. TRANS: Client error displayed trying to perform any request method other than POST. +#. TRANS: Do not translate POST. +msgid "This action only accepts POST requests." +msgstr "Ekintza honek POST eskariak soilik onartzen ditu." + +#. TRANS: Client error displayed when the session token is not okay. +msgid "There was a problem with your session token. Try again, please." +msgstr "Arazoa egon da zure saio-tokenarekin. Saiatu berriro, mesedez." + +#. TRANS: Error message displayed when trying to perform an action that requires a logged in user. +msgid "Not logged in." +msgstr "Saioa hasi gabe." + +#. TRANS: Client error displayed trying to subscribe to a non-existing profile. +msgid "No such profile." +msgstr "Profil hori ez dago." + +#. TRANS: Page title when tag subscription succeeded. +msgid "Subscribed" +msgstr "Harpidetua" + +#. TRANS: Header for subscriptions overview for a user (first page). +#. TRANS: %s is a user nickname. +#, php-format +msgid "%s's tag subscriptions" +msgstr "%s(r)en etiketa harpidetzak" + +#. TRANS: Header for subscriptions overview for a user (not first page). +#. TRANS: %1$s is a user nickname, %2$d is the page number. +#, fuzzy, php-format +msgid "%1$s's tag subscriptions, page %2$d" +msgstr "%1$s(r)en etiketa harpidetzak, 2$s. orria" + +#. TRANS: Page notice for page with an overview of all tag subscriptions +#. TRANS: of the logged in user's own profile. +msgid "" +"You have subscribed to receive all notices on this site containing the " +"following tags:" +msgstr "" + +#. TRANS: Page notice for page with an overview of all subscriptions of a user other +#. TRANS: than the logged in user. %s is the user nickname. +#, php-format +msgid "" +"%s has subscribed to receive all notices on this site containing the " +"following tags:" +msgstr "" + +#. TRANS: Tag subscription list text when the logged in user has no tag subscriptions. +msgid "" +"You are not listening to any hash tags right now. You can push the " +"\"Subscribe\" button on any hashtag page to automatically receive any public " +"messages on this site that use that tag, even if you are not subscribed to " +"the poster." +msgstr "" + +#. TRANS: Tag subscription list text when looking at the subscriptions for a of a user other +#. TRANS: than the logged in user that has no tag subscriptions. %s is the user nickname. +#. TRANS: Subscription list text when looking at the subscriptions for a of a user that has none +#. TRANS: as an anonymous user. %s is the user nickname. +#, php-format +msgid "%s is not following any tags." +msgstr "%s ez da ari etiketarik jarraitzen." + +#. TRANS: %1$s is a URL to a tag, %2$s is a tag, +#. TRANS: %3$s a date string. +#, php-format +msgid "#%2$s since %3$s" +msgstr "#%2$s %3$s(e)tik" diff --git a/plugins/TagSub/locale/fr/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/fr/LC_MESSAGES/TagSub.po new file mode 100644 index 0000000000..a3cf26b6ba --- /dev/null +++ b/plugins/TagSub/locale/fr/LC_MESSAGES/TagSub.po @@ -0,0 +1,148 @@ +# Translation of StatusNet - TagSub to French (français) +# Exported from translatewiki.net +# +# Author: Brunoperel +# Author: Gomoko +# Author: Od1n +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - TagSub\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. TRANS: Form legend. +msgid "Unsubscribe from this tag" +msgstr "Se désinscrire de cette balise" + +#. TRANS: Submit button text to unsubscribe from a tag. +msgctxt "BUTTON" +msgid "Unsubscribe" +msgstr "Se désabonner" + +#. TRANS: Submit button title to unsubscribe from a tag. +msgid "Unsubscribe from this tag." +msgstr "Se désinscrire de cette balise." + +#. TRANS: Plugin description. +msgid "Plugin to allow following all messages with a given tag." +msgstr "" +"Plugin pour permettre de suivre tous les messages avec une balise donnée." + +#. TRANS: SubMirror plugin menu item on user settings page. +msgctxt "MENU" +msgid "Tags" +msgstr "Balises" + +#. TRANS: SubMirror plugin tooltip for user settings menu item. +msgid "Configure tag subscriptions" +msgstr "Configurer les inscriptions aux balises" + +#. TRANS: Menu item text for tags submenu. +msgid "Tags" +msgstr "Balises" + +#. TRANS: Form legend. +msgid "Subscribe to this tag" +msgstr "S'abonner à cette balise" + +#. TRANS: Submit button text to subscribe to a tag. +msgctxt "BUTTON" +msgid "Subscribe" +msgstr "S’abonner" + +#. TRANS: Submit button title to subscribe to a tag. +msgid "Subscribe to this tag." +msgstr "S'abonner à cette balise." + +#. TRANS: Page title when tag unsubscription succeeded. +msgid "Unsubscribed" +msgstr "Désabonné" + +#. TRANS: Client error displayed trying to perform any request method other than POST. +#. TRANS: Do not translate POST. +msgid "This action only accepts POST requests." +msgstr "Cette action n'accepte que les requêtes de type POST." + +#. TRANS: Client error displayed when the session token is not okay. +msgid "There was a problem with your session token. Try again, please." +msgstr "" +"Un problème est survenu avec votre session. Merci d'essayer de nouveau." + +#. TRANS: Error message displayed when trying to perform an action that requires a logged in user. +msgid "Not logged in." +msgstr "Non connecté." + +#. TRANS: Client error displayed trying to subscribe to a non-existing profile. +msgid "No such profile." +msgstr "Profil non trouvé." + +#. TRANS: Page title when tag subscription succeeded. +msgid "Subscribed" +msgstr "Abonné" + +#. TRANS: Header for subscriptions overview for a user (first page). +#. TRANS: %s is a user nickname. +#, php-format +msgid "%s's tag subscriptions" +msgstr "inscriptions à la balise %s" + +#. TRANS: Header for subscriptions overview for a user (not first page). +#. TRANS: %1$s is a user nickname, %2$d is the page number. +#, php-format +msgid "%1$s's tag subscriptions, page %2$d" +msgstr "inscriptions à la balise %1$s, page %2$d" + +#. TRANS: Page notice for page with an overview of all tag subscriptions +#. TRANS: of the logged in user's own profile. +msgid "" +"You have subscribed to receive all notices on this site containing the " +"following tags:" +msgstr "" +"Vous vous êtes inscrit pour recevoir tous les avertissements de ce site " +"correspondant aux balises suivantes:" + +#. TRANS: Page notice for page with an overview of all subscriptions of a user other +#. TRANS: than the logged in user. %s is the user nickname. +#, php-format +msgid "" +"%s has subscribed to receive all notices on this site containing the " +"following tags:" +msgstr "" +"%s s'est inscrit pour recevoir tous les avertissements de ce site contenant " +"les balises suivantes:" + +#. TRANS: Tag subscription list text when the logged in user has no tag subscriptions. +msgid "" +"You are not listening to any hash tags right now. You can push the " +"\"Subscribe\" button on any hashtag page to automatically receive any public " +"messages on this site that use that tag, even if you are not subscribed to " +"the poster." +msgstr "" +"Vous n'êtes désormais plus à l'écoute des balises de hachage. Vous pouvez " +"appuyez sur le bouton \"S'abonner\" sur n'importe quelle page de balise de " +"hachage pour recevoir automatiquement tous les messages publics sur ce site " +"qui utilisent cette balise, même si vous n'êtes pas abonné au publieur." + +#. TRANS: Tag subscription list text when looking at the subscriptions for a of a user other +#. TRANS: than the logged in user that has no tag subscriptions. %s is the user nickname. +#. TRANS: Subscription list text when looking at the subscriptions for a of a user that has none +#. TRANS: as an anonymous user. %s is the user nickname. +#, php-format +msgid "%s is not following any tags." +msgstr "%s ne suit aucune balise." + +#. TRANS: %1$s is a URL to a tag, %2$s is a tag, +#. TRANS: %3$s a date string. +#, php-format +msgid "#%2$s since %3$s" +msgstr "#%2$s depuis %3$s" diff --git a/plugins/TagSub/locale/gl/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/gl/LC_MESSAGES/TagSub.po index b8f8bb27e9..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:08+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 (05c726a); Translate 2012-04-11\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 fcf6aee05f..ca82002594 100644 --- a/plugins/TagSub/locale/ia/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/ia/LC_MESSAGES/TagSub.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TagSub to Interlingua (Interlingua) +# Translation of StatusNet - TagSub to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:08+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 (05c726a); Translate 2012-04-11\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 e77d55d67f..0375f945f8 100644 --- a/plugins/TagSub/locale/mk/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/mk/LC_MESSAGES/TagSub.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TagSub to Macedonian (Македонски) +# Translation of StatusNet - TagSub to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:08+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 (05c726a); Translate 2012-04-11\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 d53441ea43..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:09+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 (05c726a); Translate 2012-04-11\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 735d9889ac..c2b03dcfc0 100644 --- a/plugins/TagSub/locale/sr-ec/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/sr-ec/LC_MESSAGES/TagSub.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TagSub to Serbian (Cyrillic script) (‪Српски (ћирилица)‬) +# Translation of StatusNet - TagSub to Serbian (Cyrillic script) (‪српски (ћирилица)‬) # Exported from translatewiki.net # # Author: Rancher @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:09+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 (05c726a); Translate 2012-04-11\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 000a4c79d5..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:09+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 (05c726a); Translate 2012-04-11\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 1d3b623b12..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:09+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 (05c726a); Translate 2012-04-11\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 777b837294..09223782a7 100644 --- a/plugins/TagSub/locale/uk/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/uk/LC_MESSAGES/TagSub.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TagSub to Ukrainian (Українська) +# Translation of StatusNet - TagSub to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:09+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 (05c726a); Translate 2012-04-11\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 474aee7a3c..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-05-03 22:11+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 24d077a673..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:09+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 (05c726a); Translate 2012-04-11\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 606dbc1d9c..2fa8c7f226 100644 --- a/plugins/TightUrl/locale/es/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/es/LC_MESSAGES/TightUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TightUrl to Spanish (Español) +# Translation of StatusNet - TightUrl to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:09+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..e9bf436d29 --- /dev/null +++ b/plugins/TightUrl/locale/eu/LC_MESSAGES/TightUrl.po @@ -0,0 +1,28 @@ +# Translation of StatusNet - TightUrl to Basque (euskara) +# Exported from translatewiki.net +# +# Author: Artsuaga +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - TightUrl\n" +"Report-Msgid-Bugs-To: \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 (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. +msgid "You must specify a serviceUrl." +msgstr "Url zerbitzu bat adierazi behar duzu." + +#. TRANS: Plugin description. %s is the shortener name. +#, php-format +msgid "Uses %1$s URL-shortener service." +msgstr "%1$s URL-laburtze zerbitzua erabiliz." diff --git a/plugins/TightUrl/locale/fr/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/fr/LC_MESSAGES/TightUrl.po index 2d3d300bb1..60f9b35d76 100644 --- a/plugins/TightUrl/locale/fr/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/fr/LC_MESSAGES/TightUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TightUrl to French (Français) +# Translation of StatusNet - TightUrl to French (français) # Exported from translatewiki.net # # Author: Crochet.david @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:09+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 (05c726a); Translate 2012-04-11\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 80e2e147a7..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:09+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 (05c726a); Translate 2012-04-11\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 1c63bf9907..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:09+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 (05c726a); Translate 2012-04-11\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 b1c0cd7c2f..2f8d325983 100644 --- a/plugins/TightUrl/locale/ia/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/ia/LC_MESSAGES/TightUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TightUrl to Interlingua (Interlingua) +# Translation of StatusNet - TightUrl to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:09+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 (05c726a); Translate 2012-04-11\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 df0b346fed..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:09+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 (05c726a); Translate 2012-04-11\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 285c603455..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:09+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 (05c726a); Translate 2012-04-11\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 716538578a..f785bbecba 100644 --- a/plugins/TightUrl/locale/mk/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/mk/LC_MESSAGES/TightUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TightUrl to Macedonian (Македонски) +# Translation of StatusNet - TightUrl to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:09+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 (05c726a); Translate 2012-04-11\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 7cafc58116..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:09+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 (05c726a); Translate 2012-04-11\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 96c360681e..a18fa31554 100644 --- a/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TightUrl to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - TightUrl to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:10+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 (05c726a); Translate 2012-04-11\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 8f74721f9e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:10+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 (05c726a); Translate 2012-04-11\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 299f2479e8..a4386f6bee 100644 --- a/plugins/TightUrl/locale/pt/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/pt/LC_MESSAGES/TightUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TightUrl to Portuguese (Português) +# Translation of StatusNet - TightUrl to Portuguese (português) # Exported from translatewiki.net # # Author: Waldir @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:10+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 (05c726a); Translate 2012-04-11\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 c8db38add0..06f690a599 100644 --- a/plugins/TightUrl/locale/pt_BR/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/pt_BR/LC_MESSAGES/TightUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TightUrl to Brazilian Portuguese (Português do Brasil) +# Translation of StatusNet - TightUrl to Brazilian Portuguese (português do Brasil) # Exported from translatewiki.net # # Author: Giro720 @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:10+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 (05c726a); Translate 2012-04-11\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 0c1c651380..eb351c5191 100644 --- a/plugins/TightUrl/locale/ru/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/ru/LC_MESSAGES/TightUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TightUrl to Russian (Русский) +# Translation of StatusNet - TightUrl to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:10+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 (05c726a); Translate 2012-04-11\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 f429bf0be2..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:10+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 (05c726a); Translate 2012-04-11\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 1abcddaad0..8942a3315f 100644 --- a/plugins/TightUrl/locale/uk/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/uk/LC_MESSAGES/TightUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TightUrl to Ukrainian (Українська) +# Translation of StatusNet - TightUrl to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:10+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 (05c726a); Translate 2012-04-11\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 06af41bbc9..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-05-03 22:11+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 b7d046d233..0269928395 100644 --- a/plugins/TinyMCE/locale/ca/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/ca/LC_MESSAGES/TinyMCE.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TinyMCE to Catalan (Català) +# Translation of StatusNet - TinyMCE to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:10+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 (05c726a); Translate 2012-04-11\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 854439b740..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:10+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 (05c726a); Translate 2012-04-11\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 659e557bc8..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:10+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 (05c726a); Translate 2012-04-11\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 bb59723c4f..b03b0ddf1e 100644 --- a/plugins/TinyMCE/locale/es/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/es/LC_MESSAGES/TinyMCE.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TinyMCE to Spanish (Español) +# Translation of StatusNet - TinyMCE to Spanish (español) # Exported from translatewiki.net # # Author: Translationista @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:10+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 (05c726a); Translate 2012-04-11\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 03429f9da7..ab25a97d8e 100644 --- a/plugins/TinyMCE/locale/fr/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/fr/LC_MESSAGES/TinyMCE.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TinyMCE to French (Français) +# Translation of StatusNet - TinyMCE to French (français) # Exported from translatewiki.net # # Author: Verdy p @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:10+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 (05c726a); Translate 2012-04-11\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 39fbe963e2..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:10+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 (05c726a); Translate 2012-04-11\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 61fe3fcf82..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:10+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 (05c726a); Translate 2012-04-11\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 c82ba5da83..70e76204b4 100644 --- a/plugins/TinyMCE/locale/ia/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/ia/LC_MESSAGES/TinyMCE.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TinyMCE to Interlingua (Interlingua) +# Translation of StatusNet - TinyMCE to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:10+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 (05c726a); Translate 2012-04-11\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 be2fda8047..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:10+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 (05c726a); Translate 2012-04-11\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 efb2aef6ac..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:11+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 (05c726a); Translate 2012-04-11\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 3748aee20e..abf72426c5 100644 --- a/plugins/TinyMCE/locale/mk/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/mk/LC_MESSAGES/TinyMCE.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TinyMCE to Macedonian (Македонски) +# Translation of StatusNet - TinyMCE to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:11+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 (05c726a); Translate 2012-04-11\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 f097dbd3bd..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:11+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 (05c726a); Translate 2012-04-11\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 ee4888840d..db49725fd7 100644 --- a/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TinyMCE to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - TinyMCE to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:11+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 (05c726a); Translate 2012-04-11\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 c5e33e8a01..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:11+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 (05c726a); Translate 2012-04-11\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 d26d8f29e6..1a53bcaf86 100644 --- a/plugins/TinyMCE/locale/pt/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/pt/LC_MESSAGES/TinyMCE.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TinyMCE to Portuguese (Português) +# Translation of StatusNet - TinyMCE to Portuguese (português) # Exported from translatewiki.net # # Author: Waldir @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:11+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 (05c726a); Translate 2012-04-11\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 8a0176f746..c149adebe0 100644 --- a/plugins/TinyMCE/locale/pt_BR/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/pt_BR/LC_MESSAGES/TinyMCE.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TinyMCE to Brazilian Portuguese (Português do Brasil) +# Translation of StatusNet - TinyMCE to Brazilian Portuguese (português do Brasil) # Exported from translatewiki.net # # Author: Giro720 @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:11+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 (05c726a); Translate 2012-04-11\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 ef1a153746..2cafd46d9b 100644 --- a/plugins/TinyMCE/locale/ru/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/ru/LC_MESSAGES/TinyMCE.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TinyMCE to Russian (Русский) +# Translation of StatusNet - TinyMCE to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:11+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 (05c726a); Translate 2012-04-11\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 8205c01958..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:11+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 (05c726a); Translate 2012-04-11\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 d21f41673d..b77701ec48 100644 --- a/plugins/TinyMCE/locale/uk/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/uk/LC_MESSAGES/TinyMCE.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TinyMCE to Ukrainian (Українська) +# Translation of StatusNet - TinyMCE to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:11+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 (05c726a); Translate 2012-04-11\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 f642472b16..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-05-03 22:11+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 e895d7c56f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:11+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 (05c726a); Translate 2012-04-11\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 d80c2e6fd7..877ef039b3 100644 --- a/plugins/TwitterBridge/locale/ca/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/ca/LC_MESSAGES/TwitterBridge.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TwitterBridge to Catalan (Català) +# Translation of StatusNet - TwitterBridge to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:11+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 (05c726a); Translate 2012-04-11\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 5f9a66a423..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:12+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 (05c726a); Translate 2012-04-11\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 717a5b7472..9a2510273a 100644 --- a/plugins/TwitterBridge/locale/es/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/es/LC_MESSAGES/TwitterBridge.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TwitterBridge to Spanish (Español) +# Translation of StatusNet - TwitterBridge to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:12+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 (05c726a); Translate 2012-04-11\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 6d721b32ae..a8df3c9082 100644 --- a/plugins/TwitterBridge/locale/eu/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/eu/LC_MESSAGES/TwitterBridge.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TwitterBridge to Basque (Euskara) +# Translation of StatusNet - TwitterBridge to Basque (euskara) # Exported from translatewiki.net # # Author: Artsuaga @@ -9,18 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:12+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 (05c726a); Translate 2012-04-11\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. msgid "Twitter settings" -msgstr "" +msgstr "Twitter aukerak" #. TRANS: Instructions for page with Twitter integration settings. msgid "" @@ -30,15 +30,15 @@ msgstr "" #. TRANS: Fieldset legend. msgid "Twitter account" -msgstr "" +msgstr "Twitter kontua" #. TRANS: Form note when a Twitter account has been connected. msgid "Connected Twitter account" -msgstr "" +msgstr "Kontektaturiko Twitter kontua" #. TRANS: Fieldset legend. msgid "Disconnect my account from Twitter" -msgstr "" +msgstr "Deskonektatu nere kontua Twitterretik" #. TRANS: Form guide. %s is a URL to the password settings. #. TRANS: This message contains a Markdown link in the form [description](link). @@ -54,6 +54,8 @@ msgid "" "Keep your %1$s account but disconnect from Twitter. You can use your %1$s " "password to log in." msgstr "" +"Mantendu zure %1$s kontua baina Twitterretik deskonektatu. Zure %1$s " +"pasahitza erabiliko duzu saioa hasteko." #. TRANS: Button text for disconnecting a Twitter account. msgctxt "BUTTON" @@ -350,7 +352,7 @@ msgstr "" #. TRANS: %s is the invalid line. #, php-format msgid "Invalid HTTP response line: %s." -msgstr "" +msgstr "HTTP erantzun lerro baliogabea: %s." #. TRANS: Exception thrown when an invalid response line part is encountered. #. TRANS: %1$s is the chunk, %2$s is the line. @@ -362,29 +364,29 @@ msgstr "" #. TRANS: %1$s is the response code, %2$s is the line. #, php-format msgid "Bad HTTP response code %1$s: %2$s." -msgstr "" +msgstr "HTTP erantzun okerraren kodea %1$s: %2$s." #. TRANS: Menu item in login navigation. #. TRANS: Menu item in connection settings navigation. msgctxt "MENU" msgid "Twitter" -msgstr "" +msgstr "Twitter" #. TRANS: Title for menu item in login navigation. msgid "Login or register using Twitter." -msgstr "" +msgstr "Saioa hasi edo erregistratu Twitter erabiliz." #. TRANS: Title for menu item in connection settings navigation. msgid "Twitter integration options" -msgstr "" +msgstr "Twitter integrazio aukerak" #. TRANS: Menu item in administrative panel that leads to the Twitter bridge configuration. msgid "Twitter" -msgstr "" +msgstr "Twitter" #. TRANS: Menu item title in administrative panel that leads to the Twitter bridge configuration. msgid "Twitter bridge configuration page." -msgstr "" +msgstr "Twitter bridge konfigurazio orria." #. TRANS: Plugin description. msgid "" @@ -394,20 +396,20 @@ msgstr "" #. TRANS: Client error displayed when trying to log in using Twitter while already logged in to StatusNet. msgid "Already logged in." -msgstr "" +msgstr "Dagoeneko saioa hasita." #. TRANS: Title for login using Twitter page. msgctxt "TITLE" msgid "Twitter Login" -msgstr "" +msgstr "Twitter Saio Hasera" #. TRANS: Instructions for login using Twitter page. msgid "Login with your Twitter account" -msgstr "" +msgstr "Saioa hasi zure Twitter kontuarekin" #. TRANS: Alternative text for "sign in with Twitter" image. msgid "Sign in with Twitter" -msgstr "" +msgstr "Erregistratu Twitterrekin" #. TRANS: Mail subject after forwarding notices to Twitter has stopped working. msgid "Your Twitter bridge has been disabled" @@ -435,4 +437,4 @@ msgstr "" #. TRANS: %1$s is the repeated user's name, %2$s is the repeated notice. #, php-format msgid "RT @%1$s %2$s" -msgstr "" +msgstr "RT @%1$s %2$s" diff --git a/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po index 6ac42a1ac9..54ec84d3ca 100644 --- a/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po @@ -1,8 +1,10 @@ -# Translation of StatusNet - TwitterBridge to French (Français) +# Translation of StatusNet - TwitterBridge to French (français) # Exported from translatewiki.net # +# Author: Gomoko # Author: Od1n # Author: Peter17 +# Author: Tititou36 # Author: Valeryan 24 # Author: Verdy p # -- @@ -12,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:12+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 (05c726a); Translate 2012-04-11\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" @@ -50,13 +52,13 @@ msgstr "Déconnecter mon compte de 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 "" -"La déconnexion de votre compte Twitter ne vous permettrait plus de vous " -"connecter ! S’il vous plaît " +"Vous déconnecter de votre compte Twitter pourrait vous empêcher de vous " +"connecter! Veuillez d'abord [définir un mot de passe](%s)." #. TRANS: Form instructions. %1$s is the StatusNet sitename. #, php-format @@ -118,7 +120,6 @@ msgid "No Twitter connection to remove." msgstr "Aucune connexion Twitter à retirer." #. TRANS: Server error displayed when trying to remove a connected Twitter account fails. -#, fuzzy msgid "Could not remove Twitter user." msgstr "Impossible de supprimer l’utilisateur Twitter." @@ -127,7 +128,6 @@ msgid "Twitter account disconnected." msgstr "Compte Twitter déconnecté." #. TRANS: Server error displayed when saving Twitter integration preferences fails. -#, fuzzy msgid "Could not save Twitter preferences." msgstr "Impossible de sauvegarder les préférences Twitter." @@ -148,23 +148,20 @@ msgid "Could not link your Twitter account." msgstr "Impossible de lier votre compte 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 "" -"Impossible de lier votre compte Twitter : le jeton d’authentification ne " -"correspond pas." +"Impossible de lier votre compte Twitter: oauth_token ne correspond pas." #. 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 "" -"C’est la première fois que vous êtes connecté à %s via Twitter, il nous faut " -"donc lier votre compte Twitter à un compte local. Vous pouvez soit créer un " -"nouveau compte, soit vous connecter avec votre compte local existant si vous " -"en avez un." +"C’est la première fois que vous êtes connecté sous %s, vous devez donc lier " +"votre compte Twitter à un compte local. Vous pouvez soit créer un nouveau " +"compte, soit vous connecter avec votre compte existant, si vous en avez un." #. TRANS: Page title. msgid "Twitter Account Setup" @@ -286,12 +283,10 @@ msgid "Twitter bridge settings" msgstr "Paramètres de la passerelle 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 "Clé de client invalide. La longueur maximum est de 255 caractères." #. 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 "" "Code secret du client invalide. La longueur maximum est de 255 caractères." @@ -305,23 +300,20 @@ msgid "Consumer key" msgstr "Clé du client" #. TRANS: Field title for Twitter assigned consumer key. -#, fuzzy msgid "The consumer key assigned by Twitter." -msgstr "Clé du client assignée par Twitter" +msgstr "La clé du client assignée par Twitter." #. TRANS: Field label for Twitter assigned consumer secret. msgid "Consumer secret" msgstr "Code secret du client" #. TRANS: Field title for Twitter assigned consumer secret. -#, fuzzy msgid "The consumer secret assigned by Twitter." -msgstr "Code secret du client assigné par Twitter" +msgstr "Le code secret du client assigné par 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 "Note : une clé et un code secret de client global sont définis." +msgstr "Note : Une clé globale et un code secret du client sont définis." #. TRANS: Field label for Twitter application name. msgid "Integration source" @@ -340,10 +332,9 @@ msgid "Enable \"Sign-in with Twitter\"" msgstr "Activer « S’inscrire avec Twitter »" #. TRANS: Checkbox title. -#, fuzzy msgid "This allow users to login with their Twitter credentials." msgstr "" -"Permet aux utilisateurs de se connecter avec leurs identifiants Twitter" +"Cela permet aux utilisateurs de se connecter avec leurs identifiants Twitter." #. TRANS: Checkbox label for global setting. msgid "Enable Twitter import" @@ -358,35 +349,34 @@ msgstr "" "Exige que les démons soient configurés manuellement." #. TRANS: Button title for saving the administrative Twitter bridge settings. -#, fuzzy msgid "Save the Twitter bridge settings." -msgstr "Paramètres de la passerelle Twitter" +msgstr "Enregistrer les paramètres de la passerelle Twitter." #. TRANS: Server exception thrown when an invalid URL scheme is detected. msgid "Invalid URL scheme for HTTP stream reader." -msgstr "" +msgstr "Schéma d'URL non valide pour le lecteur de flux HTTP." #. TRANS: Exception thrown when input from an inexpected socket is encountered. msgid "Got input from unexpected socket!" -msgstr "" +msgstr "Entrée reçue d'une socket non attendue!" #. 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 "État non valide dans handleLine: %s." #. TRANS: Exception thrown when an invalid response line is encountered. #. TRANS: %s is the invalid line. #, php-format msgid "Invalid HTTP response line: %s." -msgstr "" +msgstr "Ligne de réponse HTTP invalide: %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 "" +msgstr "Partie de ligne de réponse HTTP invalide \"%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. @@ -401,7 +391,6 @@ msgid "Twitter" msgstr "Twitter" #. TRANS: Title for menu item in login navigation. -#, fuzzy msgid "Login or register using Twitter." msgstr "Se connecter ou s’inscrire via Twitter" @@ -414,9 +403,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 "Configuration de la passerelle Twitter" +msgstr "Page de configuration de la passerelle Twitter" #. TRANS: Plugin description. msgid "" @@ -431,7 +419,6 @@ msgid "Already logged in." msgstr "Déjà connecté." #. TRANS: Title for login using Twitter page. -#, fuzzy msgctxt "TITLE" msgid "Twitter Login" msgstr "Connexion Twitter" diff --git a/plugins/TwitterBridge/locale/fur/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/fur/LC_MESSAGES/TwitterBridge.po index 99278962b0..8307c51c45 100644 --- a/plugins/TwitterBridge/locale/fur/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/fur/LC_MESSAGES/TwitterBridge.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TwitterBridge to Friulian (Furlan) +# Translation of StatusNet - TwitterBridge to Friulian (furlan) # Exported from translatewiki.net # # Author: Klenje @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:12+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 (05c726a); Translate 2012-04-11\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 cd9a3686ab..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:12+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 (05c726a); Translate 2012-04-11\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 0b45208775..7dafc86864 100644 --- a/plugins/TwitterBridge/locale/ia/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/ia/LC_MESSAGES/TwitterBridge.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TwitterBridge to Interlingua (Interlingua) +# Translation of StatusNet - TwitterBridge to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:13+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 (05c726a); Translate 2012-04-11\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 851d094d2b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:13+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 (05c726a); Translate 2012-04-11\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 479adbf989..87aa6ff6ed 100644 --- a/plugins/TwitterBridge/locale/mk/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/mk/LC_MESSAGES/TwitterBridge.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TwitterBridge to Macedonian (Македонски) +# Translation of StatusNet - TwitterBridge to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:13+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 (05c726a); Translate 2012-04-11\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 67ef24e90f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:13+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 (05c726a); Translate 2012-04-11\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 1f2f6d1f5e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:13+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 (05c726a); Translate 2012-04-11\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 f1c9400976..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:13+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 (05c726a); Translate 2012-04-11\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 3c56f0aa19..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:14+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 (05c726a); Translate 2012-04-11\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 a1dd36f79f..aec93aa186 100644 --- a/plugins/TwitterBridge/locale/uk/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/uk/LC_MESSAGES/TwitterBridge.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TwitterBridge to Ukrainian (Українська) +# Translation of StatusNet - TwitterBridge to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:14+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 (05c726a); Translate 2012-04-11\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 019c388f43..20abf21d80 100644 --- a/plugins/TwitterBridge/locale/zh_CN/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/zh_CN/LC_MESSAGES/TwitterBridge.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TwitterBridge to Simplified Chinese (‪中文(简体)‬) +# Translation of StatusNet - TwitterBridge to Simplified Chinese (‪中文(简体)‬) # Exported from translatewiki.net # # Author: Hydra @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:14+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 (05c726a); Translate 2012-04-11\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 50e2335f01..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-05-03 22:11+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 08840c097c..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:14+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 (05c726a); Translate 2012-04-11\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 3c18abe85f..52d02f74c9 100644 --- a/plugins/UserFlag/locale/ca/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/ca/LC_MESSAGES/UserFlag.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserFlag to Catalan (Català) +# Translation of StatusNet - UserFlag to Catalan (català) # Exported from translatewiki.net # # Author: Toniher @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:14+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 (05c726a); Translate 2012-04-11\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 4bdc2f56a2..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:14+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..8d433e5ee5 --- /dev/null +++ b/plugins/UserFlag/locale/diq/LC_MESSAGES/UserFlag.po @@ -0,0 +1,101 @@ +# Translation of StatusNet - UserFlag to Zazaki (Zazaki) +# Exported from translatewiki.net +# +# Author: Erdemaslancan +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - UserFlag\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: AJAX form title for a flagged profile. +msgid "Flagged for review" +msgstr "" + +#. TRANS: Body text for AJAX form when a profile has been flagged for review. +#. TRANS: Message added to a profile if it has been flagged for review. +msgid "Flagged" +msgstr "Desmale" + +#. TRANS: Plugin description. +msgid "" +"This plugin allows flagging of profiles for review and reviewing flagged " +"profiles." +msgstr "" + +#. TRANS: Form title for flagging a profile for review. +msgid "Flag" +msgstr "Desmal" + +#. TRANS: Form description. +msgid "Flag profile for review." +msgstr "" + +#. TRANS: Form title for action on a profile. +msgid "Clear" +msgstr "estern" + +#. TRANS: Form description for clearing flags from a profile. +msgid "Clear all flags" +msgstr "" + +#. TRANS: Error message displayed when trying to perform an action that requires a logged in user. +msgid "Not logged in." +msgstr "" + +#. TRANS: Error message displayed when trying to review profile flags while not authorised. +msgid "You cannot review profile flags." +msgstr "" + +#. TRANS: Title for page with a list of profiles that were flagged for review. +msgid "Flagged profiles" +msgstr "" + +#. TRANS: Header for moderation menu with action buttons for flagged profiles (like 'sandbox', 'silence', ...). +msgid "Moderate" +msgstr "Modere" + +#. TRANS: Message displayed on a profile if it has been flagged. +#. TRANS: %1$s is a comma separated list of at most 5 user nicknames that flagged. +#. TRANS: %2$d is a positive integer of additional flagging users. Also used for plural. +#, php-format +msgid "Flagged by %1$s and %2$d other" +msgid_plural "Flagged by %1$s and %2$d others" +msgstr[0] "" +msgstr[1] "" + +#. TRANS: Message displayed on a profile if it has been flagged. +#. TRANS: %s is a comma separated list of at most 5 user nicknames that flagged. +#, php-format +msgid "Flagged by %s" +msgstr "Desmala %s" + +#. TRANS: Server exception given when flags could not be cleared. +#. TRANS: %s is a profile nickname. +#, php-format +msgid "Could not clear flags for profile \"%s\"." +msgstr "" + +#. TRANS: Title for AJAX form to indicated that flags were removed. +msgid "Flags cleared" +msgstr "Desmala estere ke" + +#. TRANS: Body element for "flags cleared" form. +msgid "Cleared" +msgstr "" + +#. TRANS: Server exception. +#. TRANS: %d is a profile ID (number). +#, php-format +msgid "Could not flag profile \"%d\" for review." +msgstr "" diff --git a/plugins/UserFlag/locale/es/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/es/LC_MESSAGES/UserFlag.po index 7c49563842..cc2575c0df 100644 --- a/plugins/UserFlag/locale/es/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/es/LC_MESSAGES/UserFlag.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserFlag to Spanish (Español) +# Translation of StatusNet - UserFlag to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:14+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..58f2ea84af --- /dev/null +++ b/plugins/UserFlag/locale/eu/LC_MESSAGES/UserFlag.po @@ -0,0 +1,101 @@ +# Translation of StatusNet - UserFlag to Basque (euskara) +# Exported from translatewiki.net +# +# Author: Artsuaga +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - UserFlag\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: AJAX form title for a flagged profile. +msgid "Flagged for review" +msgstr "Azterketarako markatua" + +#. TRANS: Body text for AJAX form when a profile has been flagged for review. +#. TRANS: Message added to a profile if it has been flagged for review. +msgid "Flagged" +msgstr "" + +#. TRANS: Plugin description. +msgid "" +"This plugin allows flagging of profiles for review and reviewing flagged " +"profiles." +msgstr "" + +#. TRANS: Form title for flagging a profile for review. +msgid "Flag" +msgstr "" + +#. TRANS: Form description. +msgid "Flag profile for review." +msgstr "Markatu profila aztertzeko." + +#. TRANS: Form title for action on a profile. +msgid "Clear" +msgstr "Garbitu" + +#. TRANS: Form description for clearing flags from a profile. +msgid "Clear all flags" +msgstr "Marka guztiak garbitu" + +#. TRANS: Error message displayed when trying to perform an action that requires a logged in user. +msgid "Not logged in." +msgstr "Saioa hasi gabe." + +#. TRANS: Error message displayed when trying to review profile flags while not authorised. +msgid "You cannot review profile flags." +msgstr "" + +#. TRANS: Title for page with a list of profiles that were flagged for review. +msgid "Flagged profiles" +msgstr "Markatutako profilak" + +#. TRANS: Header for moderation menu with action buttons for flagged profiles (like 'sandbox', 'silence', ...). +msgid "Moderate" +msgstr "Moderatu" + +#. TRANS: Message displayed on a profile if it has been flagged. +#. TRANS: %1$s is a comma separated list of at most 5 user nicknames that flagged. +#. TRANS: %2$d is a positive integer of additional flagging users. Also used for plural. +#, php-format +msgid "Flagged by %1$s and %2$d other" +msgid_plural "Flagged by %1$s and %2$d others" +msgstr[0] "%1$s and %2$dek markatua" +msgstr[1] "%1$s and %2$d(e)k markatua" + +#. TRANS: Message displayed on a profile if it has been flagged. +#. TRANS: %s is a comma separated list of at most 5 user nicknames that flagged. +#, php-format +msgid "Flagged by %s" +msgstr "%s(e)k markatua" + +#. TRANS: Server exception given when flags could not be cleared. +#. TRANS: %s is a profile nickname. +#, php-format +msgid "Could not clear flags for profile \"%s\"." +msgstr "\"%s\" profilarentzako ezin izan dira markak garbitu." + +#. TRANS: Title for AJAX form to indicated that flags were removed. +msgid "Flags cleared" +msgstr "" + +#. TRANS: Body element for "flags cleared" form. +msgid "Cleared" +msgstr "" + +#. TRANS: Server exception. +#. TRANS: %d is a profile ID (number). +#, fuzzy, php-format +msgid "Could not flag profile \"%d\" for review." +msgstr "\"%s\" profila ezin izan da azterketarako markatu." diff --git a/plugins/UserFlag/locale/fr/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/fr/LC_MESSAGES/UserFlag.po index 15aa6c20fa..010e189764 100644 --- a/plugins/UserFlag/locale/fr/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/fr/LC_MESSAGES/UserFlag.po @@ -1,7 +1,8 @@ -# Translation of StatusNet - UserFlag to French (Français) +# Translation of StatusNet - UserFlag to French (français) # Exported from translatewiki.net # # Author: Peter17 +# Author: Tititou36 # -- # This file is distributed under the same license as the StatusNet package. # @@ -9,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:14+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 (05c726a); Translate 2012-04-11\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" @@ -87,7 +88,7 @@ msgstr "Marqué par %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 "Impossible de supprimer les marquages pour le profil « %s »." @@ -101,6 +102,6 @@ msgstr "Effacé" #. TRANS: Server exception. #. TRANS: %d is a profile ID (number). -#, fuzzy, php-format +#, php-format msgid "Could not flag profile \"%d\" for review." msgstr "Impossible de marquer le profil « %d » pour vérification." diff --git a/plugins/UserFlag/locale/gl/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/gl/LC_MESSAGES/UserFlag.po index 455141244d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:14+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 (05c726a); Translate 2012-04-11\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 565e085d25..e53199301f 100644 --- a/plugins/UserFlag/locale/ia/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/ia/LC_MESSAGES/UserFlag.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserFlag to Interlingua (Interlingua) +# Translation of StatusNet - UserFlag to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:14+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 (05c726a); Translate 2012-04-11\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 aeb770f25a..18456fadc8 100644 --- a/plugins/UserFlag/locale/mk/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/mk/LC_MESSAGES/UserFlag.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserFlag to Macedonian (Македонски) +# Translation of StatusNet - UserFlag to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:14+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 (05c726a); Translate 2012-04-11\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 55ce36d23b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:14+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 (05c726a); Translate 2012-04-11\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 a39a4af0bf..525f03960c 100644 --- a/plugins/UserFlag/locale/pt/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/pt/LC_MESSAGES/UserFlag.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserFlag to Portuguese (Português) +# Translation of StatusNet - UserFlag to Portuguese (português) # Exported from translatewiki.net # # Author: GTNS @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:14+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 (05c726a); Translate 2012-04-11\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 547b34636b..e7ac5674b0 100644 --- a/plugins/UserFlag/locale/ru/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/ru/LC_MESSAGES/UserFlag.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserFlag to Russian (Русский) +# Translation of StatusNet - UserFlag to Russian (русский) # Exported from translatewiki.net # # Author: Byulent @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:15+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 (05c726a); Translate 2012-04-11\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 0d6c3d990b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:15+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 (05c726a); Translate 2012-04-11\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 7a746b75c2..e4d8bee167 100644 --- a/plugins/UserFlag/locale/uk/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/uk/LC_MESSAGES/UserFlag.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserFlag to Ukrainian (Українська) +# Translation of StatusNet - UserFlag to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:15+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 (05c726a); Translate 2012-04-11\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 cd4042a148..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-05-03 22:11+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 76c7337eeb..5a474486b5 100644 --- a/plugins/UserLimit/locale/br/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/br/LC_MESSAGES/UserLimit.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserLimit to Breton (Brezhoneg) +# Translation of StatusNet - UserLimit to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Fulup @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:15+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 (05c726a); Translate 2012-04-11\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 4df988c32b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:15+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 (05c726a); Translate 2012-04-11\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 54cf66df06..847810f61d 100644 --- a/plugins/UserLimit/locale/es/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/es/LC_MESSAGES/UserLimit.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserLimit to Spanish (Español) +# Translation of StatusNet - UserLimit to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:15+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 (05c726a); Translate 2012-04-11\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 a9fb53df4f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:15+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 (05c726a); Translate 2012-04-11\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 280a9e69ae..4c39405dcb 100644 --- a/plugins/UserLimit/locale/fi/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/fi/LC_MESSAGES/UserLimit.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserLimit to Finnish (Suomi) +# Translation of StatusNet - UserLimit to Finnish (suomi) # Exported from translatewiki.net # # Author: Centerlink @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:15+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 (05c726a); Translate 2012-04-11\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 a668603e3d..273b1c17ae 100644 --- a/plugins/UserLimit/locale/fr/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/fr/LC_MESSAGES/UserLimit.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserLimit to French (Français) +# Translation of StatusNet - UserLimit to French (français) # Exported from translatewiki.net # # Author: Crochet.david @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:15+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 (05c726a); Translate 2012-04-11\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 b3a55b8aad..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:15+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 (05c726a); Translate 2012-04-11\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 a116cd8746..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:15+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 (05c726a); Translate 2012-04-11\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 48ba81a78d..6814c29545 100644 --- a/plugins/UserLimit/locale/ia/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/ia/LC_MESSAGES/UserLimit.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserLimit to Interlingua (Interlingua) +# Translation of StatusNet - UserLimit to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:15+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 (05c726a); Translate 2012-04-11\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 fbc95ff344..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:16+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 (05c726a); Translate 2012-04-11\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 ae5f16a97a..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:16+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 (05c726a); Translate 2012-04-11\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 b1b40a35cd..1722a14e3e 100644 --- a/plugins/UserLimit/locale/lv/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/lv/LC_MESSAGES/UserLimit.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserLimit to Latvian (Latviešu) +# Translation of StatusNet - UserLimit to Latvian (latviešu) # Exported from translatewiki.net # # Author: Geimeris @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:16+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 (05c726a); Translate 2012-04-11\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 274ed82ba7..faabb00894 100644 --- a/plugins/UserLimit/locale/mk/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/mk/LC_MESSAGES/UserLimit.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserLimit to Macedonian (Македонски) +# Translation of StatusNet - UserLimit to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:16+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 (05c726a); Translate 2012-04-11\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 eb2ead7e22..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:16+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 (05c726a); Translate 2012-04-11\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 fbb0ad0967..f1273c3319 100644 --- a/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserLimit to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - UserLimit to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:16+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 (05c726a); Translate 2012-04-11\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 290fa2e6bd..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:16+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 (05c726a); Translate 2012-04-11\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 f0bad1ebd0..1ef9850b44 100644 --- a/plugins/UserLimit/locale/pt/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/pt/LC_MESSAGES/UserLimit.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserLimit to Portuguese (Português) +# Translation of StatusNet - UserLimit to Portuguese (português) # Exported from translatewiki.net # # Author: Hamilton Abreu @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:16+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 (05c726a); Translate 2012-04-11\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 56f0a1a2e1..458eb3cea3 100644 --- a/plugins/UserLimit/locale/pt_BR/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/pt_BR/LC_MESSAGES/UserLimit.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserLimit to Brazilian Portuguese (Português do Brasil) +# Translation of StatusNet - UserLimit to Brazilian Portuguese (português do Brasil) # Exported from translatewiki.net # # Author: Giro720 @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:16+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 (05c726a); Translate 2012-04-11\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 3679cab370..71e4df1552 100644 --- a/plugins/UserLimit/locale/ru/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/ru/LC_MESSAGES/UserLimit.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserLimit to Russian (Русский) +# Translation of StatusNet - UserLimit to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:16+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 (05c726a); Translate 2012-04-11\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 698cc97697..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:16+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 (05c726a); Translate 2012-04-11\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 6d841c10c1..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:16+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 (05c726a); Translate 2012-04-11\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 a1661c7f20..d6d7d770f4 100644 --- a/plugins/UserLimit/locale/uk/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/uk/LC_MESSAGES/UserLimit.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserLimit to Ukrainian (Українська) +# Translation of StatusNet - UserLimit to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:16+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 (05c726a); Translate 2012-04-11\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 b3960989cf..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-05-03 22:11+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 98d763ed27..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:16+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 (05c726a); Translate 2012-04-11\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 b0eba009c5..1ad41310af 100644 --- a/plugins/WikiHashtags/locale/es/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/es/LC_MESSAGES/WikiHashtags.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - WikiHashtags to Spanish (Español) +# Translation of StatusNet - WikiHashtags to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:16+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 (05c726a); Translate 2012-04-11\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 eb7018b591..97811a2dee 100644 --- a/plugins/WikiHashtags/locale/fr/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/fr/LC_MESSAGES/WikiHashtags.po @@ -1,7 +1,8 @@ -# Translation of StatusNet - WikiHashtags to French (Français) +# Translation of StatusNet - WikiHashtags to French (français) # Exported from translatewiki.net # # Author: Od1n +# Author: Tititou36 # Author: Verdy p # -- # This file is distributed under the same license as the StatusNet package. @@ -10,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-06-18 15:54+0000\n" -"PO-Revision-Date: 2011-06-18 15:58:00+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-05 21:52:12+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:53+0000\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" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -26,7 +27,7 @@ msgstr "" #. TRANS: %s is the hash tag page to be edited. #, php-format msgid "Edit the article for #%s on WikiHashtags" -msgstr "" +msgstr "Modifier l'article pour #%s sur WikiHashtags" #. TRANS: Link description for editing an article on WikiHashTags. msgid "Edit" @@ -34,17 +35,17 @@ msgstr "Modifier" #. TRANS: Link title for viewing the GFDL. msgid "Shared under the terms of the GNU Free Documentation License" -msgstr "" +msgstr "Partagé selon les termes de la license GNU Free Documentation" #. 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. #, php-format msgid "Start the article for #%s on WikiHashtags" -msgstr "" +msgstr "Débuter l'article pour #%s sur WikiHashtags" #. TRANS: Plugin description. msgid "" diff --git a/plugins/WikiHashtags/locale/gl/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/gl/LC_MESSAGES/WikiHashtags.po index 914c96344d..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:16+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 (05c726a); Translate 2012-04-11\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 93550c7c52..71c822fb0c 100644 --- a/plugins/WikiHashtags/locale/ia/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/ia/LC_MESSAGES/WikiHashtags.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - WikiHashtags to Interlingua (Interlingua) +# Translation of StatusNet - WikiHashtags to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:16+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 (05c726a); Translate 2012-04-11\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 b81feeb764..447a91c1f6 100644 --- a/plugins/WikiHashtags/locale/mk/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/mk/LC_MESSAGES/WikiHashtags.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - WikiHashtags to Macedonian (Македонски) +# Translation of StatusNet - WikiHashtags to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:17+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 (05c726a); Translate 2012-04-11\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 d904961146..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:17+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 (05c726a); Translate 2012-04-11\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 2e413191e7..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:17+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 (05c726a); Translate 2012-04-11\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 f92f275aab..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:17+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 (05c726a); Translate 2012-04-11\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 9ea4df231b..a7b823d897 100644 --- a/plugins/WikiHashtags/locale/uk/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/uk/LC_MESSAGES/WikiHashtags.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - WikiHashtags to Ukrainian (Українська) +# Translation of StatusNet - WikiHashtags to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:17+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 (05c726a); Translate 2012-04-11\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 cde0e2e8c0..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-05-03 22:11+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 cfdb6eca4b..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:17+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 (05c726a); Translate 2012-04-11\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 9224af05f9..53b28d7b83 100644 --- a/plugins/WikiHowProfile/locale/es/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/es/LC_MESSAGES/WikiHowProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - WikiHowProfile to Spanish (Español) +# Translation of StatusNet - WikiHowProfile to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:17+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..de9e733cfd --- /dev/null +++ b/plugins/WikiHowProfile/locale/eu/LC_MESSAGES/WikiHowProfile.po @@ -0,0 +1,45 @@ +# Translation of StatusNet - WikiHowProfile to Basque (euskara) +# Exported from translatewiki.net +# +# Author: Artsuaga +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - WikiHowProfile\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "" +"Fetches avatar and other profile information for WikiHow users when setting " +"up an account via OpenID." +msgstr "" + +#. TRANS: Exception thrown when fetching a WikiHow profile page fails. +msgid "WikiHow profile page fetch failed." +msgstr "" + +#. TRANS: Exception thrown when parsing a WikiHow profile page fails. +msgid "HTML parse failure during check for WikiHow avatar." +msgstr "" + +#. TRANS: Server exception thrown when an avatar URL is invalid. +#. TRANS: %s is the invalid avatar URL. +#, php-format +msgid "Invalid avatar URL %s." +msgstr "Abatarraren %s URL helbidea okerra da." + +#. TRANS: Exception thrown when fetching an avatar from a URL fails. +#. TRANS: %s is a URL. +#, php-format +msgid "Unable to fetch avatar from %s." +msgstr "Ezin izan da abatarra lortu %s helbidetik." diff --git a/plugins/WikiHowProfile/locale/fr/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/fr/LC_MESSAGES/WikiHowProfile.po index 08448c9c32..68da2c97b6 100644 --- a/plugins/WikiHowProfile/locale/fr/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/fr/LC_MESSAGES/WikiHowProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - WikiHowProfile to French (Français) +# Translation of StatusNet - WikiHowProfile to French (français) # Exported from translatewiki.net # # Author: DavidL @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:17+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 (05c726a); Translate 2012-04-11\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 f399e9f18f..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:17+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 (05c726a); Translate 2012-04-11\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 182963c36b..02aaf92a4f 100644 --- a/plugins/WikiHowProfile/locale/ia/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/ia/LC_MESSAGES/WikiHowProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - WikiHowProfile to Interlingua (Interlingua) +# Translation of StatusNet - WikiHowProfile to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:17+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 (05c726a); Translate 2012-04-11\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 9b75b93c70..bd70918deb 100644 --- a/plugins/WikiHowProfile/locale/mk/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/mk/LC_MESSAGES/WikiHowProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - WikiHowProfile to Macedonian (Македонски) +# Translation of StatusNet - WikiHowProfile to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:17+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 (05c726a); Translate 2012-04-11\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 faec2c9973..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:17+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 (05c726a); Translate 2012-04-11\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 a7e8c33809..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:17+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 (05c726a); Translate 2012-04-11\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 c857c62db4..d6dd07e9d7 100644 --- a/plugins/WikiHowProfile/locale/ru/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/ru/LC_MESSAGES/WikiHowProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - WikiHowProfile to Russian (Русский) +# Translation of StatusNet - WikiHowProfile to Russian (русский) # Exported from translatewiki.net # # Author: Lockal @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:17+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 (05c726a); Translate 2012-04-11\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 6ce48fdd61..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:17+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 (05c726a); Translate 2012-04-11\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 97db3ce722..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:17+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 (05c726a); Translate 2012-04-11\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 e3a13de808..d63f01d958 100644 --- a/plugins/WikiHowProfile/locale/uk/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/uk/LC_MESSAGES/WikiHowProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - WikiHowProfile to Ukrainian (Українська) +# Translation of StatusNet - WikiHowProfile to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:17+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 (05c726a); Translate 2012-04-11\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 8f646cf5d7..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-05-03 22:11+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 fd31462ff8..6253db6caf 100644 --- a/plugins/XCache/locale/ast/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/ast/LC_MESSAGES/XCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - XCache to Asturian (Asturianu) +# Translation of StatusNet - XCache to Asturian (asturianu) # Exported from translatewiki.net # # Author: Xuacu @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:18+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 (05c726a); Translate 2012-04-11\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 ea48ad07d8..50a3993391 100644 --- a/plugins/XCache/locale/br/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/br/LC_MESSAGES/XCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - XCache to Breton (Brezhoneg) +# Translation of StatusNet - XCache to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Fulup @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:18+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 (05c726a); Translate 2012-04-11\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 cb94e05493..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:18+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 (05c726a); Translate 2012-04-11\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 d5e3e19953..7ed35e5c55 100644 --- a/plugins/XCache/locale/es/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/es/LC_MESSAGES/XCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - XCache to Spanish (Español) +# Translation of StatusNet - XCache to Spanish (español) # Exported from translatewiki.net # # Author: Locos epraix @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:18+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..7e449b1fba --- /dev/null +++ b/plugins/XCache/locale/eu/LC_MESSAGES/XCache.po @@ -0,0 +1,27 @@ +# Translation of StatusNet - XCache to Basque (euskara) +# Exported from translatewiki.net +# +# Author: Artsuaga +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - XCache\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "" +"Use the XCache variable cache to " +"cache query results." +msgstr "" +"Erabili XCache aldagairen katxea " +"kontsultako emaitzak katxeatzeko." diff --git a/plugins/XCache/locale/fi/LC_MESSAGES/XCache.po b/plugins/XCache/locale/fi/LC_MESSAGES/XCache.po index 1b7de3b0d9..005b21611c 100644 --- a/plugins/XCache/locale/fi/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/fi/LC_MESSAGES/XCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - XCache to Finnish (Suomi) +# Translation of StatusNet - XCache to Finnish (suomi) # Exported from translatewiki.net # # Author: Centerlink @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:18+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 (05c726a); Translate 2012-04-11\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 a4f583d987..f55f398ae4 100644 --- a/plugins/XCache/locale/fr/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/fr/LC_MESSAGES/XCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - XCache to French (Français) +# Translation of StatusNet - XCache to French (français) # Exported from translatewiki.net # # Author: Verdy p @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:18+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 (05c726a); Translate 2012-04-11\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 f01eb10093..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:18+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 (05c726a); Translate 2012-04-11\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 3bb7ba805a..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:18+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 (05c726a); Translate 2012-04-11\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 3a7dd70e6e..d72209d273 100644 --- a/plugins/XCache/locale/ia/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/ia/LC_MESSAGES/XCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - XCache to Interlingua (Interlingua) +# Translation of StatusNet - XCache to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:18+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 (05c726a); Translate 2012-04-11\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 514d91f542..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:18+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 (05c726a); Translate 2012-04-11\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 128843b0b7..83bc937e04 100644 --- a/plugins/XCache/locale/mk/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/mk/LC_MESSAGES/XCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - XCache to Macedonian (Македонски) +# Translation of StatusNet - XCache to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:18+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 (05c726a); Translate 2012-04-11\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 857a1b9986..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:18+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 (05c726a); Translate 2012-04-11\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 3b6d54a903..232638b857 100644 --- a/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - XCache to Norwegian Bokmål (‪Norsk (bokmål)‬) +# Translation of StatusNet - XCache to Norwegian Bokmål (‪norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:18+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 (05c726a); Translate 2012-04-11\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 98c8fc7786..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:18+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 (05c726a); Translate 2012-04-11\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 d04ed51e8d..8098b3a0e3 100644 --- a/plugins/XCache/locale/pl/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/pl/LC_MESSAGES/XCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - XCache to Polish (Polski) +# Translation of StatusNet - XCache to Polish (polski) # Exported from translatewiki.net # # Author: BeginaFelicysym @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:18+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 (05c726a); Translate 2012-04-11\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 ea52fc07af..7f60405087 100644 --- a/plugins/XCache/locale/pt/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/pt/LC_MESSAGES/XCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - XCache to Portuguese (Português) +# Translation of StatusNet - XCache to Portuguese (português) # Exported from translatewiki.net # # Author: Waldir @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:18+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 (05c726a); Translate 2012-04-11\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 de56be4a0d..9a679b0289 100644 --- a/plugins/XCache/locale/pt_BR/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/pt_BR/LC_MESSAGES/XCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - XCache to Brazilian Portuguese (Português do Brasil) +# Translation of StatusNet - XCache to Brazilian Portuguese (português do Brasil) # Exported from translatewiki.net # # Author: Giro720 @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:18+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 (05c726a); Translate 2012-04-11\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 6b32b3a72c..76d5c05346 100644 --- a/plugins/XCache/locale/ru/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/ru/LC_MESSAGES/XCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - XCache to Russian (Русский) +# Translation of StatusNet - XCache to Russian (русский) # Exported from translatewiki.net # # Author: Александр Сигачёв @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:19+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 (05c726a); Translate 2012-04-11\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 4097cbb95a..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:19+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 (05c726a); Translate 2012-04-11\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 90faa3af9a..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:19+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 (05c726a); Translate 2012-04-11\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 445b9824ef..b607bd1def 100644 --- a/plugins/XCache/locale/uk/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/uk/LC_MESSAGES/XCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - XCache to Ukrainian (Українська) +# Translation of StatusNet - XCache to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:19+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 (05c726a); Translate 2012-04-11\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 d2155bb705..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-05-03 22:11+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 f6c7c228e0..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:19+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 (05c726a); Translate 2012-04-11\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 f63b29306a..3ae2511a10 100644 --- a/plugins/Xmpp/locale/es/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/es/LC_MESSAGES/Xmpp.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Xmpp to Spanish (Español) +# Translation of StatusNet - Xmpp to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:19+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 (05c726a); Translate 2012-04-11\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 f89a37b182..f721d1277f 100644 --- a/plugins/Xmpp/locale/fr/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/fr/LC_MESSAGES/Xmpp.po @@ -1,8 +1,10 @@ -# Translation of StatusNet - Xmpp to French (Français) +# Translation of StatusNet - Xmpp to French (français) # Exported from translatewiki.net # +# Author: Gomoko # Author: Od1n # Author: Peter17 +# Author: Tititou36 # -- # This file is distributed under the same license as the StatusNet package. # @@ -10,14 +12,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:03+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-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: fr\n" "X-Message-Group: #out-statusnet-plugin-xmpp\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -33,37 +35,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 "JID non valide: trop de @s." #. TRANS: Exception thrown when using @ sign not followed by a Jabber ID. msgid "Invalid JID: @ but no node" -msgstr "" +msgstr "JID non valide: @ mais sans nœud." #. TRANS: Exception thrown when using too long a Jabber ID (>1023). msgid "Invalid JID: node too long." -msgstr "" +msgstr "JID non valide: nœud trop long." #. 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 "Nœud JID \"%s\" non valide." #. TRANS: Exception thrown when using too long a Jabber domain (>1023). msgid "Invalid JID: domain too long." -msgstr "" +msgstr "JID non valide: domaine trop long." #. 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 "Nom de domaine JID \"%s\" non valide." #. TRANS: Exception thrown when using an invalid Jabber resource. #. TRANS: %s is the invalid resource. #, php-format msgid "Invalid JID resource \"%s\"." -msgstr "" +msgstr "Ressource JID \"%s\" non valide." #. TRANS: Link description to notice in conversation. #. TRANS: %s is a notice ID. @@ -73,19 +75,19 @@ msgstr "[%s]" #. TRANS: Exception thrown when the plugin configuration is incorrect. msgid "You must specify a server in the configuration." -msgstr "" +msgstr "Vous devez spécifier un serveur dans la configuration." #. TRANS: Exception thrown when the plugin configuration is incorrect. msgid "You must specify a port in the configuration." -msgstr "" +msgstr "Vous devez spécifier un port dans la configuration." #. TRANS: Exception thrown when the plugin configuration is incorrect. msgid "You must specify a user in the configuration." -msgstr "" +msgstr "Vous devez spécifier un utilisateur dans la configuration." #. TRANS: Exception thrown when the plugin configuration is incorrect. msgid "You must specify a password in the configuration." -msgstr "" +msgstr "Vous devez spécifier un mot de passe dans la configuration." #. TRANS: Plugin description. msgid "" diff --git a/plugins/Xmpp/locale/gl/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/gl/LC_MESSAGES/Xmpp.po index 312da3ed51..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:19+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 (05c726a); Translate 2012-04-11\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 65e804aa9f..d13e713b7d 100644 --- a/plugins/Xmpp/locale/ia/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/ia/LC_MESSAGES/Xmpp.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Xmpp to Interlingua (Interlingua) +# Translation of StatusNet - Xmpp to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:19+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 (05c726a); Translate 2012-04-11\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 aed34920b1..341b1d060a 100644 --- a/plugins/Xmpp/locale/mk/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/mk/LC_MESSAGES/Xmpp.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Xmpp to Macedonian (Македонски) +# Translation of StatusNet - Xmpp to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:19+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 (05c726a); Translate 2012-04-11\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 b902eb674e..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:19+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 (05c726a); Translate 2012-04-11\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 7c92794ece..417603fad2 100644 --- a/plugins/Xmpp/locale/pl/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/pl/LC_MESSAGES/Xmpp.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Xmpp to Polish (Polski) +# Translation of StatusNet - Xmpp to Polish (polski) # Exported from translatewiki.net # # Author: BeginaFelicysym @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:19+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 (05c726a); Translate 2012-04-11\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 ad6920f8fa..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-05-03 22:11+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 7f0c5e5bdf..84863158dd 100644 --- a/plugins/YammerImport/locale/br/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/br/LC_MESSAGES/YammerImport.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - YammerImport to Breton (Brezhoneg) +# Translation of StatusNet - YammerImport to Breton (brezhoneg) # Exported from translatewiki.net # # Author: Fulup @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:20+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 (05c726a); Translate 2012-04-11\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 ec38dc4ea9..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:20+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 (05c726a); Translate 2012-04-11\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 56a4cb43f0..50b21a461a 100644 --- a/plugins/YammerImport/locale/es/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/es/LC_MESSAGES/YammerImport.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - YammerImport to Spanish (Español) +# Translation of StatusNet - YammerImport to Spanish (español) # Exported from translatewiki.net # # Author: Armando-Martin @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:20+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 (05c726a); Translate 2012-04-11\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 new file mode 100644 index 0000000000..8955645ba5 --- /dev/null +++ b/plugins/YammerImport/locale/eu/LC_MESSAGES/YammerImport.po @@ -0,0 +1,329 @@ +# Translation of StatusNet - YammerImport to Basque (euskara) +# Exported from translatewiki.net +# +# Author: Artsuaga +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - YammerImport\n" +"Report-Msgid-Bugs-To: \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 (233fc08); Translate 2012-06-21\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Page title for Yammer administration panel. +#. TRANS: Form legend. +#. TRANS: Field label for a Yammer import connect step. +#. TRANS: Form legend. +msgid "Connect to Yammer" +msgstr "Yammerrera konektatu" + +#. TRANS: Page title for Yammer import administration panel. +msgid "Yammer Import" +msgstr "Yammer Inportazioa" + +#. TRANS: Instructions for Yammer import administration panel. +msgid "" +"This Yammer import tool is still undergoing testing, and is incomplete in " +"some areas. Currently user subscriptions and group memberships are not " +"transferred; in the future this may be supported for imports done by " +"verified administrators on the Yammer side." +msgstr "" + +#. TRANS: Error message about an import job being paused from the admin panel. +msgid "Paused from admin panel." +msgstr "" + +#. TRANS: Client exception thrown when encountering an unhandled sub action. +msgid "Invalid POST" +msgstr "POST baliogabea" + +#. TRANS: Page title for Yammer import administration panel. +msgid "Yammer import" +msgstr "Yammer inportazioa" + +#. TRANS: Menu item for Yammer import. +msgctxt "MENU" +msgid "Yammer" +msgstr "" + +#. TRANS: Menu item title for Yammer import. +msgid "Yammer import module." +msgstr "Yammer inportazio modulua." + +#. TRANS: Exception thrown when a non-user item type is used, but expected. +msgid "Wrong item type sent to Yammer user import processing." +msgstr "" + +#. TRANS: Used as a prefix for the Yammer expertise field contents. +msgid "Expertise:" +msgstr "" + +#. TRANS: Exception thrown when a non-group item type is used, but expected. +msgid "Wrong item type sent to Yammer group import processing." +msgstr "" + +#. TRANS: Exception thrown when a non-message item type is used, but expected. +msgid "Wrong item type sent to Yammer message import processing." +msgstr "" + +#. TRANS: Server exception thrown when an avatar URL is invalid. +#. TRANS: %s is the invalid avatar URL. +#, php-format +msgid "Invalid avatar URL %s." +msgstr "%s abatar URL okerra." + +#. TRANS: Server exception thrown when an avatar could not be fetched. +#. TRANS: %s is the failed avatar URL. +#, php-format +msgid "Unable to fetch avatar from %s." +msgstr "Ezin izan da abatarra lortu %s helbidetik." + +#. TRANS: Button text for starting Yammer authentication. +msgctxt "BUTTON" +msgid "Start authentication" +msgstr "Hasi egiaztatzea" + +#. TRANS: Button title for starting Yammer authentication. +msgid "Request authorization to connect to a Yammer account." +msgstr "" + +#. TRANS: Button text for starting changing a Yammer API key. +msgctxt "BUTTON" +msgid "Change API key" +msgstr "Aldatu API gakoa" + +#. TRANS: Server exception thrown if a Yammer authentication request is already present. +msgid "Cannot request Yammer auth; already there!" +msgstr "" + +#. TRANS: Server exception thrown when requesting a Yammer authentication URL while in an incorrect state. +msgid "Cannot get Yammer auth URL when not in requesting-auth state!" +msgstr "" + +#. TRANS: Exeption thrown when an external Yammer system gives an error. +#. TRANS: %1$s is an HTTP error code, %2$s is the error message body. +#, php-format +msgid "Yammer API returned HTTP code %1$s: %2$s" +msgstr "" + +#. TRANS: Exeption thrown when an external Yammer system an invalid JSON response. +msgid "Invalid JSON response from Yammer API." +msgstr "" + +#. TRANS: Exeption thrown when a trust relationship has already been established. +msgid "Requesting a token, but already set up with a token." +msgstr "" + +#. TRANS: Field label for a Yammer import initialise step. +msgid "Initialize" +msgstr "" + +#. TRANS: "In progress" description. +msgid "No import running" +msgstr "Inportazioa abiatu gabe" + +#. TRANS: "Complete" description for initialize state. +msgid "Initiated Yammer server connection..." +msgstr "" + +#. TRANS: "In progress" description. +msgid "Awaiting authorization..." +msgstr "Baimenaren zai..." + +#. TRANS: "Complete" description for connect state. +msgid "Connected." +msgstr "Konektaturik." + +#. TRANS: Field label for a Yammer user import users step. +msgid "Import user accounts" +msgstr "Inportatu erabiltzaileen kontuak" + +#. TRANS: "In progress" description. +#. TRANS: %d is the number of users to be imported. +#, php-format +msgid "Importing %d user..." +msgid_plural "Importing %d users..." +msgstr[0] "Erabiltzaile %d inportatzen..." +msgstr[1] "%d erabiltzaile inportatzen..." + +#. TRANS: "Complete" description for step. +#. TRANS: %d is the number of users imported. +#, php-format +msgid "Imported %d user." +msgid_plural "Imported %d users." +msgstr[0] "Erabiltzaile %d inportatu da." +msgstr[1] "%d erabiltzaile inportatu dira." + +#. TRANS: Field label for a Yammer group import step. +msgid "Import user groups" +msgstr "Inportatu erabiltzaileen taldeak" + +#. TRANS: "In progress" description. +#. TRANS: %d is the number of groups to be imported. +#, php-format +msgid "Importing %d group..." +msgid_plural "Importing %d groups..." +msgstr[0] "Talde %d inportatzen..." +msgstr[1] "%d talde inportatzen..." + +#. TRANS: "Complete" description for step. +#. TRANS: %d is the number of groups imported. +#, php-format +msgid "Imported %d group." +msgid_plural "Imported %d groups." +msgstr[0] "Talde %d inportatu da." +msgstr[1] "%d talde inportatu dira." + +#. TRANS: Field label for a Yammer import prepare notices step. +msgid "Prepare public notices for import" +msgstr "" + +#. TRANS: "In progress" description. +#. TRANS: %d is the number of notices to be prepared for import. +#, php-format +msgid "Preparing %d notice..." +msgid_plural "Preparing %d notices..." +msgstr[0] "Ohar %d prestatzen..." +msgstr[1] "%d ohar prestatzen..." + +#. TRANS: "Complete" description for step. +#. TRANS: %d is the number of notices prepared for import. +#, php-format +msgid "Prepared %d notice." +msgid_plural "Prepared %d notices." +msgstr[0] "Ohar %d prestatua." +msgstr[1] "%d ohar prestatuak." + +#. TRANS: Field label for a Yammer import notices step. +msgid "Import public notices" +msgstr "Inportatu ohar publikoak" + +#. TRANS: "In progress" description. +#. TRANS: %d is the number of notices to be imported. +#, php-format +msgid "Importing %d notice..." +msgid_plural "Importing %d notices..." +msgstr[0] "Ohar %d inportatzen..." +msgstr[1] "%d ohar inportatzen..." + +#. TRANS: "Complete" description for step. +#. TRANS: %d is the number of notices imported. +#, php-format +msgid "Imported %d notice." +msgid_plural "Imported %d notices." +msgstr[0] "Ohar %d inportatua." +msgstr[1] "%d ohar inportatuak." + +#. TRANS: Field label for a Yammer import done step. +msgid "Done" +msgstr "" + +#. TRANS: "In progress" description for done step. +#. TRANS: "Complete" description for done step. +msgid "Import is complete!" +msgstr "Inportazioa bete da!" + +#. TRANS: Fieldset legend. +msgid "Import status" +msgstr "Inportazio egoera" + +#. TRANS: Progress bar status. +msgid "Waiting..." +msgstr "" + +#. TRANS: Button text for resetting the import state. +msgid "Reset import state" +msgstr "Reseteatu inportazio egoera" + +#. TRANS: Button text for pausing an import. +msgid "Pause import" +msgstr "Pausatu inportazioa" + +#. TRANS: Error message. %s are the error details. +#, php-format +msgid "Encountered error \"%s\"." +msgstr "\"%s\" akatsa aurkitu da." + +#. TRANS: Fieldset legend for a paused import. +msgid "Paused" +msgstr "" + +#. TRANS: Button text for continuing a paused import. +msgid "Continue" +msgstr "Jarraitu" + +#. TRANS: Button text for aborting a paused import. +msgid "Abort import" +msgstr "Utzi inportazioa" + +#. TRANS: Form instructions. +msgid "" +"Follow this link to confirm authorization at Yammer; you will be prompted to " +"log in if necessary:" +msgstr "" + +#. TRANS: Link description for a link in an external Yammer system. +msgid "Open Yammer authentication window" +msgstr "" + +#. TRANS: Form instructions. +msgid "Copy the verification code you are given below:" +msgstr "" + +#. TRANS: Field label. +msgid "Verification code:" +msgstr "Baieztapen-kodea:" + +#. TRANS: Button text for saving Yammer authorisation data and starting Yammer import. +msgctxt "BUTTON" +msgid "Continue" +msgstr "Jarraitu" + +#. TRANS: Button title for saving Yammer authorisation data and starting Yammer import. +msgid "Save the verification code and begin import." +msgstr "" + +#. TRANS: Form legend for adding details to connect to a remote Yammer API. +msgid "Yammer API registration" +msgstr "Yammer API erregistroa" + +#. TRANS: Explanation of what needs to be done to connect to a Yammer network. +msgid "" +"Before we can connect to your Yammer network, you will need to register the " +"importer as an application authorized to pull data on your behalf. This " +"registration will work only for your own network. Follow this link to " +"register the app at Yammer; you will be prompted to log in if necessary:" +msgstr "" + +#. TRANS: Link description to a Yammer application registration form. +msgid "Open Yammer application registration form" +msgstr "" + +#. TRANS: Instructions. +msgid "Copy the consumer key and secret you are given into the form below:" +msgstr "" + +#. TRANS: Field label for a Yammer consumer key. +msgid "Consumer key:" +msgstr "Kontsumitzaile gakoa:" + +#. TRANS: Field label for a Yammer consumer secret. +msgid "Consumer secret:" +msgstr "Kontsumitzaile sekretua:" + +#. TRANS: Button text for saving a Yammer API registration. +msgctxt "BUTTON" +msgid "Save" +msgstr "Gorde" + +#. TRANS: Button title for saving a Yammer API registration. +msgid "Save the entered consumer key and consumer secret." +msgstr "Gorde kontsumitzaile gako eta sekretua." diff --git a/plugins/YammerImport/locale/fr/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/fr/LC_MESSAGES/YammerImport.po index 20db1cba98..01304fc5b2 100644 --- a/plugins/YammerImport/locale/fr/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/fr/LC_MESSAGES/YammerImport.po @@ -1,9 +1,11 @@ -# Translation of StatusNet - YammerImport to French (Français) +# Translation of StatusNet - YammerImport to French (français) # Exported from translatewiki.net # +# Author: Gomoko # Author: Hashar # Author: Od1n # Author: Peter17 +# Author: Tititou36 # -- # This file is distributed under the same license as the StatusNet package. # @@ -11,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:20+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 (05c726a); Translate 2012-04-11\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" @@ -65,13 +67,13 @@ msgid "Yammer" msgstr "Yammer" #. TRANS: Menu item title for Yammer import. -#, fuzzy msgid "Yammer import module." -msgstr "Import Yammer" +msgstr "Module d'import 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 "" +"Mauvais type d'élément envoyé au processus d'import d'utilisateur de Yammer." #. TRANS: Used as a prefix for the Yammer expertise field contents. msgid "Expertise:" @@ -80,10 +82,12 @@ 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 "" +"Mauvais type d'élément envoyé au processus d'import de groupe de 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 "" +"Mauvais type d'élément envoyé au processus d'import de message de Yammer." #. TRANS: Server exception thrown when an avatar URL is invalid. #. TRANS: %s is the invalid avatar URL. @@ -98,43 +102,42 @@ msgid "Unable to fetch avatar from %s." msgstr "Impossible de récupérer l’avatar depuis « %s »." #. TRANS: Button text for starting Yammer authentication. -#, fuzzy msgctxt "BUTTON" msgid "Start authentication" msgstr "Démarrer l’identification" #. TRANS: Button title for starting Yammer authentication. -#, fuzzy msgid "Request authorization to connect to a Yammer account." msgstr "Demander l’autorisation de se connecter à un compte Yammer" #. TRANS: Button text for starting changing a Yammer API key. -#, fuzzy msgctxt "BUTTON" msgid "Change API key" msgstr "Changer la clé de l’API" #. TRANS: Server exception thrown if a Yammer authentication request is already present. msgid "Cannot request Yammer auth; already there!" -msgstr "" +msgstr "Impossible de demander une authentification Yammer; déjà présent!" #. 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 "" +"Impossible d'obtenir une URL d'authentification Yammer en n'étant pas dans " +"un état demandant une authentification!" #. 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 "L'API Yammer a renvoyé le code HTTP %1$s : %2$s" #. TRANS: Exeption thrown when an external Yammer system an invalid JSON response. msgid "Invalid JSON response from Yammer API." -msgstr "" +msgstr "Réponse JSON non valide en provenance de l'API 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 "Jeton demandé, mais un jeton a déjà été accordé." #. TRANS: Field label for a Yammer import initialise step. msgid "Initialize" @@ -262,7 +265,7 @@ msgid "Pause import" msgstr "Mettre l’import en pause" #. TRANS: Error message. %s are the error details. -#, fuzzy, php-format +#, php-format msgid "Encountered error \"%s\"." msgstr "L’erreur « %s » est survenue" @@ -304,9 +307,8 @@ msgid "Continue" msgstr "Continuer" #. TRANS: Button title for saving Yammer authorisation data and starting Yammer import. -#, fuzzy msgid "Save the verification code and begin import." -msgstr "Enregistrer le code et commencer l’import" +msgstr "Enregistrer le code de vérification et commencer l’import" #. TRANS: Form legend for adding details to connect to a remote Yammer API. msgid "Yammer API registration" @@ -349,6 +351,7 @@ msgid "Save" msgstr "Enregistrer" #. TRANS: Button title for saving a Yammer API registration. -#, fuzzy msgid "Save the entered consumer key and consumer secret." -msgstr "Enregistrer ces clés utilisateur" +msgstr "" +"Enregistrer les clés d'utilisateur entrées et le mot de passe de " +"l'utilisateur." diff --git a/plugins/YammerImport/locale/gl/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/gl/LC_MESSAGES/YammerImport.po index d8f9d985cb..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:20+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 (05c726a); Translate 2012-04-11\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 7e1f25b818..8873358582 100644 --- a/plugins/YammerImport/locale/ia/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/ia/LC_MESSAGES/YammerImport.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - YammerImport to Interlingua (Interlingua) +# Translation of StatusNet - YammerImport to Interlingua (interlingua) # Exported from translatewiki.net # # Author: McDutchie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:20+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 (05c726a); Translate 2012-04-11\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 1bb66067d0..6235fcd4a2 100644 --- a/plugins/YammerImport/locale/mk/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/mk/LC_MESSAGES/YammerImport.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - YammerImport to Macedonian (Македонски) +# Translation of StatusNet - YammerImport to Macedonian (македонски) # Exported from translatewiki.net # # Author: Bjankuloski06 @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:20+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 (05c726a); Translate 2012-04-11\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 3d6f2fb210..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:20+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 (05c726a); Translate 2012-04-11\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 4e27fdd4f1..0f39c47d07 100644 --- a/plugins/YammerImport/locale/pl/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/pl/LC_MESSAGES/YammerImport.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - YammerImport to Polish (Polski) +# Translation of StatusNet - YammerImport to Polish (polski) # Exported from translatewiki.net # # Author: BeginaFelicysym @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:20+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 (05c726a); Translate 2012-04-11\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 bddeab5255..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:21+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 (05c726a); Translate 2012-04-11\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 c4fee17875..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-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:21+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 (05c726a); Translate 2012-04-11\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 f04b58f382..e90407e8a0 100644 --- a/plugins/YammerImport/locale/uk/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/uk/LC_MESSAGES/YammerImport.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - YammerImport to Ukrainian (Українська) +# Translation of StatusNet - YammerImport to Ukrainian (українська) # Exported from translatewiki.net # # Author: Boogie @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-03 22:11+0000\n" -"PO-Revision-Date: 2012-05-03 22:13:21+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 (05c726a); Translate 2012-04-11\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"