From 90e745645b1e7c8d1ce25fbba52656a00eab56b9 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Mon, 22 Nov 2010 20:38:23 +0000 Subject: [PATCH] Localisation updates for core and extension messages from translatewiki.net (2010-11-22 20:22:00 UTC) --- PdfHandler.i18n.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/PdfHandler.i18n.php b/PdfHandler.i18n.php index 4479542..05c9f02 100644 --- a/PdfHandler.i18n.php +++ b/PdfHandler.i18n.php @@ -131,6 +131,15 @@ $messages['cs'] = array( 'pdf_page_error' => 'Číslo stránky není v rozsahu', ); +/** Welsh (Cymraeg) + * @author Lloffiwr + */ +$messages['cy'] = array( + 'pdf-desc' => 'Teclyn i weld ffeiliau PDF ar lun delwedd', + 'pdf_no_metadata' => "Yn methu cael y metadata o'r PDF", + 'pdf_page_error' => "Nid yw'r rhif hwn oddi mewn i ystod rhifau'r tudalennau", +); + /** German (Deutsch) * @author Raimond Spekking */