1*f18db579SAndreas Gohr<?php 2*f18db579SAndreas Gohr/** 3*f18db579SAndreas Gohr * Welsh language file for authmysql plugin 4*f18db579SAndreas Gohr * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5*f18db579SAndreas Gohr * 6*f18db579SAndreas Gohr */ 7*f18db579SAndreas Gohr 8*f18db579SAndreas Gohr$lang['connectfail'] = 'Method y cysylltiad i\'r databas.'; 9*f18db579SAndreas Gohr$lang['userexists'] = 'Sori, mae defnyddiwr gyda\'r enw mewngofnodi hwn eisoes yn bodoli.'; 10*f18db579SAndreas Gohr$lang['writefail'] = 'Methu â newid data defnyddiwr. Rhowch wybod i Weinyddwr y Wici'; 11*f18db579SAndreas Gohr 12*f18db579SAndreas Gohr//Setup VIM: ex: et ts=4 : 13