Fix english typo

This commit is contained in:
Frederic Guillot 2015-01-12 18:07:09 -05:00
parent 16945c3649
commit 6a1515c0cc
8 changed files with 8 additions and 8 deletions

View File

@ -121,7 +121,7 @@ Router\get_action('feeds', function() {
}
$message = t(
'There is %d empty feeds, there is maybe an error: %s...',
'There are %d empty feeds, there is maybe an error: %s...',
count($empty_feeds),
implode(', ', array_slice($listing, 0, 5))
);

View File

@ -56,7 +56,7 @@ return array(
'download content' => 'stáhnout obsah',
'Help' => 'Nápověda',
'Theme' => 'Vzhled',
'There is %d empty feeds, there is maybe an error: %s...' => 'K dispozici je %d prázdné kanály, je možná chyba: %s...',
'There are %d empty feeds, there is maybe an error: %s...' => 'K dispozici je %d prázdné kanály, je možná chyba: %s...',
'Items per page' => 'Článků na stránku',
'Previous page' => 'Předchozí stránka',
'Next page' => 'Další stránka',

View File

@ -56,7 +56,7 @@ return array(
'download content' => 'Inhalt herunterladen',
'Help' => 'Hilfe',
'Theme' => 'Theme',
'There is %d empty feeds, there is maybe an error: %s...' => 'Es gibt %d leere Feeds, vielleicht gibt es einen Fehler: %s...',
'There are %d empty feeds, there is maybe an error: %s...' => 'Es gibt %d leere Feeds, vielleicht gibt es einen Fehler: %s...',
'Items per page' => 'Einträge pro Seite',
'Previous page' => 'vorherige Seite',
'Next page' => 'nächste Seite',

View File

@ -56,7 +56,7 @@ return array(
'download content' => 'descargar contenido',
'Help' => 'Ayuda',
'Theme' => 'Tema',
'There is %d empty feeds, there is maybe an error: %s...' => 'Hay %d suscripciones vacías, tal vez haya un problema: %s...',
'There are %d empty feeds, there is maybe an error: %s...' => 'Hay %d suscripciones vacías, tal vez haya un problema: %s...',
'Items per page' => 'Ítems por página',
'Previous page' => 'Página anterior',
'Next page' => 'Página siguiente',

View File

@ -56,7 +56,7 @@ return array(
'download content' => 'télécharger le contenu',
'Help' => 'Aide',
'Theme' => 'Thème',
'There is %d empty feeds, there is maybe an error: %s...' => 'Il y a %d abonnements vides, il y a peut-être un problème : %s...',
'There are %d empty feeds, there is maybe an error: %s...' => 'Il y a %d abonnements vides, il y a peut-être un problème : %s...',
'Items per page' => 'Nombre d\'éléments par page',
'Previous page' => 'Page précédente',
'Next page' => 'Page suivante',

View File

@ -56,7 +56,7 @@ return array(
// 'download content' => '',
'Help' => 'Aiuto',
'Theme' => 'Tema',
// 'There is %d empty feeds, there is maybe an error: %s...' => '',
// 'There are %d empty feeds, there is maybe an error: %s...' => '',
'Items per page' => 'Articoli per pagina',
'Previous page' => 'Pagina precedente',
'Next page' => 'Pagina successiva',

View File

@ -56,7 +56,7 @@ return array(
'download content' => 'download conteúdo',
'Help' => 'Ajuda',
'Theme' => 'Tema',
'There is %d empty feeds, there is maybe an error: %s...' => 'Existem %d feeds vazios, talvez haja um erro: %s...',
'There are %d empty feeds, there is maybe an error: %s...' => 'Existem %d feeds vazios, talvez haja um erro: %s...',
'Items per page' => 'Itens por página',
'Previous page' => 'Página anterior',
'Next page' => 'Proxima página',

View File

@ -56,7 +56,7 @@ return array(
// 'download content' => '',
'Help' => '帮助',
// 'Theme' => '',
// 'There is %d empty feeds, there is maybe an error: %s...' => '',
// 'There are %d empty feeds, there is maybe an error: %s...' => '',
'Items per page' => '每页条目数',
'Previous page' => '上一页',
'Next page' => '下一页',