diff options
Diffstat (limited to 'lib/l10n/eu.php')
-rw-r--r-- | lib/l10n/eu.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/eu.php b/lib/l10n/eu.php index b03e1868912..c5ce243f2fa 100644 --- a/lib/l10n/eu.php +++ b/lib/l10n/eu.php @@ -41,13 +41,13 @@ $TRANSLATIONS = array( "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Zure web zerbitzaria ez dago oraindik ongi konfiguratuta fitxategien sinkronizazioa egiteko, WebDAV interfazea ongi ez dagoela dirudi.", "Please double check the <a href='%s'>installation guides</a>." => "Mesedez begiratu <a href='%s'>instalazio gidak</a>.", "seconds ago" => "segundu", -"_%n minute ago_::_%n minutes ago_" => array(,), -"_%n hour ago_::_%n hours ago_" => array(,), +"_%n minute ago_::_%n minutes ago_" => array("",""), +"_%n hour ago_::_%n hours ago_" => array("",""), "today" => "gaur", "yesterday" => "atzo", -"_%n day go_::_%n days ago_" => array(,), +"_%n day go_::_%n days ago_" => array("",""), "last month" => "joan den hilabetean", -"_%n month ago_::_%n months ago_" => array(,), +"_%n month ago_::_%n months ago_" => array("",""), "last year" => "joan den urtean", "years ago" => "urte", "Caused by:" => "Honek eraginda:", |