[gnome3-web] Updated Slovenian translation



commit 1f51ccca387b5d0d3789f56ca6449e10ad91d068
Author: Matej UrbanÄ?iÄ? <mateju svn gnome org>
Date:   Tue Apr 12 16:13:47 2011 +0200

    Updated Slovenian translation

 po/sl.po |   27 +++++++++++++++++++++++++--
 1 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/po/sl.po b/po/sl.po
index 7533a08..37a2e3d 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -7,8 +7,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: gnome3-web master\n"
-"POT-Creation-Date: 2011-04-07 11:30+0000\n"
-"PO-Revision-Date: 2011-04-07 13:41+0100\n"
+"POT-Creation-Date: 2011-04-11 21:51+0000\n"
+"PO-Revision-Date: 2011-04-12 08:51+0100\n"
 "Last-Translator: Matej UrbanÄ?iÄ? <mateju svn gnome org>\n"
 "Language-Team: Slovenian GNOME Translation Team <gnome-si googlegroups com>\n"
 "MIME-Version: 1.0\n"
@@ -21,6 +21,7 @@ msgstr ""
 "X-Poedit-SourceCharset: utf-8\n"
 
 #: ../tryit.html:7(title)
+#: ../parties.html:7(title)
 #: ../index.html:8(title)
 #: ../faq.html:7(title)
 msgid "GNOME 3 - Made of Easy"
@@ -47,6 +48,12 @@ msgstr "Pogosta vprašanja in odgovori"
 msgid "Try it out!"
 msgstr "Preizkusite GNOME3!"
 
+#: ../tryit.html:21(a)
+#: ../index.html:27(a)
+#: ../faq.html:21(a)
+msgid "Launch parties"
+msgstr "Zabave ob izidu"
+
 #: ../tryit.html:22(div)
 #: ../index.html:28(div)
 #: ../faq.html:22(div)
@@ -170,6 +177,22 @@ msgstr "Avtorske pravice © 2011 <placeholder-1/><br/> Prosto za izmenjavo: <pla
 msgid "GNOME 3 was released on 6th April 2011 and will be available via popular distributions after that time. See the <a href=\"tryit.html\">Try It</a> page for more details and for links to live demos."
 msgstr "Namizje GNOME 3 je bilo izdano 6. aprila 2011 in bo na voljo pri veÄ?ini distribucij. Za veÄ? podrobnosti si oglejte spletno stran <a href=\"tryit.html\">živih in namestitvenih razliÄ?ic</a>."
 
+#: ../parties.html:22(script)
+msgid ""
+"var map; var markers; var selectControl; //------------------------------------------------------------------------- // Parse the markers data text file. //------------------------------------------------------------------------- function recursiveParsing(line) { function state0Loop(line, cumulated, buffer, escaping) { return (character = line.substring(0,1)) (rest = line.substring(1)) (character == ',') ? loop(rest, cumulated.concat(buffer), \"\", false, 0) : (character == '\\\"') ? loop(rest,cumulated,buffer,false, 1) : loop(rest,cumulated, buffer+character, false, 0) } function state1Loop(line, cumulated, buffer, escaping) { return (character = line.substring(0,1)) (rest = line.substring(1)) (character == '\\\\') ? escaping ? loop(rest, cumulated, buffer+character, false, 1) : loop(rest, cumulated, buffer, true, 1) : escaping ? loop(rest, cumulated, buffer+character, false,1) : (character == '\\\"') ? loop(rest, cumulated, buffer, false, 0) : loop(rest, cumulated, buffer
 +character, false, 1) } function loop(line, cumulated, buffer, escaping, state) { return (line == \"\") ? (buffer == \"\") ? cumulated : cumulated.concat(buffer) : (state == 0) ? state0Loop(line,cumulated, buffer, escaping) :(state == 1) ? state1Loop(line, cumulated, buffer, escaping) : null } return loop(line, [], \"\", false, 0) } //------------------------------------------------------------------------- //------------------------------------------------------------------------- function makeHttpObject() { try {return new XMLHttpRequest();} catch (error) {} try {return new ActiveXObject(\"Msxml2.XMLHTTP\");} catch (error) {} try {return new ActiveXObject(\"Microsoft.XMLHTTP\");} catch (error) {} throw new Error(\"Could not create HTTP request object.\"); } //------------------------------------------------------------------------- // Display popup on marker selection. //------------------------------------------------------------------------- function onFeatureSelect(feat
 ure) { feature.popup = new OpenLayers.Popup.FramedCloud(\"popup\", feature.geometry.getBounds().getCenterLonLat(), null, feature.attributes.text, null, true, null ); // function() { selectControl.unselectAll(); } map.addPopup(feature.popup); } //------------------------------------------------------------------------- // Hide popup on marker unselect. //------------------------------------------------------------------------- function onFeatureUnselect(feature) { feature.popup.destroy(); feature.popup = null; } //------------------------------------------------------------------------- // Initialize the map and load markers. //------------------------------------------------------------------------- function init() { map = new OpenLayers.Map({ div: \"map\", controls: [ new OpenLayers.Control.Navigation(), new OpenLayers.Control.PanZoomBar(), new OpenLayers.Control.LayerSwitcher(), new OpenLayers.Control.KeyboardDefaults(), new OpenLayers.Control.Attribution() ], projection: 
 new OpenLayers.Projection(\"EPSG:900913\"), displayProjection: new OpenLayers.Projection(\"EPSG:4326\"), units: \"m\", maxResolution: 156543.0339, numZoomLevels: 20, }); // Warning: wrapDateLine does not work as expected. //var mapnik = new OpenLayers.Layer.OSM.Mapnik(\"Mapnik\", {wrapDateLine: true, displayOutsideMaxExtent: true}); var mapnik = new OpenLayers.Layer.OSM.Mapnik(\"Mapnik\"); var osmarender = new OpenLayers.Layer.OSM.Osmarender(\"Osmarender\"); map.addLayers([mapnik, osmarender]); if (typeof(google) != 'undefined') { var gmap = new OpenLayers.Layer.Google(\"Google Streets\"); map.addLayers([gmap]); } //------------------------------------------------------------------------- // Parameters to change for the map starting point: LonLat(x,y) is center point and map.setCenter(lonlat, z) is zoom level //------------------------------------------------------------------------- var lonLat = new OpenLayers.LonLat(14, 30).transform(map.displayProjection, map.projection);
  map.setCenter (lonLat, 2); markers = new OpenLayers.Layer.Vector(\"GNOME Release Parties\", { styleMap: new OpenLayers.StyleMap({ externalGraphic: \"osm/marker.png\", backgroundGraphic: \"osm/marker_shadow.png\", graphicXOffset: -10, graphicYOffset: -34, backgroundXOffset: 0, backgroundYOffset: -34, graphicZIndex: 11, backgroundGraphicZIndex: 10, pointRadius: 17 }), rendererOptions: {yOrdering: true} }); map.addLayer(markers); // Activate control functions on marker select. selectControl = new OpenLayers.Control.SelectFeature(markers, { onSelect: onFeatureSelect, onUnselect: onFeatureUnselect }); map.addControl(selectControl); selectControl.activate(); // Get the map marker data from the server var features = []; var request = makeHttpObject(); request.open(\"GET\", \"osm/coords.txt\", true); request.send(null); request.onreadystatechange = function() { if (request.readyState == 4) { var lines = request.responseText.split('\\n"
+"'); // add the points for (var i = 0, len = lines.length; i len; ++i) { var teamData = recursiveParsing(lines[i]); if (isFinite(teamData[0]) isFinite(teamData[1])) { var lonLat = new OpenLayers.LonLat(teamData[1], teamData[0]).transform(map.displayProjection, map.projection); var popupContentHTML = \""
+msgstr ""
+"var map; var markers; var selectControl; //------------------------------------------------------------------------- // Parse the markers data text file. //------------------------------------------------------------------------- function recursiveParsing(line) { function state0Loop(line, cumulated, buffer, escaping) { return (character = line.substring(0,1)) (rest = line.substring(1)) (character == ',') ? loop(rest, cumulated.concat(buffer), \"\", false, 0) : (character == '\\\"') ? loop(rest,cumulated,buffer,false, 1) : loop(rest,cumulated, buffer+character, false, 0) } function state1Loop(line, cumulated, buffer, escaping) { return (character = line.substring(0,1)) (rest = line.substring(1)) (character == '\\\\') ? escaping ? loop(rest, cumulated, buffer+character, false, 1) : loop(rest, cumulated, buffer, true, 1) : escaping ? loop(rest, cumulated, buffer+character, false,1) : (character == '\\\"') ? loop(rest, cumulated, buffer, false, 0) : loop(rest, cumulated, buffer
 +character, false, 1) } function loop(line, cumulated, buffer, escaping, state) { return (line == \"\") ? (buffer == \"\") ? cumulated : cumulated.concat(buffer) : (state == 0) ? state0Loop(line,cumulated, buffer, escaping) :(state == 1) ? state1Loop(line, cumulated, buffer, escaping) : null } return loop(line, [], \"\", false, 0) } //------------------------------------------------------------------------- //------------------------------------------------------------------------- function makeHttpObject() { try {return new XMLHttpRequest();} catch (error) {} try {return new ActiveXObject(\"Msxml2.XMLHTTP\");} catch (error) {} try {return new ActiveXObject(\"Microsoft.XMLHTTP\");} catch (error) {} throw new Error(\"Could not create HTTP request object.\"); } //------------------------------------------------------------------------- // Display popup on marker selection. //------------------------------------------------------------------------- function onFeatureSelect(feat
 ure) { feature.popup = new OpenLayers.Popup.FramedCloud(\"popup\", feature.geometry.getBounds().getCenterLonLat(), null, feature.attributes.text, null, true, null ); // function() { selectControl.unselectAll(); } map.addPopup(feature.popup); } //------------------------------------------------------------------------- // Hide popup on marker unselect. //------------------------------------------------------------------------- function onFeatureUnselect(feature) { feature.popup.destroy(); feature.popup = null; } //------------------------------------------------------------------------- // Initialize the map and load markers. //------------------------------------------------------------------------- function init() { map = new OpenLayers.Map({ div: \"map\", controls: [ new OpenLayers.Control.Navigation(), new OpenLayers.Control.PanZoomBar(), new OpenLayers.Control.LayerSwitcher(), new OpenLayers.Control.KeyboardDefaults(), new OpenLayers.Control.Attribution() ], projection: 
 new OpenLayers.Projection(\"EPSG:900913\"), displayProjection: new OpenLayers.Projection(\"EPSG:4326\"), units: \"m\", maxResolution: 156543.0339, numZoomLevels: 20, }); // Warning: wrapDateLine does not work as expected. //var mapnik = new OpenLayers.Layer.OSM.Mapnik(\"Mapnik\", {wrapDateLine: true, displayOutsideMaxExtent: true}); var mapnik = new OpenLayers.Layer.OSM.Mapnik(\"Mapnik\"); var osmarender = new OpenLayers.Layer.OSM.Osmarender(\"Osmarender\"); map.addLayers([mapnik, osmarender]); if (typeof(google) != 'undefined') { var gmap = new OpenLayers.Layer.Google(\"Google Streets\"); map.addLayers([gmap]); } //------------------------------------------------------------------------- // Parameters to change for the map starting point: LonLat(x,y) is center point and map.setCenter(lonlat, z) is zoom level //------------------------------------------------------------------------- var lonLat = new OpenLayers.LonLat(14, 30).transform(map.displayProjection, map.projection);
  map.setCenter (lonLat, 2); markers = new OpenLayers.Layer.Vector(\"GNOME Release Parties\", { styleMap: new OpenLayers.StyleMap({ externalGraphic: \"osm/marker.png\", backgroundGraphic: \"osm/marker_shadow.png\", graphicXOffset: -10, graphicYOffset: -34, backgroundXOffset: 0, backgroundYOffset: -34, graphicZIndex: 11, backgroundGraphicZIndex: 10, pointRadius: 17 }), rendererOptions: {yOrdering: true} }); map.addLayer(markers); // Activate control functions on marker select. selectControl = new OpenLayers.Control.SelectFeature(markers, { onSelect: onFeatureSelect, onUnselect: onFeatureUnselect }); map.addControl(selectControl); selectControl.activate(); // Get the map marker data from the server var features = []; var request = makeHttpObject(); request.open(\"GET\", \"osm/coords.txt\", true); request.send(null); request.onreadystatechange = function() { if (request.readyState == 4) { var lines = request.responseText.split('\\n"
+"'); // add the points for (var i = 0, len = lines.length; i len; ++i) { var teamData = recursiveParsing(lines[i]); if (isFinite(teamData[0]) isFinite(teamData[1])) { var lonLat = new OpenLayers.LonLat(teamData[1], teamData[0]).transform(map.displayProjection, map.projection); var popupContentHTML = \""
+
+#: ../parties.html:3(head)
+msgid "<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"/><meta name=\"description\" content=\"Introducing the next generation GNOME desktop\"/><link rel=\"shortcut icon\" type=\"image/png\" href=\"img/gnome-16.png\"/><placeholder-1/><link rel=\"stylesheet\" href=\"css/reset.css\"/><link rel=\"stylesheet\" href=\"css/text.css\"/><link rel=\"stylesheet\" href=\"css/960.css\"/><link rel=\"stylesheet\" href=\"css/fancybox.css\"/><link rel=\"stylesheet\" href=\"css/gnome3.css\"/><script src=\"js/jquery.js\" type=\"text/javascript\" charset=\"utf-8\"/><script src=\"js/jquery.fancybox.js\" type=\"text/javascript\" charset=\"utf-8\"/><script src=\"js/gnome3.js\" type=\"text/javascript\" charset=\"utf-8\"/><script src=\"js/OpenLayers.js\"/><script src=\"js/OpenStreetMap.js\" type=\"text/javascript\"/><script src=\"http://maps.google.com/maps/api/js?sensor=false\"/><placeholder-2/>\\\"\" + teamData[4] + \"\\\" target=\\\"_blank\\\" &gt;\" + teamData[3] + \""
+msgstr "<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"/><meta name=\"description\" content=\"Introducing the next generation GNOME desktop\"/><link rel=\"shortcut icon\" type=\"image/png\" href=\"img/gnome-16.png\"/><placeholder-1/><link rel=\"stylesheet\" href=\"css/reset.css\"/><link rel=\"stylesheet\" href=\"css/text.css\"/><link rel=\"stylesheet\" href=\"css/960.css\"/><link rel=\"stylesheet\" href=\"css/fancybox.css\"/><link rel=\"stylesheet\" href=\"css/gnome3.css\"/><script src=\"js/jquery.js\" type=\"text/javascript\" charset=\"utf-8\"/><script src=\"js/jquery.fancybox.js\" type=\"text/javascript\" charset=\"utf-8\"/><script src=\"js/gnome3.js\" type=\"text/javascript\" charset=\"utf-8\"/><script src=\"js/OpenLayers.js\"/><script src=\"js/OpenStreetMap.js\" type=\"text/javascript\"/><script src=\"http://maps.google.com/maps/api/js?sensor=false\"/><placeholder-2/>\\\"\" + teamData[4] + \"\\\" target=\\\"_blank\\\" &gt;\" + teamData[3] + \""
+
+#: ../parties.html:2(html)
+msgid "<placeholder-1/>\\\"font-size: 75%\\\"&gt;Contact: \" + teamData[2] + \"\"; features.push(new OpenLayers.Feature.Vector( new OpenLayers.Geometry.Point(lonLat.lon, lonLat.lat), { text: popupContentHTML } )); } } markers.addFeatures(features); } } }"
+msgstr "<placeholder-1/>\\\"font-size: 75%\\\"&gt;Contact: \" + teamData[2] + \"\"; features.push(new OpenLayers.Feature.Vector( new OpenLayers.Geometry.Point(lonLat.lon, lonLat.lat), { text: popupContentHTML } )); } } markers.addFeatures(features); } } }"
+
 #: ../index.html:38(h1)
 msgid "The next generation GNOME desktop has arrived"
 msgstr "Namizje naslednje generacije je tu!"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]