![]() ![]() |
websvn |
Subversion Repositories: |
Compare with Previous - Blame - Download
<?php// WebSVN - Subversion repository viewing via the web using PHP// Copyright (C) 2004 Tim Armes//// This program is free software; you can redistribute it and/or modify// it under the terms of the GNU General Public License as published by// the Free Software Foundation; either version 2 of the License, or// (at your option) any later version.//// This program is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY; without even the implied warranty of// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the// GNU General Public License for more details.//// You should have received a copy of the GNU General Public License// along with this program; if not, write to the Free Software// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA//// --//// catalan.php//// Catalan language strings// The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities).$lang["LANGUAGENAME"] = "CatalĂ -ValenciĂ ";$lang['LANGUAGETAG'] = 'ca';$lang["LOG"] = "Registre";$lang["DIFF"] = "Diferència";$lang["NOREP"] = "No s'ha proporcionat cap dipòsit";$lang["NOPATH"] = "No s'ha trobat cap camĂ";$lang["NOACCESS"] = "No teniu els permisos necessaris per a llegir aquest directori";$lang["RESTRICTED"] = "AccĂŠs restringit";$lang["SUPPLYREP"] = "Definiu un camĂ per al dipòsit a include/config.php utilitzant \$config->parentPath o \$config->addRepository<p>Vegeu la guia d'instal¡laciĂł per a mĂŠs detalls";$lang["DIFFREVS"] = "Diferències entre revisions";$lang["AND"] = "i";$lang["REV"] = "RevisiĂł";$lang["LINE"] = "LĂnia";$lang["SHOWENTIREFILE"] = "Mostra el fitxer sencer";$lang["SHOWCOMPACT"] = "Mostra nomĂŠs les Ă rees amb diferències";$lang["DIFFPREV"] = "Compara amb l'anterior";$lang["BLAME"] = "Culpa";$lang["REVINFO"] = "InformaciĂł de la revisiĂł";$lang["GOYOUNGEST"] = "VĂŠs a la revisiĂł mĂŠs recent";$lang["LASTMOD"] = "Darrera modificaciĂł";$lang["LOGMSG"] = "Missatge de registre";$lang["CHANGES"] = "Canvis";$lang["SHOWCHANGED"] = "Mostra els fitxers canviats";$lang["HIDECHANGED"] = "Amaga els fitxers canviats";$lang["NEWFILES"] = "Nous fitxers";$lang["CHANGEDFILES"] = "Fitxers modificats";$lang["DELETEDFILES"] = "Fitxers suprimits";$lang["VIEWLOG"] = "Visualitza el registre";$lang["PATH"] = "CamĂ";$lang["AUTHOR"] = "Autor";$lang["AGE"] = "Edat";$lang["LOG"] = "Registre";$lang["CURDIR"] = "Directori actual";$lang["TARBALL"] = "Arxiu tar";$lang["PREV"] = "Anterior";$lang["NEXT"] = "SegĂźent";$lang["SHOWALL"] = "Mostra-ho tot";$lang["BADCMD"] = "S'ha produĂŻt un error en exectuar aquesta ordre";$lang["UNKNOWNREVISION"] = "No s'ha trobat la revisiĂł";$lang["POWERED"] = "Funciona amb <a href=\"http://www.websvn.info/\">WebSVN</a>";$lang["PROJECTS"] = "Dipòsits de Subversion";$lang["SERVER"] = "Servidor de Subversion";$lang["FILTER"] = "Opcions de filtratge";$lang["STARTLOG"] = "Des de la revisiĂł";$lang["ENDLOG"] = "A la revisiĂł";$lang["MAXLOG"] = "MĂ ximes revisions";$lang["SEARCHLOG"] = "Cerca";$lang["CLEARLOG"] = "Neteja el filtre actual";$lang["MORERESULTS"] = "Cerca mĂŠs coincidències...";$lang["NORESULTS"] = "No hi ha cap registre que coincideixi amb la vostra cerca";$lang["NOMORERESULTS"] = "No hi ha mĂŠs registres que coincideixin amb la vostra cerca";$lang['NOPREVREV'] = 'No hi ha cap revisiĂł anterior.';$lang["RSSFEEDTITLE"] = "Canal RSS del WebSVN";$lang["FILESMODIFIED"] = "fitxer(s) modificat(s)";$lang["RSSFEED"] = "Canal RSS";$lang["LINENO"] = "LĂnia nĂşm.";$lang["BLAMEFOR"] = "InformaciĂł de culpa per a la revisiĂł";$lang["DAYLETTER"] = "d";$lang["HOURLETTER"] = "h";$lang["MINUTELETTER"] = "m";$lang["SECONDLETTER"] = "s";$lang["GO"] = "VĂŠs-hi";$lang["PATHCOMPARISON"] = "ComparaciĂł de camins";$lang["COMPAREPATHS"] = "Compara els camins";$lang["COMPAREREVS"] = "Compara les revisions";$lang["PROPCHANGES"] = "Canvis de propietat:";$lang["CONVFROM"] = "Aquesta comparaciĂł mostra els canvis necessaris per a convertir el camĂ ";$lang["TO"] = "a";$lang["REVCOMP"] = "ComparaciĂł inversa";$lang["COMPPATH"] = "CamĂ de comparaciĂł:";$lang["WITHPATH"] = "Amb el camĂ:";$lang["FILEDELETED"] = "Fitxer suprimit";$lang["FILEADDED"] = "Nou fitxer";// The following are defined by some languages to stop unwanted line splitting// in the template files.$lang["NOBR"] = "";$lang["ENDNOBR"] = "";// $lang["NOBR"] = "<nobr>";// $lang["ENDNOBR"] = "</nobr>";