[ros-diffs] [cfinck] 28563: Lithuanian translation for getbuilds by Vytis Girdzijauskas (cman AT cman DOT us) I slightly modified the files to get them to work and I added TRANSLATOR information to the lt.inc.php file. See issue #2596 for more details.

cfinck at svn.reactos.org cfinck at svn.reactos.org
Sat Aug 25 23:19:43 CEST 2007


Author: cfinck
Date: Sun Aug 26 01:19:43 2007
New Revision: 28563

URL: http://svn.reactos.org/svn/reactos?rev=28563&view=rev
Log:
Lithuanian translation for getbuilds by Vytis Girdzijauskas (cman AT cman DOT us)
I slightly modified the files to get them to work and I added TRANSLATOR information to the lt.inc.php file.
See issue #2596 for more details.

Added:
    trunk/web/reactos.org/htdocs/getbuilds/lang/lt.inc.php
Modified:
    trunk/web/reactos.org/htdocs/getbuilds/languages.inc.php

Added: trunk/web/reactos.org/htdocs/getbuilds/lang/lt.inc.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/lang/lt.inc.php?rev=28563&view=auto
==============================================================================
--- trunk/web/reactos.org/htdocs/getbuilds/lang/lt.inc.php (added)
+++ trunk/web/reactos.org/htdocs/getbuilds/lang/lt.inc.php Sun Aug 26 01:19:43 2007
@@ -1,0 +1,55 @@
+<?php
+/*
+  PROJECT:    ReactOS Website
+  LICENSE:    GPL v2 or any later version
+  FILE:       web/reactos.org/htdocs/getbuilds/lang/lt.inc.php
+  PURPOSE:    Easily download prebuilt ReactOS Revisions
+  COPYRIGHT:  Copyright 2007 Colin Finck <mail at colinfinck.de>
+  TRANSLATOR: Vytis Girdzijauskas <cman at cman.us>
+*/
+	
+	/**** Lithuanian resources (charset=utf-8) ****/
+	$getbuilds_langres["language"] = "Kalba";
+	
+	$getbuilds_langres["header"] = '<a href="http://www.reactos.org/">Pagrindinis</a> &gt; ReactOS SVN laidos';
+	$getbuilds_langres["title"] = "Parsisiusti ReactOS SVN laidas";
+	$getbuilds_langres["intro"] = 'Cia jus galite parsisiusti naujausias, o taip pat ir senesnes ReactOS SVN laidas, sukurtas musu <a href="http://www.reactos.org/wiki/index.php/RosBuild">BuildBot\'o</a>.';
+	
+	$getbuilds_langres["overview"] = "Apibendrinimas";
+	$getbuilds_langres["latestrev"] = "Naujausia ReactOS SVN laida";
+	$getbuilds_langres["browsesvn"] = "Naršyti SVN saugykla";
+	$getbuilds_langres["cia"] = "Žiureti veliausius SVN irašus CIA.vc puslapyje";
+	$getbuilds_langres["buildbot_status"] = "BuildBot'o bukle";
+	$getbuilds_langres["buildbot_web"] = "BuildBot'o Web sasaja";
+	$getbuilds_langres["browsebuilds"] = "Naršyti visas sukurtas laidas";
+	
+	$getbuilds_langres["downloadrev"] = "Parsisiusti ReactOS SVN laidas";
+	$getbuilds_langres["js_disclaimer"] = 'JavaScript turi buti ijungtas jusu naršykleje, kad galetumete naudotis SVN bylu sarašu.<br>Kitu atveju, jus galite parsisiusti SVN laidas <a href="http://svn.reactos.org/iso">cia</a>.';
+	$getbuilds_langres["showrevfiles"] = "Rodyti bylas laidai";
+	$getbuilds_langres["prevrev"] = "Ankstesne laida";
+	$getbuilds_langres["nextrev"] = "Sekanti laida";
+	$getbuilds_langres["showrev"] = "Rodyti";
+	$getbuilds_langres["gettinglist"] = "Ieškoma bylu";
+	$getbuilds_langres["rangeinfo"] = "Galima ivesti laidos numeri (pvz. %s) arba laidu ribas (pvz. %s-%s)";
+	$getbuilds_langres["isotype"] = "Rodyti CD atvaizdu tipus";
+	
+	$getbuilds_langres["foundfiles"] = "Rasta %s bylu!";
+	
+	$getbuilds_langres["firstpage_title"] = "Eiti i pirma puslapi";
+	$getbuilds_langres["prevpage_title"] = "Ankstesnis puslapis";
+	$getbuilds_langres["prevpage"] = "Ankstesnis";
+	$getbuilds_langres["page"] = "Puslapis";
+	$getbuilds_langres["nextpage"] = "Sekantis";
+	$getbuilds_langres["nextpage_title"] = "Sekantis puslapis";
+	$getbuilds_langres["lastpage_title"] = "Eiti i paskutini puslapi";
+	
+	$getbuilds_langres["filename"] = "Bylos vardas";
+	$getbuilds_langres["filesize"] = "Dydis";
+	$getbuilds_langres["filedate"] = "Data";
+	$getbuilds_langres["pleasewait"] = "Prašome palaukti";
+	
+	$getbuilds_langres["nofiles"] 	 = "Laidai %s bylu nerasta!";
+	$getbuilds_langres["invalidrev"] = "Neteisingas laidos numeris!";
+	
+	$getbuilds_langres["rangelimitexceeded"] = "Laidu skaicius negali viršyti %s!";
+?>

Modified: trunk/web/reactos.org/htdocs/getbuilds/languages.inc.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/languages.inc.php?rev=28563&r1=28562&r2=28563&view=diff
==============================================================================
--- trunk/web/reactos.org/htdocs/getbuilds/languages.inc.php (original)
+++ trunk/web/reactos.org/htdocs/getbuilds/languages.inc.php Sun Aug 26 01:19:43 2007
@@ -12,6 +12,7 @@
 		"en" => "English",
 		"de" => "Deutsch (German)",
 		"es" => "Español (Spanish)",
-		"it" => "Italiano (Italian)"
+		"it" => "Italiano (Italian)",
+		"lt" => "Lietuvių (Lithuanian)"
 	);
 ?>




More information about the Ros-diffs mailing list