1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?php
- return array(
- /**
- * Menu items and titles
- */
- 'thewire' => "Chíos",
- 'thewire:everyone' => "Todos os chíos",
- 'thewire:user' => "Chíos de %s",
- 'thewire:friends' => "Chíos dos contactos",
- 'thewire:replying' => "Resposta a %s (%s) que escribiu",
- 'thewire:thread' => "Fío",
- 'thewire:charleft' => "caracteres restantes",
- 'thewire:tags' => "Chíos coa etiqueta «%s»",
- 'thewire:noposts' => "Aínda non hai chíos.",
- 'item:object:thewire' => "Chíos",
- 'thewire:by' => 'Chíos de %s',
- 'thewire:previous:help' => "Ver chíos anteriores",
- 'thewire:hide:help' => "Agochar o chío anterior",
- /**
- * The wire river
- */
- 'river:create:object:thewire' => "%s publicou en %s",
- 'thewire:wire' => 'Chíos',
- /**
- * Wire widget
- */
- 'thewire:widget:desc' => 'Mostrar os seus últimos chíos',
- 'thewire:num' => 'Número de chíos para mostrar',
- 'thewire:moreposts' => 'Máis chíos',
- /**
- * Status messages
- */
- 'thewire:posted' => "Publicouse o chío.",
- 'thewire:deleted' => "Eliminouse o chío.",
- 'thewire:blank' => "Non pode publicar chíos baleiros.",
- 'thewire:notfound' => "Non foi posíbel atopar o chío indicado",
- 'thewire:notsaved' => "Non foi posíbel gardar o chío.",
- 'thewire:notdeleted' => "Non foi posíbel eliminar o chío.",
- /**
- * Notifications
- */
- 'thewire:notify:summary' => 'Novo chío: %s',
- 'thewire:notify:subject' => "Novo chío de %s",
- 'thewire:notify:reply' => '%s respondeu ao chío de %s:',
- 'thewire:notify:post' => '%s publicou un chío:',
- 'thewire:notify:footer' => "Vexa o chío e responda:\n%s",
- /**
- * Settings
- */
- 'thewire:settings:limit' => "Número máximo de caracteres por chío:",
- 'thewire:settings:limit:none' => "Sen límite",
- );
|