[moodle] / lang / sq_utf8 / auth_db.php Repository:

View of /lang/sq_utf8/auth_db.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (download) (annotate)
Fri Oct 9 14:49:48 2009 WST (6 weeks, 3 days ago) by samhemelryk
Branch: MAIN
CVS Tags: HEAD
lang MDL-19468 Creation of auth_* files and required copy to/from of related language strings
For each language pack auth_PLUGIN.php files have been created and any strings relating to those modules have been copied (not moved) from auth.php into the auth_PLUGIN file. At the same time if the plugin file existed already we ensured that strings defined within it were copied in auth.php.
Language packs in this commit: nl, nn, no_gr, no, pl, pt_br, pt, ru, si, sk, sl, sm, so, sq, sr_cr_bo
All language packs are being altered in this way, I will be testing and commiting in groups.
<?php

// All of the language strings in this file should also exist in
// auth.php to ensure compatibility in all versions of Moodle.

$string['auth_dbdescription'] = 'Kjo metodë përdor një tabelë të një databaze të jashtme për të kontrolluar nëse emri i një përdoruesi dhe fjalëkalimi i tij janë të vlefshëm. Nëse është një llogari e re, atëherë informacioni nga fusha të tjera mund të kopjohet në Moodle.';
$string['auth_dbextrafields'] = 'Këto fusha janë fakultative. Mund të zgjidhni të mbushni më përpara disa fusha të përdoruesit të  Moodle me informacion nga <b>fushat e databazës së jashtme</b> që specifikoni këtu.  <br />Nëse i lini këto bosh atëherë do të përdoren default-et .<br />Në të dyja rastet përdoruesi mund t\'i ndryshojë të gjitha këto fusha pasi logohet.';
$string['auth_dbfieldpass'] = 'Emri i fushës që përmban fjalëkalimet';
$string['auth_dbfielduser'] = 'Emri i fushës që përmban emrat e përdoruesve';
$string['auth_dbhost'] = 'Kompjuteri ku gjendet serveri i databazave';
$string['auth_dbname'] = 'Emri i databazës';
$string['auth_dbpass'] = 'Fjalëkalimi që i korrespondon këtij emri përdoruesi';
$string['auth_dbpasstype'] = 'Specifiko formatin që përdor fusha e fjalëkalimit. Enkriptimi MD5 është i dobishëm dhe për t\'u lidhur me aplikime të tjera web si PostNuke';
$string['auth_dbtable'] = 'Emri i tabelës së databazës';
$string['auth_dbtitle'] = 'Përdor një databazë të jashtme';
$string['auth_dbtype'] = 'Tipi i databazës(Shiko <a href=\"../lib/adodb/readme.htm#drivers\">dokumentacioni ADOdb</a> për detaje)';
$string['auth_dbuser'] = 'Emri i përdoruesit me akses për të lexuar në databazë';

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.7