1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
8 "Project-Id-Version: GNU social\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2015-02-02 17:47+0100\n"
11 "PO-Revision-Date: 2015-02-07 09:42+0000\n"
12 "Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
13 "Language-Team: Catalan (http://www.transifex.com/projects/p/gnu-social/language/ca/)\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20 #. TRANS: Plugin description.
21 #: NoticeTitlePlugin.php:97
22 msgid "Adds optional titles to notices."
23 msgstr "Afegeix tÃtols opcionals als avisos"
25 #. TRANS: Exception thrown when a notice title is too long.
26 #. TRANS: %d is the maximum number of characters allowed in a title (used for
28 #: NoticeTitlePlugin.php:140
30 msgid "The notice title is too long (maximum %d character)."
31 msgid_plural "The notice title is too long (maximum %d characters)."
35 #. TRANS: Page title. %1$s is the title, %2$s is the site name.
36 #: NoticeTitlePlugin.php:276