# Translation of StatusNet - Sample to Spanish (Español) # Exported from translatewiki.net # # Author: Armando-Martin # Author: Peter17 # -- # This file is distributed under the same license as the StatusNet package. # msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-11 20:13+0000\n" "PO-Revision-Date: 2012-03-11 20:16:11+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 (r113583); Translate 2012-03-02\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Page title for sample plugin. #. TRANS: Menu item in sample plugin. msgid "Hello" msgstr "Hola" #. TRANS: Page title for sample plugin. %s is a user nickname. #, php-format msgid "Hello, %s!" msgstr "¡ Hola, %s !" #. TRANS: Message in sample plugin. msgid "Hello, stranger!" msgstr "¡Hola, extraño!" #. TRANS: Message in sample plugin. %s is a user nickname. #, php-format msgid "Hello, %s" msgstr "Hola, %s" #. TRANS: Message in sample plugin. #. TRANS: %d is the number of times a user is greeted. #, php-format msgid "I have greeted you %d time." msgid_plural "I have greeted you %d times." msgstr[0] "%d vez." msgstr[1] "%d veces." #. TRANS: Menu item title in sample plugin. msgid "A warm greeting" msgstr "Un cordial saludo" #. TRANS: Plugin description. msgid "A sample plugin to show basics of development for new hackers." msgstr "" "Un complemento (plugin) de ejemplo para mostrar los principios básicos de " "desarrollo a los nuevos programadores." #. 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 "No se pudo guardar el número de saludos enviados a %d." #. TRANS: Exception thrown when the user greeting count could not be saved in the database. #. TRANS: %d is a user ID (number). #, php-format msgid "Could not increment greeting count for %d." msgstr "No se pudo incrementar el número de saludos enviados a %d."