44 lines
1.4 KiB
Plaintext
44 lines
1.4 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
#
|
|
# Translators:
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: GNU social\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2015-02-02 17:47+0100\n"
|
|
"PO-Revision-Date: 2015-02-07 09:42+0000\n"
|
|
"Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
|
|
"Language-Team: Arabic (http://www.transifex.com/projects/p/gnu-social/language/ar/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Language: ar\n"
|
|
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
|
|
|
#. TRANS: Plugin description.
|
|
#: NoticeTitlePlugin.php:97
|
|
msgid "Adds optional titles to notices."
|
|
msgstr "يضيف عناوين اختيارية إلى الإشعارات."
|
|
|
|
#. 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).
|
|
#: NoticeTitlePlugin.php:140
|
|
#, 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] ""
|
|
msgstr[1] ""
|
|
msgstr[2] ""
|
|
msgstr[3] ""
|
|
msgstr[4] ""
|
|
msgstr[5] ""
|
|
|
|
#. TRANS: Page title. %1$s is the title, %2$s is the site name.
|
|
#: NoticeTitlePlugin.php:276
|
|
#, php-format
|
|
msgid "%1$s - %2$s"
|
|
msgstr "%1$s - %2$s"
|