From 36f2679b2d8725e2125bd4b2893962d3bdf66da4 Mon Sep 17 00:00:00 2001 From: Alan Jack Pippin <ajp@pippin.(none)> Date: Mon, 11 Jun 2007 08:38:02 -0600 Subject: [PATCH 1/1] Initial commit --- EmbedVideoSiteAdmin.inc | 176 ++++++++++ ItemAddEmbedVideo.inc | 355 ++++++++++++++++++++ locale/af/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 6913 bytes locale/ar/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 8154 bytes locale/bg/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 3067 bytes locale/ca/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 7214 bytes locale/cs/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 7580 bytes locale/da/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 7983 bytes locale/de/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 8433 bytes locale/en_GB/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 627 bytes locale/es/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 8000 bytes locale/es_AR/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 1867 bytes locale/es_MX/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 4494 bytes locale/et/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 7466 bytes locale/eu/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 6986 bytes locale/fi/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 6716 bytes locale/fr/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 8721 bytes locale/ga/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 3543 bytes locale/he/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 5862 bytes locale/hu/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 6502 bytes locale/is/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 461 bytes locale/it/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 8286 bytes locale/ja/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 8316 bytes locale/ko/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 4795 bytes locale/lt/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 7049 bytes locale/nl/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 6805 bytes locale/no/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 8338 bytes locale/pl/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 8554 bytes locale/pt/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 3443 bytes locale/pt_BR/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 6614 bytes locale/ro/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 8125 bytes locale/ru/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 9166 bytes locale/sk/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 3325 bytes locale/sl/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 880 bytes locale/sr/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 6978 bytes locale/sv/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 8553 bytes locale/tr/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 2308 bytes locale/uk/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 8349 bytes locale/vi/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 7600 bytes locale/zh_CN/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 6352 bytes locale/zh_TW/LC_MESSAGES/modules_itemadd.mo | Bin 0 -> 7856 bytes module.inc | 96 ++++++ po/GNUmakefile | 5 + po/af.po | 304 +++++++++++++++++ po/ar.po | 296 ++++++++++++++++ po/bg.po | 288 ++++++++++++++++ po/ca.po | 306 +++++++++++++++++ po/cs.po | 303 +++++++++++++++++ po/da.po | 305 +++++++++++++++++ po/de.po | 309 +++++++++++++++++ po/en_GB.po | 304 +++++++++++++++++ po/es.po | 307 +++++++++++++++++ po/es_AR.po | 320 ++++++++++++++++++ po/es_MX.po | 323 ++++++++++++++++++ po/et.po | 299 +++++++++++++++++ po/eu.po | 304 +++++++++++++++++ po/fi.po | 298 ++++++++++++++++ po/fr.po | 307 +++++++++++++++++ po/ga.po | 305 +++++++++++++++++ po/he.po | 294 ++++++++++++++++ po/hu.po | 299 +++++++++++++++++ po/is.po | 280 +++++++++++++++ po/it.po | 309 +++++++++++++++++ po/ja.po | 299 +++++++++++++++++ po/ko.po | 288 ++++++++++++++++ po/lt.po | 302 +++++++++++++++++ po/nl.po | 301 +++++++++++++++++ po/no.po | 303 +++++++++++++++++ po/pl.po | 310 +++++++++++++++++ po/pt.po | 306 +++++++++++++++++ po/pt_BR.po | 301 +++++++++++++++++ po/ro.po | 308 +++++++++++++++++ po/ru.po | 302 +++++++++++++++++ po/sk.po | 295 ++++++++++++++++ po/sl.po | 283 ++++++++++++++++ po/sr.po | 303 +++++++++++++++++ po/strings.raw | 87 +++++ po/sv.po | 307 +++++++++++++++++ po/tr.po | 284 ++++++++++++++++ po/uk.po | 305 +++++++++++++++++ po/vi.po | 300 +++++++++++++++++ po/zh_CN.po | 287 ++++++++++++++++ po/zh_TW.po | 290 ++++++++++++++++ templates/EmbedVideoSiteAdmin.tpl | 136 ++++++++ templates/ItemAddEmbedVideo.tpl | 43 +++ 85 files changed, 12632 insertions(+) create mode 100644 EmbedVideoSiteAdmin.inc create mode 100644 ItemAddEmbedVideo.inc create mode 100644 locale/af/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/ar/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/bg/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/ca/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/cs/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/da/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/de/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/en_GB/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/es/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/es_AR/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/es_MX/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/et/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/eu/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/fi/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/fr/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/ga/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/he/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/hu/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/is/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/it/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/ja/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/ko/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/lt/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/nl/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/no/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/pl/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/pt/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/pt_BR/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/ro/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/ru/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/sk/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/sl/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/sr/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/sv/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/tr/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/uk/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/vi/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/zh_CN/LC_MESSAGES/modules_itemadd.mo create mode 100644 locale/zh_TW/LC_MESSAGES/modules_itemadd.mo create mode 100644 module.inc create mode 100644 po/GNUmakefile create mode 100644 po/af.po create mode 100644 po/ar.po create mode 100644 po/bg.po create mode 100644 po/ca.po create mode 100644 po/cs.po create mode 100644 po/da.po create mode 100644 po/de.po create mode 100644 po/en_GB.po create mode 100644 po/es.po create mode 100644 po/es_AR.po create mode 100644 po/es_MX.po create mode 100644 po/et.po create mode 100644 po/eu.po create mode 100644 po/fi.po create mode 100644 po/fr.po create mode 100644 po/ga.po create mode 100644 po/he.po create mode 100644 po/hu.po create mode 100644 po/is.po create mode 100644 po/it.po create mode 100644 po/ja.po create mode 100644 po/ko.po create mode 100644 po/lt.po create mode 100644 po/nl.po create mode 100644 po/no.po create mode 100644 po/pl.po create mode 100644 po/pt.po create mode 100644 po/pt_BR.po create mode 100644 po/ro.po create mode 100644 po/ru.po create mode 100644 po/sk.po create mode 100644 po/sl.po create mode 100644 po/sr.po create mode 100644 po/strings.raw create mode 100644 po/sv.po create mode 100644 po/tr.po create mode 100644 po/uk.po create mode 100644 po/vi.po create mode 100644 po/zh_CN.po create mode 100644 po/zh_TW.po create mode 100644 templates/EmbedVideoSiteAdmin.tpl create mode 100644 templates/ItemAddEmbedVideo.tpl diff --git a/EmbedVideoSiteAdmin.inc b/EmbedVideoSiteAdmin.inc new file mode 100644 index 0000000..b4ba2bc --- /dev/null +++ b/EmbedVideoSiteAdmin.inc @@ -0,0 +1,176 @@ +<?php +/* + * Gallery - a web based photo album viewer and editor + * Copyright (C) 2000-2007 Bharat Mediratta + * + * 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + */ + +/** + * Settings for Embed Video + * @package EmbedVideo + * @subpackage UserInterface + * @author Alan J. Pippin <apippin@pippins.net> + * @version $Revision: 1 $ + */ +class EmbedVideoSiteAdminController extends GalleryController { + + /** + * @see GalleryController::handleRequest + */ + function handleRequest($form) { + $ret = GalleryCoreApi::assertUserIsSiteAdministrator(); + if ($ret) { + return array($ret, null); + } + + $status = $error = array(); + if (isset($form['action']['add'])) { + $type = $form['variable']['type']; + + if (empty($form[$type]['name']) || empty($form[$type]['value'])) { + $error[] = "form[error][$type]"; + } else { + list ($ret, $variables) = $this->getVariables($type); + if ($ret) { + return array($ret, null); + } + + /* modify it */ + $variables[$form[$type]['name']] = $form[$type]['value']; + + /* serialize it again */ + $ret = $this->setVariables($type, $variables); + if ($ret) { + return array($ret, null); + } + } + } else if (isset($form['action']['delete'])) { + $type = $form['variable']['type']; + if (empty($form['delete']['variable'])) { + return array(GalleryCoreApi::error(ERROR_BAD_PARAMETER), null); + } + + list ($ret, $variables) = $this->getVariables($type); + if ($ret) { + return array($ret, null); + } + if (!isset($variables[$form['delete']['variable']])) { + return array(GalleryCoreApi::error(ERROR_BAD_PARAMETER), null); + } + + /* delete it */ + unset($variables[$form['delete']['variable']]); + + /* serialize it again */ + $ret = $this->setVariables($type, $variables); + if ($ret) { + return array($ret, null); + } + } + + + /* Figure out where to redirect upon success */ + $method = empty($error) ? 'redirect' : 'delegate'; + $results[$method]['view'] = 'core.SiteAdmin'; + $results[$method]['subView'] = 'embedvideo.EmbedVideoSiteAdmin'; + $results['status'] = $status; + $results['error'] = $error; + + return array(null, $results); + } + + function implode_with_key($assoc, $inglue = '=', $outglue = '&') { + $return = ''; + if (!empty($assoc)) { + foreach ($assoc as $tk => $tv) { + $return = ($return != '' ? $return . $outglue : '') . + $tk . $inglue . $tv; + } + } + return $return; + } + + function getVariables($type) { + list ($ret, $variables) = GalleryCoreApi::getPluginParameter('module', 'embedvideo', + 'embedvideo' . $type . 'Variables'); + if ($ret) { + return array($ret, null); + } + + /* unserialize the plugin parameter */ + if (!empty($variables)) { + $variables1 = explode('|', $variables); + foreach ($variables1 as $variable) { + list ($key, $value) = explode('=', $variable); + $variables2[$key] = $value; + } + + return array(null, $variables2); + } + + return array(null, null); + } + + function setVariables($type, $variables) { + $params = $this->implode_with_key($variables, '=', '|'); + + return GalleryCoreApi::setPluginParameter('module', 'embedvideo', + 'embedvideo' . $type . 'Variables', $params); + } +} + +/** + * Settings for Embed Video + */ +class EmbedVideoSiteAdminView extends GalleryView { + + /** + * @see GalleryView::loadTemplate + */ + function loadTemplate(&$template, &$form) { + $AdminEmbedVideo = array(); + + $ret = GalleryCoreApi::assertUserIsSiteAdministrator(); + if ($ret) { + return array($ret, null); + } + + list ($ret, $params) = GalleryCoreApi::fetchAllPluginParameters('module', 'embedvideo'); + if ($ret) { + return array($ret, null); + } + foreach ($params as $key => $value) { + $form[$key] = $value; + } + + foreach (array('embedvideodefaultVariables', 'embedvideooverrideVariables') as $key) { + if (!empty($form[$key])) { + $variablesArray = explode('|', $form[$key]); + $variables = array(); + foreach ($variablesArray as $variable) { + $variables[] = $variable; + } + $form[$key] = $variables; + } + } + + $template->setVariable('AdminEmbedVideo', $AdminEmbedVideo); + $template->setVariable('controller', 'embedvideo.EmbedVideoSiteAdmin'); + return array(null, + array('body' => 'modules/embedvideo/templates/EmbedVideoSiteAdmin.tpl')); + } +} +?> diff --git a/ItemAddEmbedVideo.inc b/ItemAddEmbedVideo.inc new file mode 100644 index 0000000..8b5b299 --- /dev/null +++ b/ItemAddEmbedVideo.inc @@ -0,0 +1,355 @@ +<?php +/* + * Gallery - a web based photo album viewer and editor + * Copyright (C) 2000-2007 Bharat Mediratta + * + * 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + */ + +/** + * This plugin will handle the addition of embedded video objects + * @package embedVideo + * @subpackage UserInterface + * @author Alan Pippin <apippin@pippins.net> + * @version $Revision: 1.1 $ + */ +class ItemAddEmbedVideo extends ItemAddPlugin { + + /** + * @see ItemAddPlugin::handleRequest + */ + function handleRequest($form, &$item) { + global $gallery; + + $status = $error = array(); + + if (isset($form['action']['addEmbedVideoPage'])) { + + $platform =& $gallery->getPlatform(); + + if(isset($form['webPage']['URL'])) { + + $url = $form['webPage']['URL']; + + // Load any stored/set Parameters + list ($ret, $params) = + GalleryCoreApi::fetchAllPluginParameters('module', 'embedvideo'); + if ($ret) { + return array($ret, null, null); + } + foreach (array('default', 'override') as $type) { + $ItemAddUploadApplet[$type] = array(); + if (!empty($params['embedvideo' . $type . 'Variables'])) { + $variablesArray = explode('|', $params['embedvideo' . $type . 'Variables']); + foreach ($variablesArray as $variable) { + list ($name, $value) = explode('=', $variable); + $ItemAddEmbedVideo[$type][$name] = $value; + } + } + } + + // Store any Parameters into some simpler, shorter, local variables + $debug=0; + $use_internal_flv_player = $ItemAddEmbedVideo['default']['useInternalFlvPlayer']; + $youtube_dev_id = $ItemAddEmbedVideo['default']['youtubeDevId']; + $width=$ItemAddEmbedVideo['default']['width']; + $height=$ItemAddEmbedVideo['default']['height']; + $external_flv_player = $ItemAddEmbedVideo['default']['externalFlvPlayer']; + $external_flv_player_vars = $ItemAddEmbedVideo['default']['externalFlvPlayerVars']; + + /////////////////////////////// + // Embed a Youtube Video + /////////////////////////////// + if(preg_match("/www.youtube.com/",$url)) { + + if(preg_match("/watch\?v=(.*)/",$url,$matches)) { + $video_id = $matches[1]; + } else { + return array(GalleryCoreApi::error(ERROR_BAD_PARAMETER,__FILE__,__LINE__, + "Unable to extract video id from url: $url"),null,null); + } + + // Youtube Developer ID + $dev_id = $youtube_dev_id; + if(!preg_match("/\w+/",$dev_id)) { + return array(GalleryCoreApi::error(ERROR_CONFIGURATION_REQUIRED,__FILE__,__LINE__, + "Invalid/missing YouTube developer ID: $dev_id"),null,null); + } + + // Youtube api feed + $feed = "http://www.youtube.com/api2_rest?method=youtube.videos.get_details&dev_id=$dev_id&video_id=$video_id"; + + //get the feed as a string data source + $xml = get_feed($feed); + + preg_match_all("/\<title\>(.+?)\<\/title\>/smi",$xml, $title); + preg_match_all("/\<description\>(.+?)\<\/description\>/smi",$xml, $description); + preg_match_all("/\<thumbnail_url\>(.+?)\<\/thumbnail_url\>/smi",$xml, $thumbnail); + + array_shift($title); + array_shift($thumbnail); + array_shift($description); + + // Replace html characters. More can be added but this seems to work for me across the board. + for($i=0;$i<count($description[0]);$i++){ + $description[0][$i] = preg_replace("/</","<",$description[0][$i]); + $description[0][$i] = html_entity_decode($description[0][$i],ENT_QUOTES); + } + + $title = $title[0][0]; + $summary = $description[0][0]; + $thumbnail = $thumbnail[0][0]; + + $description = '<object width="'.$width.'" height="'.$height.'">'; + $description.= '<param name="movie" value="http://www.youtube.com/v/'.$video_id.'"></param>'; + $description.= '<param name="wmode" value="transparent"></param>'; + $description.= '<embed src="http://www.youtube.com/v/'.$video_id.'" '; + $description.= 'type="application/x-shockwave-flash" wmode="transparent" '; + $description.= 'width="'.$width.'" height="'.$height.'"></embed></object>'; + $description.= "<br>$summary"; + } + + + /////////////////////////////////// + // Embed a Google Video + /////////////////////////////////// + else if(preg_match("/video.google.com/",$url)) { + + if(preg_match("/docid=(.*)/",$url,$matches)) { + $doc_id = $matches[1]; + } else { + return array(GalleryCoreApi::error(ERROR_BAD_PARAMETER,__FILE__,__LINE__, + "Unable to extract doc id from url: $url"),null,null); + } + + $link="$url"; + $contents=file_get_contents($link); + preg_match('/<meta content="(.+?)\. \w+ \d+, \d+.*" name="description">/i', $contents, $matches); + $summary=$matches[1]; + preg_match('/<title>(.+?)\s+- Google Video<\/title>/i', $contents, $matches); + $title=$matches[1]; + preg_match('/<img src="(http:\/\/video\.google\.com\/ThumbnailServer2.+?)" /i', $contents, $matches); + $thumbnail=$matches[1]; + $thumbnail=preg_replace("/offsetms=0/","offsetms=0",$thumbnail); + + $description = '<embed FlashVars="autoPlay=true" '; + $description.= 'style="width:'.$width.'px; height:'.$height.'px;" id="VideoPlayback" '; + $description.= 'type="application/x-shockwave-flash" '; + $description.= 'src="http://video.google.com/googleplayer.swf?docId='.$doc_id.'"> '; + $description.= '</embed>'; + $description.= "<br>$summary"; + + } + + /////////////////////////// + // Embed a remote .flv file + /////////////////////////// + else if(preg_match("/.*\/(.+?)\.flv/i",$url,$matches)) { + $title = $matches[1]; + $summary = $matches[1]; + $thumbnail = 'http://www.pippins.net/images/flv_thumb.jpg'; + + if (empty($extraHeaders)) { + $extraHeaders = array('Referer' => str_replace('&', '&', $url)); + } + + list ($successfullyCopied, $response, $headers) = + GalleryCoreApi::fetchWebPage($url, $extraHeaders); + if (!$successfullyCopied) { + return array(GalleryCoreApi::error(ERROR_BAD_PATH,__FILE__,__LINE__, + "Unable to locate a video at url: $url"),null,null); + } + + // External FLV player + if(!$use_internal_flv_player) { + + if(!preg_match("/\w+/",$external_flv_player)) { + return array(GalleryCoreApi::error(ERROR_CONFIGURATION_REQUIRED,__FILE__,__LINE__, + "Invalid/missing external player parameter"),null,null); + } + + $description ='<embed src="'.$external_flv_player.'" '; + $description.= 'width="'.$width.'" height="'.$height.'" bgcolor="#C0C0C0" allowfullscreen="true" '; + $description.= 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" '; + $description.= 'flashvars="file='.$url.'&fullscreenpage='.$thumbnail.'&linktarget=_Blank&image='.$thumbnail; + + if(!preg_match("/\w+/",$external_flv_player_vars)) { + $description.= '&showdigits=true&autostart=false&showfsbutton=true&'; + $description.= '&repeat=false&lightcolor=0x9999FF&backcolor=0x888888&frontcolor=0x000000"'; + } else { + $description.= '&'.$external_flv_player_vars; + } + $description.= ' /> </p>'; + } + + // Internal FLV player + else { + $description = '<script type="text/javascript">'."\n"; + $description.= '// <![CDATA['."\n"; + $description.= 'function divResize(id, nw, nh) {'."\n"; + $description.= 'var obj = document.getElementById(id);'."\n"; + $description.= 'obj.style.width = nw + "px";'."\n"; + $description.= 'obj.style.height = nh + "px";'."\n"; + $description.= '}'."\n"; + $description.= '// ]]>'."\n"; + $description.= '</script>'."\n"; + $description.= '<div id="flashvideo" style="align:left;width:525px;height:392px">'."\n"; + $description.= '<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000"'; + $description.= 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"'; + $description.= 'width="100%" height="100%" id="IFid1" class="ImageFrame_image">'; + $description.= '<param name="movie" value="http://www.pippins.net/gallery2/modules/flashvideo/lib/G2flv.swf"/>'; + $description.= '<param name="FlashVars" value="flvUrl='.$url.'&Width='.$width.'&Height='.$height.'&title='.$title; + $description.= '&allowDl=true&thumbUrl='.$thumbnail.'&langDownload=Download&langLarge=Large&langNormal=Normal"/>'; + $description.= '<param name="quality" value="high"/>'; + $description.= '<param name="scale" value="noscale"/>'; + $description.= '<param name="salign" value="lt"/>'; + $description.= '<param name="wmode" value="transparent"/>'; + $description.= '<param name="allowScriptAccess" value="always"/>'; + $description.= '<embed src="http://www.pippins.net/gallery2/modules/flashvideo/lib/G2flv.swf" flashvars="flvUrl='.$url; + $description.= '&Width='.$width.'&Height='.$height.'&title='.$title.'&allowDl=true&thumbUrl='.$thumbnail; + $description.= '&langDownload=Download&langLarge=Large&langNormal=Normal" type="application/x-shockwave-flash" '; + $description.= 'width="100%" height="100%" quality="high" scale="noscale" salign="lt" '; + $description.= 'wmode="transparent" allowScriptAccess="always" '; + $description.= 'pluginspage="http://www.macromedia.com/go/getflashplayer"/>'; + $description.= '</object></div>'; + } + } + + //////////////////////////// + // Unsupported URL to embed + //////////////////////////// + else { + return array(GalleryCoreApi::error(ERROR_UNSUPPORTED_FILE_TYPE,__FILE__,__LINE__, + "Unable to embed video from: $url"),null,null); + } + + + //////////////////////////// + // Add the video to Gallery + //////////////////////////// + + // Get a local tmp file to save the thumbnail to + $tmpDir = $gallery->getConfig('data.gallery.tmp'); + $tmpFile = $platform->tempnam($tmpDir, 'add'); + $tmpFile.= ".jpg"; + + if($debug) { + print "thumbnail: $thumbnail <br>"; + } + + // Fetch the thumbnail and save it to a local file + if (empty($extraHeaders)) { + $extraHeaders = array('Referer' => str_replace('&', '&', $url)); + } + + list ($successfullyCopied, $response, $headers) = + GalleryCoreApi::fetchWebFile($thumbnail, $tmpFile, $extraHeaders); + if (!$successfullyCopied) { + return array(GalleryCoreApi::error(ERROR_STORAGE_FAILURE,__FILE__,__LINE__, + "Unable to copy thumbnail from url: $url"),null,null); + } + + // Obtain the mimeType of the thumbnail + list ($ret, $mimeType) = GalleryCoreApi::getMimeType($tmpFile); + + // Set the filename for the item we want to add + $fileName = $title; + $fileName = preg_replace("/\s+/","_",$fileName); + $fileName = preg_replace("/'/","",$fileName); + $fileName = preg_replace("/\"/","",$fileName); + $fileName = preg_replace("/&#\d+;/","",$fileName); + + // DEBUG OUTPUT + if($debug) { + print "<p><a href=\"".$title."\" target=\"_blank\">\n<img src=\"".$thumbnail."\">\n</a>".$summary."</p>"; + print "<p>$description</p>"; + print "thumbnail: $tmpFile <br>"; + print "mimeType: $mimeType <br>"; + print "fileName: $fileName <br>"; + } + + list ($ret, $newItem) = GalleryCoreApi::addItemToAlbum($tmpFile, + $fileName, + $title, + $summary, + $description, + $mimeType, + $item->getId()); + + if ($ret) { + return array($ret, null, null); + } + + $status['addedFiles'][] = array('fileName' => $url, + 'id' => $newItem->getId(), + 'warnings' => array()); + } + @$platform->unlink($tmpFile); + } + + return array(null, $error, $status); + } + +/** + * @see ItemAdd:loadTemplate + */ +function loadTemplate(&$template, &$form, $item) { + global $gallery; + + if ($form['formName'] != 'ItemAddEmbedVideo') { + /* First time around, load the form with item data */ + $form['webPage'] = ''; + $form['formName'] = 'ItemAddEmbedVideo'; + } + + $session =& $gallery->getSession(); + + $template->setVariable('ItemAddEmbedVideo', $ItemAddEmbedVideo); + + return array(null, + 'modules/embedvideo/templates/ItemAddEmbedVideo.tpl', + 'modules_embedvideo'); +} + +/** + * @see ItemAddPlugin::getTitle + */ + function getTitle() { + list ($ret, $module) = GalleryCoreApi::loadPlugin('module', 'embedvideo'); + if ($ret) { + return array($ret, null); + } + + return array(null, $module->translate('Embed Video')); + } +} + + +function get_feed($feed){ + + //Open and return Feed with cURL for parsing + $ch = curl_init(); + $timeout = 0; + curl_setopt ($ch, CURLOPT_URL, $feed); + curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1); + curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout); + $xml = curl_exec($ch); + curl_close($ch); + + return $xml; + +} + +?> diff --git a/locale/af/LC_MESSAGES/modules_itemadd.mo b/locale/af/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..ccc8ddda6eb90ad6c021ab5a0b9059d27908592e GIT binary patch literal 6913 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 literal 0 HcmV?d00001 diff --git a/locale/ar/LC_MESSAGES/modules_itemadd.mo b/locale/ar/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..87fdcadf8b8b2d9020dcf082faffcf2e12ffbd74 GIT binary patch literal 8154 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 literal 0 HcmV?d00001 diff --git a/locale/bg/LC_MESSAGES/modules_itemadd.mo b/locale/bg/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..e1c09aff443af0f21e75aa392d9e331569d8dd8a GIT binary patch literal 3067 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 aIG3C-y=uNCEYAWHLf*|gpAzE!w*CdCa%IE- literal 0 HcmV?d00001 diff --git a/locale/ca/LC_MESSAGES/modules_itemadd.mo b/locale/ca/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..79d14aa6f0774fef345f6362fdce585c1bb48fbd GIT binary patch literal 7214 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 literal 0 HcmV?d00001 diff --git a/locale/cs/LC_MESSAGES/modules_itemadd.mo b/locale/cs/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..0bf44f98b856668eec09599edc0a5a8701e224a0 GIT binary patch literal 7580 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 literal 0 HcmV?d00001 diff --git a/locale/da/LC_MESSAGES/modules_itemadd.mo b/locale/da/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..7ce07e54a40f28cab84beede3fda8090f45c62ec GIT binary patch literal 7983 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 literal 0 HcmV?d00001 diff --git a/locale/de/LC_MESSAGES/modules_itemadd.mo b/locale/de/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..a55324ae7fc4aa3ad54e9bf0f6f2f14dec815694 GIT binary patch literal 8433 zcmb7}TZ|mpS;r5%2>}yw<F+gdd$NmTdw05Lys>x9tnKx9Jx&bv?#N@W*(Fg@-F3RV zcB-pdb(wLG5J=HV0SWC33KD3g2ryA1<snE*B1L{68eWi)K#GtE54`3L@suY7{Ql=u zbywTw)^hcKs`^~M^L_vCR{obyeBdjF&#PQdah-Y0m^Z=eAK;76w?1gh`5!apFTsy- z|F1u8%#+}Mf<FyD`5|L|5j+Wg0=x|JlerB(4t@^&N$`u{N5Qwj4}*u`$H6Z*zyC4# z6Wsqf_$lz4;B(;j!B2z#0saE`0)u`E{B=<4z5z;(FM|9t8DHA}0Mzfl10Dl^4}1sw zLs0uZ!H=5v9H{Z<K%MgyP{02+lXR|kLCNuT@EP#?p!Dz~P%8Qm!sy%|1|`?ieChe~ zpvG-9&$qx|;{HbSJOMTC5PXk)e-~s)^AtjHRC5A60j`4ycnADE_&sm~eEK8CoC0^i zSHMFM6PfRV1J?U%Q0qU75G-v@f|CDCgLgp5a|r$c_(!1h@GOVdd7cAxe*u)euQc~x z0RM{hN8s;+PyI|d=huGL7|XctfU?s+fs*gvz+VNQ{JF5+E1=}L3NqE)1hwA?WT=^g z9MQbn{Qe$@Xy#ksCGdNo`0&`z8*>qS5quh~LGkJ<pyd8DQ2P7^h$_tcp!PiiF|ql3 zQ2YD<d>8y7sD1VkUh;ey)c8LEKgT)01~SAv4k_d(PlD3>OW=9%0F*x82c`Fa04?~B zAXCkcK<)bxl&Nz+(cl_*ocl}7{Rou(55d1>-!FlZ|2mt>e|`(petX~?{5tq0@R?r@ zdie|RCGLL!Zh;^FmB5Q#@Nw3AQ^@nrqcrg$0@uNJK*{kw_(|}e!F%ApgOcY@ZQ#K- zK;8dMbN_ds&h<l(<^AVbzRz(n)ypb-=p(!7^F#puEnU3A^{M9BW$@Ry#D$Ywve64% z8(e)Z*+lwyo=YF;Tp!%pJjNv*>7z5q{;1u5F7Pe6^|AhY`6YYF=CZGJqR$rBS^rn~ zLTx@q>h5BA<iDY#Im7iqt{1t)dGQGMFl$`01*Y&Ez*OEBq-V@(UgnbSp5u~DE^)~g zn_MTj#OEGY`#G&Yp4p0Hd$q`?_Kq7oV~0^@2hK)=x^%IvavN1uG~Ba!HF1SKaDy_b zTxpZc&hxskSu}NhYp>>oWk55SiL<Dv<~FJ9L0+e^EuEX%h-o8DTMJ|3X_6&nRYVoD z^AQh|(tajNQ&-H_Z0yox;P}y{^X0m1k}SkP&|!p}L6l~ujfPcebDd%mr6VouC1qSu zBI+&9;YNAkBpn+TZkSJ}E{nr)T^0>eXCKf?o*@L2Y*o}{#mKOlIUd`=ymBp;`lBvV zhSpi!+?37T$=lhf;l!a!j%Zfy>|T~1WVV{mT-o`hoKMpv+bhl1uuAgGU@2YpYLYT; zVYgjZ?7L!lj~)HZwF;&0x~fXDaTu;A;jh~_uZKUd<`fBK|1=*)DW=kDwlOFMH(MF1 zVyT0qnt02V7~NZ*lN2tB=hofDkY(R&?MF%K6)5JUY0y)cIdjD{DN7FGX~jAG-saVO zHn)QaGmbcy2vss*(_C@out;Y9<W~~R1Wo2<@z<t3UUFAzx7ciZvl(f|OU7SWt0<AP zbi=wxpyaGBW_jt#HL*f$KT%1@K)#WSsv2h0S(T*zs4b~>k=1UkFm{+{qh!qR(nhRb ziD{`Dqr!TY=22|pM(D($8Si1&y@nfmwLWKeqOmjArn9`L8t|HslcB{{0&k)yTk%8a zyq#58E3z0A#;5s#SFRit9~|S6+5A9^mq*A$GX#xLO}p$tf|alo6QvL~Y@}zRow_)Q z8eytQguhhWWwG}!|3G^n#cMh02_w9_onS*J$)H{%oCvW{3I46!%88E-IG>kIXYeG8 z@H2>{$z>Xq6MNE)*X*RKW}EBl?rt=lrLK?LuD2?lub=8$bKPsdWe93FU4`4*!7Mvb zH7N}ePrPuk9KTGmA-c%}CD9)8mo9~KaH}1v6Tn*U+reXe#6oJb6BQiSwp-76P)*ED zH|#!@K+PlXe!J1WGrKJ@??gq0Ks@mN=ND+5*Om-L%6d3-WjU(TbZ(Z6lr{W=LzbJl zVKSO~bp|rFDq{DR11pXm*b#Y8_0hk?&w?*P>|mL!B?SzcuF|qbbz{HX`Q&1wVNcbr z>d&ty7j5HQAp}ECtl&xDd15_BwVk4dh^k-^1n8cCunOI)2`=0$;R&pawGw(DZ_99n zYI`ur?Sur>kb71n`>a1!94PZH7t>@4$-QB*cXw+~?}J<c1J|!2Qef#a(qXdiY#ddQ zSlYMi)pVxlxn7sW`ly<%L#>=lH$G){E3%?}UBP;{o=zje8QI9Yu2%vko|0bh<1veS zPiQ#r$F;)Dmuh1MDGV1D^U>_Js$D@bsU9p2FjsWSGs1xKEb=a6lTC@;Eaam{|9{yj z+mF&DW~Up`9xkF_>GjfGlf19A8pS>l49MPXA_%L?^g-pGtVuWokqw#s@(bzaVZtJq z`Iyn2RA&pbd%+pm<gYk~Jz8^u>)2)PQEu_V1-V;2Xs4t~ow-#+Svi6+fq(vRI5%eq znT{}u6iO)GO?`;=4;s2P^bWJVHQSk9kb!fpGjVK0=`L30<kcp?M{|2JP0;bxTRW$` zA2!smvosn?Wmz|#LU6?_%z(Nju8$PSfU-pfz#WKYR5@g+kOzYNqRb*-^ULilxyvHh zZ|cy)(zZ))T(z|Bn%~$}E)hbyKkPJ*6?8_FZ)C;@X1{dyEQ+SgF}HEx-B90{H%SHl zbRiUkWTt4lNMjEVSs2deyEyLu4@3NKp=xZbR?3A#_V!ko6>eY3!5Sg5H~RCT4e1xV zp|Bkt#la!51SzG0;~`S9Xj!LzneKK`w{Ga0;Uvn)_$nvc9MhCSD2(83@|nxNpo)lX zZJZBl87}gLP~oOIS!1Wj-zGWruEo7KC~K*yHrsf&NtqH82vpXc?r-!rj@@)BEqXV~ zaT50~*W<ExE8nyP3>DfvGHphZ)#~LXg@UqQLhzw#WO6(8!m*v#Z}nb<{u<M}LPfr5 zU)b1qv3Gi-clxwFeQxvY+2=QS!oc25x1UI!m2szg8!y?7Gn;2V{rtvh#$AUCJ@093 zoEM0kQA83R>o}rBF6?;*TpCaB_J@;;jLyb2bw=-&i>92DI+7;k{Qvy`7mwYzc4K>~ zDb#Z8RYEvg?TL(=wsLo?bsQ_nUbdL0pq#sK`_|Rox#hSfF7&nu=P}`Y)1Dh7=q9a; zDD6>WPRmW3&HQb7;f0s+Q~h$`WM)5k!Ja<#@-cJb4P1;Iho=_mwn|4;dBW~RSw;dm ztS!yV*kyHfNZ;g&*kx<Brf>2y789t(Gka|U6YOgg%UbcU9v3bdxvX!m9^HpC2@$~e zZHX(W%qUMPmr&)nNo8?KQXX5a5!7(cf!$4<`mN%D0+&^kI-9`eN3fgZRxum_!%3C$ z)!EBVj_y?`meG+HvYl>|R$Pf**vtN${DCvj>Q#MvC6eV2k|MTlIveE^ngRRYsBDnt zC0&cox>(3cfqP_Q&MW~ATnd*molfOs&7XTm-_A0$)b?vF`o2xo=h%%@VPyJ2HQMsQ z7T!{>XF4*zUY7?)_avav^YuNKkXog|fs-{+fEBT@%_B$RvwPXm{TZ8K@0CFufKKnT z2{z?;{A%QI38N@i7th|HU2E*p+x0QcJc?UpJIToHY3lbe+f54SuH;YIeb5YYcK@M0 zEb+YH`6`J;hLr`NXS<VXsTiUX=LQ@h@YOeqA|~2`w(1)_YZZ`|=7iHn_p-701(~qn zLNIOSRnywjT#m}5^bsdf|A?XUnP&mL;Bc~OF4IcFx@3SJ%<Dy*xuOBzMQ+LM7!jqF ztNLDP;igf()}&&CO_0<Z!!QM6DOT}9qAJJ5(S7lzmB^FM`;Wa^XWpikI9*w4zXQE% z@cfk9qtMontL>$Z{MmdsNu$^)bR9aj<9!LK2eyrAt)L>!9Bo;jK4*`<Qx@y6L8M&9 znWnY$YFTh<Y0Kc)3P?V_X!k}gJXiU{PwW$YWk~sy=e(Q-zgykPCS;B*KA@eN+G}b9 z)pat4#=6^i;_2SzH`HcQL3^4@Bxz+=vfvscA4b?Rr0&+TeVBr6B`(5j;_YbjQDRMP zM|nYYoIquNin%?rbO<q3r$B>H<>=m+7gK21o?JggCo9vQJnUcYZ?;|Nz$GOdOZ%}~ z$EdA!=tIqRkw*1^wL2S^&Mb_%Gveid4kpiN?6qCmgPMqMn+W3_if9DSD<4Z0Vp<na zz!*Cpfk+gZ#)}YQweKX<riXYWwd$m@Wp}+Mw*;=DKy&mSjyQI?978YnI&vEcYu>6; zr=-L|J$oNI+am@ju&5pNPLi39v-H&J$`c={h;GEfXGVFd+=eA^(Pp*Eyha7S;x3%x zGsV%j@eXq*L}pJ09ldiJRJ5vhX>v{ZR0DM_vPm0t)x#)8H>txjn1TtvOx)2|_2z=v zt*5l%t~E7PN^()LI+cHls-DEY9qxElyEr-UL3xAq#OnzTNU9&p|0oMWr;N}M?^yJ% z#YZoaTN|SMklS)Ttk%*K1%$%FzU{=mR`A8KJ5iUQorpbb8`C*2&(yL&MN2X2TeusX zNe`66>ugr!=xs{Hh^8Jifz}P))HKW5;^B5#j+D8&vZdN)4E$Eji$|jSC@M?QN6J#P zxHi$TS#*r0&<-~~t4)vY!-vefcGE|P)|wGSK$Yz6j4ny&UaR1Sc6@X{t&*`nA`MFE zW7vZ_^<ks*dg8qy`z@Evy6d8Qo&5i~Gwj9H750k|-&A!eA|Q>-(qVVV%p}olLE{Xs zp>E+xV|G<1eO|2wDg|{}?}s|I4>HZ6SK|P4R<yl5<DxF@=*<=0Wd~6a_VTr^@0XX+ z={jO5{}aP`i%O&At2um-m$Thd`NrI(AxKfj$r<Gjje`aUfn};nR$?meHRQPq_infz zoUC>4mLp9i(k#(Bs-2L4(I6>UFMAfWm7n{*Ty7}$^NFKtigs_AsHx7;hE&w2$<`~| z+pk^wP3RcIaFV0W4N*xn)N3@}++)O!cG}L_G_Gp-&w)Wszt;Fyr=BF%I@=yhqWQe= zaF%X@N&ms|Ui$}4xzUE4hen~1P)RLEh$6qy^wqvu^r^cH43YUuWe`#k4j-~@X5XT9 zNk$`;F<uD|7~d)#``TTHqTwR-pm0Tu<Gjs7{d=M34&|N(slRBd8Be*DJkd84mCVkJ fr&}kHE(=U^^iCME(uZHk_d0#}c2?2;E0FvbM?*hV literal 0 HcmV?d00001 diff --git a/locale/en_GB/LC_MESSAGES/modules_itemadd.mo b/locale/en_GB/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..8deb2f9f68f2175524701a51333384e19b3678e2 GIT binary patch literal 627 zcma)(!A=`75QevfUiMURL>#6Eq*j%eB~U;PL6kJ0NQpq{w(1eHJJ}d{?bX<e$U|`C zVfr#W3$sZOH^fMvf6wTbJsv-8tUpE^Ys?n2&wOG=OdHqCXGSrb3^D&dM9~9lTfg|Y ztp8)>a>TNT_Pj-G7jQEV7_HQ|n}!TbU1N(?;#b)fxm(PG7#89$lGn~kxKPF*%_aOS z3K#~gJnSZElExFP9R)G=r7px-Q+km(3FXo*0x9c_3Ven?HQEQCc-K&lQ%5Bx7DIe> znTbB(!XtjEfD$@sdMMI8ksd&2PyX2do^r5JOz=*({k-WLDIY|(y4aC~-vR3xTA0k0 zg=69s>9nkrHc9TPlX#?T*{BjlhN_ZqMmlIegX8x<;v^mq$Ai~t@o3_{vjHu4GOzhb z0q?_3ZIrfM$Y+W?hTfm-TpYdn+K#74VqkMuXj@7+y3srz(~vUa+)?Ev*m{xrUZ)Go VZSSjvFFn}(){S3&_eJ0Q<!AbhwNL;6 literal 0 HcmV?d00001 diff --git a/locale/es/LC_MESSAGES/modules_itemadd.mo b/locale/es/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..68a442c6ab1040f0820da730942ba4f8be390cd4 GIT binary patch literal 8000 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 WMT%ZM${Me%N?kI`1F@K_0{H(!V1!8k literal 0 HcmV?d00001 diff --git a/locale/es_AR/LC_MESSAGES/modules_itemadd.mo b/locale/es_AR/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..d2a2d61057c0bd846161cb11c18053853b213eeb GIT binary patch literal 1867 zcmZuxOK)366uv-t8IWitBr3W%Vi8&?*LEDGjhu%PB`J!OK-4(wPv(xVCmPS(%)_a> z<43S#(;b_xkXW+Gwts*PE0+8Sz8S}fD>2geyE8uTIp6vF!M$G!tk19?VF&E{*l)4Z z`trS^_y~9(_yO>1;HSVxz)yfnz@*y&J_K$6zXhHFf5m=@{UOd@LAeF|2KY1XmVjU2 z{M)^v_!#&HFrEJdehz#Kd;t6lxD5OkxC(p-WB)+^7?|XHP)>GtfVj@SQamZfwBE;t zYF<e$#hmg<EBQ?;<#oGuMNrlhyH%Ao9R@k}`RnY(kuUb87fv-<<j4xvbSm9MIy!5# z<%&)?jC}Ef4I^c03YHi)hBg}fIy)xZdxE9nw2?v$r?`-$Wer1>a#95Al=NiH?2qih z&pcd>q?5!HaVEirJcK0;m4*Vt0ZbW+vpDcQCS?%7_pG&aQ>f*L;BHfG-$a{3T1;cJ zqqb=%IYcMhL<2}SDI=QNNYVs&o<#w7u$zOt3t%w=WDMajvVLyjN<rZq8BADdKG!mr z$4nO@gvQm#(un;$kH)D960D_PCU0{Xeq^JrNUO05aDaLu%SG2=#DT7?`7V&KCa^-O zr12`KiKL1H(_>k;sT0NxSx24dU1u1YjxxfIQKTouKm{!eXdv1OSH+357kHfVuquC& z&Z9y4^RWAL+a|Qq?zX$FlOG4=o<k8KR_=3<ed=|)t7Z3T*<GWRr~Ng2tag)N`9e-q zGWU+$df9tMy<We!R(793?udOT2ab)`j5mizJz-~Q&$^&qS=!`$-Z3&XXawuHjZC(o zXX?ncEC-Uu&~i1NP#H<55L13co9MgL9AzaZQtxQxgKv8qosdHd={78Gw~h~w5AM=N zj;%eE6{gC;v_Wz~z6_m4qs|*7M(n%{TW5pk<@%jmihU?ud4LjEC~=?G&sAuh=;&CN z&#fE#KA9#T{Z?;-W}jP+4Q<oPlZ{rfD}-9IEMkxwU}x>X88^o{OJ}!<U$;zM)Y?xB z6R0)_le->R$r*(e%7$KdOsDZ&RSXWJYtV{l`_x5_D@%qerpt(~xbaj;UrCZ4J(Wm( z;4`b0VA2-0=ZsF@@RNv~{pif=%7P;l!C4>KDN9Y1xL`eIAq_iFTYzm)o|2BTwqU(O z*2y%Oen;%|=A=3O%>o>~e&a)m0Yu-+8t|UuTu3$NpXd&nqrb?-fZvoGriQasd?j$^ z%Xs|;?t`u1G&yD`Mrx8{T1>A&^(uMJ7ocJ)$gRax8+ZNMU~pB+H`Xhmu75X4N<`L| zQGxXH0^o9<Rf;4lm>QaxAvc3S!F7Hnk7sfS7LAH}!RB%b0Li~bplLRsfN+ip{LVWh py9Sla9b99IVj#ez8Y6?iXlsw@a50|_|2rI()T|9d)OK-5{0H<cLx=zX literal 0 HcmV?d00001 diff --git a/locale/es_MX/LC_MESSAGES/modules_itemadd.mo b/locale/es_MX/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..285e4399005231e3fd612497d4bad2643c81a0ac GIT binary patch literal 4494 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 BkR<>B literal 0 HcmV?d00001 diff --git a/locale/et/LC_MESSAGES/modules_itemadd.mo b/locale/et/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..940fa6f7d7081dc0fe9b0bd80d22d5b7f1c033da GIT binary patch literal 7466 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 literal 0 HcmV?d00001 diff --git a/locale/eu/LC_MESSAGES/modules_itemadd.mo b/locale/eu/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..10fa4c6feee04083941dd40715f92930933e7537 GIT binary patch literal 6986 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 BQ%3** literal 0 HcmV?d00001 diff --git a/locale/fi/LC_MESSAGES/modules_itemadd.mo b/locale/fi/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..b5df87be2c9d314793807094c041d8375734cc97 GIT binary patch literal 6716 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 GtN#MklvBz8 literal 0 HcmV?d00001 diff --git a/locale/fr/LC_MESSAGES/modules_itemadd.mo b/locale/fr/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..e256ef77ed482ff5a17cfd4d3d942f8fbcfa9618 GIT binary patch literal 8721 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 PpD?huDm6owTiyQx-6z!I literal 0 HcmV?d00001 diff --git a/locale/ga/LC_MESSAGES/modules_itemadd.mo b/locale/ga/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..83c9d3f315acc76e5e7913524f9e9e46c61b81a3 GIT binary patch literal 3543 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 literal 0 HcmV?d00001 diff --git a/locale/he/LC_MESSAGES/modules_itemadd.mo b/locale/he/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..7a4686409ef3198364e7d89355aa354577081a65 GIT binary patch literal 5862 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 D9Cfnv literal 0 HcmV?d00001 diff --git a/locale/hu/LC_MESSAGES/modules_itemadd.mo b/locale/hu/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..6a04f90d5b36bd04c99c551e051fa35ea4913b22 GIT binary patch literal 6502 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 literal 0 HcmV?d00001 diff --git a/locale/is/LC_MESSAGES/modules_itemadd.mo b/locale/is/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..3acc78db69a56c16c677a07a5cd805862e83a824 GIT binary patch literal 461 zcmY*VO-}+b5Y^~ukDfh@i8meWf*)AKsE7t5k?88Z?hZ@MG9_&>@;i)w&)?zzM&e6e zI-S1G>+AQ{=GU5FUAQgW6>bRkg>y88pK^FA>s<4Pfp>3|N9+~&LOxi>8g5Nhk)LU} zEDGpF8V5*gs-}`hnm8Y^A4*%`)wB$lISt9+A;XR*6XiBun@Ae!N*$qUU?Y`M*N^v< zbVP`c^ls-a|8$3_Qb<p<QcK;v2@x}II8-J&ui?&(3^P1Q!67(?v$sX(f{EGInBsYI zZ@8SAk}xAP*3iqTGF;dk&dOyTjK34bK3r5b#83-v>T?=8U(#|)zt``senMg=9mkPa z-ZPs>ut*>AU{V>&Eyzd42a4_I>;{`F-P~nJ9=n{o!g8sh`D$Y_sHWajc;oyyXyD0W S8`||2EXy{-P8-rzvi1XEdWR_h literal 0 HcmV?d00001 diff --git a/locale/it/LC_MESSAGES/modules_itemadd.mo b/locale/it/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..c3828275d7268b5c647d9c6769e99383a24c96bf GIT binary patch literal 8286 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 T06T=3m&ehq8j&<e)s6dKua)KE literal 0 HcmV?d00001 diff --git a/locale/ja/LC_MESSAGES/modules_itemadd.mo b/locale/ja/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..3121cf84f10a0098d9e4c5203b3ded08812822c8 GIT binary patch literal 8316 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 WvuwBdbR9i#>)2WH`g-e!g!*4rpD>pI literal 0 HcmV?d00001 diff --git a/locale/ko/LC_MESSAGES/modules_itemadd.mo b/locale/ko/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..26e7c069ccfa7b7c474dacde799be57a6724d79d GIT binary patch literal 4795 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 literal 0 HcmV?d00001 diff --git a/locale/lt/LC_MESSAGES/modules_itemadd.mo b/locale/lt/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..cd1e57987d7afc78d97b6858f8c290b5329a38f0 GIT binary patch literal 7049 zcmai&TdZ7F8OJw@T&hyV3kWI;<kAD3IhV?9+ENOoq_ngrJ*Qwb2G-18XJ(z*m&smx zPdkJJi8LWb;*&I9lg2j@NFeBgp^4<27vhW2_+XU8#0Q_%7=82it+n@@Ih4rG+2_A6 zYp?J2|GsandGFfGzaMez<@_S&zb=cS6X0(@%0G^)J{Cov1g{3a0A2@P3oe3JfQLXC zdKA1GJW=Cm@G9<m;GJLsUI(5BKMuYQ%J^S{GXG|M|9fx;_kRIj0RIkt8cY!;<DLWe zq2o)SJb(Afpx2*4k@Iix7Vu_-e+oPVUJjlDnJW4^DEdDQiXN_h{v0Ud&ehMq1K!B} z%k}d&z#k*`SD@&(%0EO!Pl0!Ueb9p61HTFW7hC|JM93WYB6t9N0~9^}0d|@1KcL9{ z2F8gWp9W>#801xyfMU<t8h-?eUKhddf`0-f4*hF_T^T6%&x1FBFV^=z15qjZIrul^ zzE!{fAx_%G^S3~;<2?`)qbqQ(;7)KScs<CgXjhH*gYw;DU<-7h%zput?|uP(0(=YP zFM6lG{{#3_?*9sY4*V9u_&oSB_%wRG3W}U-J{$aY6S$lEBj7#Y7!;nq3W}ZYg5tm5 z)zAM3ihuqI@)zwyi0E}ID0a+)3OoQx9G(W>MD7|Wyto093NKrr*mp0eWgM7*?|>4| z`RjwfPJ>_N{&`U3{1QCCe7^x@{>uo0#Pdo};<*zP{cZ$r2JZ!BzSE%O*SEnJz@LC( z-z^Mgs%Q?B`-eaocLWr9J&>VM1|l|^=WKKC;S@gI$0>*S;x2y`{(S_H`DCsRC+7Pa zAht+6<&gMEY(%~sVh?nS?w1>myEzf-<1P1};S?Lio+ZwEIcE<j=WP~03#aAyN&p|z zMXn{r68}5v=fcTb>+1%@Zi%I;9|%9>khsY~i2Nab7jE3fc@rm;i@wAuas4vq?VJmo z;=gFuscfz{FukGDNwWP;4YT}Arpn34xS2O@k|s7Ay69l9w0RaCjAJ>~VVf{cu8x!@ z4Ogd59^)cYmM7|rEeEO`80B<oR3`s)QWzailsRi%>Dtl5`DmiL+8MRRY%;{DGVer( zjO!J4<mDZ*h3S=fF^Q&E9d(<FM82PutE^Gya9${9dR1Y|i5gYKD0jx~R+GF^J)PZA zstQ@<z&f>NbXgTfRat2hujZq8#1s>?g7)fQoZ1W}3yo;i%d<7xXSh?E`Ae0rsl@bk zqN-7n>sZCLlGb3=;UZ7fvAoCY6;q5&5uQA0x@uYXO>`t3<wfaDcFJaDt{Ty6@}<sl zyjG|)rt46pt<)n~$-P#%S9ML2pTSAoGC+-(kS``@_`;~1@Zs<b4K+S#rafbmMB>ed z;t4*k)#gK$n%L@EnR1{@g2!DJyD%FML<U+M&+$tbu_p7}fj}dg*{okH=hbR_F$sQm zgS<*&M#f$@vB5J#E1YYgR$sY9yMfwe`n%PjEJvOBd2?2$qr|j(c{)FxZ+@<=qGR6e z4HfWrH0x<~D#T-1mjf4}@xUt=$0k<JW<7k9dv-d!hyKnakjuo=p<)4)Udt==_2KYr zLF;H)7nrLW(Gwn&gJ^k>mw9y3^k(0QTJ<BJ5+@C$iB|O3M1c_yfp1q#S)!jKL&l<D z)$1AO)~Y0#L@V|g29He7u1&n-0^b^EAfbtN;+f_=(^TMr7M?>}ohb)@Lwdp85QD4< zKU_(-6R^TbeJ^gGeW3QG_rk1`_s!b}n*4zmt1xaP{`TbZj8LA9A`aI1=_J2{0<#w2 zWYjDNWNAHxr)n2UkKu;ylHw8(Xxebu8+K-ptATcn9izgInZGZo?sBh2&AP;<(AkHO zd1gg>BA>~nCXn5wwz$e<B%B=^73)$9AKPlaOh<|eFkiW1eytqML!zA0(4UJ|N=+7@ zko;b$(o|ES#1%qt?*t;6R<0yt`%LaRU$fhfYm}L6xs5NVOeCvt9M2vpn;E3+RNbio z6DdG>M#8Uo?>2J@D-x;}6ZtyP{t!voSSL0{(&KtaGDto2evu;5%sCOAq-^_WbSFNf z5(O$<6Z+tCPgWa@poXEdpMGnm@WHffNiA}-A63~j?0#ygfPvO=j%70EfJ{*%Q>4~8 zx{<UCuUyc3sxy*onV4v`(3x9<V}XC(IMR69h$xt7Aw5ItbjSt&pr%_*@9?#cX4AsF zB3)yeWWsDznVrn#biBHh>xtTxSbThVb$QO`VNDG+N_0<Lmf^0c`gIx;2HY*``odtl z3Eh$>qyu#;m5NhW{Gh*3W?Gtgb1JiE1Nl>fAGTt<m5tjYEqC=hq)JMJ;_Z!1^OzvO zI9fttG|ayD?z?d`>xD?_Bd2f7r%2|NuxN-*6Jl>^C<~#5Nk&hb*QG<YydVSPxcz^I z_;;aI))91D&Duv~RG6_iipYd|Ui;FQIV_n<!+FbMmVr;g7=(*EZVOe58sVzMPcth{ z&n^?%QE#9#8vL4Hg@n!$x=n=hDCAK-GTBqI;6bd4^Ij!E)P9{)m^7z9NXy4+N=&p| z<m+^&){(gN1nCCdJ53qvut2F7UTU$u&|cVa(#WEs^|<TXxb;xgcdgaDqjoHxSZzH_ z_KJwsAzhk|T3T4Rr?s%BwYa2~mO4xK-L=3I2DVO`u@xyFFm6w0VJVC|M&MgMtrA%p zb<`nU*vhHRw{1COf{mBtZl4=YTxs2dZj^A}PRa*%9K$yiONrL1(P>8=V|iHV%+jOw z4fAyLR8l@TWSvD@&U$t|4<9{#<nc$gtjE+H4^ypiT1$A>QKdOs&XYqn+pF+?L7&}! zYV~mIzO8X}31~e+<&LS`9d%#VmOGY{s?bS`6=Ui;N@XK|@AmK6OHRtG{kyW;78myK zUsSi>uH<sz=KYI{>VR5M9e@A8{v~<khb`<|Tu{$G8^-ZsVUB@|3|yMqyW?xEM@?q@ zQnI6tKBTG5L~W739nt37lXT;JY3Gld&5Pku5r*N$IbPYVSK(4#iL)=-EGMs2X-Ad& zz=6)D-JI2x)Xgd{@>sj*31f#Y<zl(8u?U@Bs5ROxGac8}I(@aSE;A#cB&%PPdL$Gc z29^2HR?@aP#~RPtbn{KMt}8VubUQklkL-GtmzLLk)`&6yjYSZ{rl0U=<MmE-a8&5c z3lmZ9AmPl0GZ$gG&v*IOXS_ZM6K$jTimv)qn$yElQ`%J1vo<fVuBDOMbi#rn(^ZTz ztQj^h#)YOa>$W<|(p?YB$=K_;d12#qmcwNpZ=91vV`U2sLozm70WpDngB7R7lUhFZ zY`i|)IFG2x5)-tS;An3M>{ro|%?m2YhdM!U-E3^`pR)cp1q*g;t5^q*<gwo$c$Gp} zm|YAJebCG@*U<8TG}2J`ZBF&tcx`MPFATlER70YJ@>|opv5{5I#(A;G$5K&)YBObd zQ3^X6hi&{oOfm@;HnX95P-nLq;(?0U3uqv2rqKoMC+o6PI9Lt~V@F;Wc*d>{1NcKe z-{SLiW4UL|OF^1y!+_wijdQ#4G2OFN)0fOQB%B1Vt8L$t%F8G#)h#w(8E#&HU24~8 z{7k#^VVeln1`;7#i_?}Z#QQ?i(6k9_uJDCr<nfL3g~qv!cf36mHV9!2k25pUbsp>J zctze#P|-WQ;w27aWf_K&;;Os(3a>p$bu(pju)>_uxXk7%ne=H94VPg3QPG3luk1RO zwHsE@4aFLMZ`t&LFD39;aWJbW%ON+1hBYsA6*fAuh^O@?1@Yc$%7UazNp@OcUp-2> zjq^iU3NzuMNo-}9*z3dIa6ho#GbB(Ih6oiJ28~%mW6C-+ix(Ons9j-)I#*Lps5+Je zqq<O3q-F$iGSyaQj5OO9$@5sE%MNDawJ=Ij=92XD+ZgY9>VvR0)E%K{O>cS`!SY7= zwk%4}A-zsQWqg^H6X!KDyH%GAVJl+L0r4`D-$j}XL+7cjDf<+W!D?Gd35n-s@~tku z6@y3^m_>$RGKmuEiCj`Js)7m*`(cn(j=8%b-&uU5+BeW99sC|fvxgawQ`<K&Z90JV zt-zNRoVT8{PtDkxS3@27l2Vf7p1@M`MPEv_3;m<Xw1(-7$Yk$A0p6l4u6>NU>pu<J zj;)bxI6>LGXi|wO*H}P{D5<5vPH7T(xU_6F>Rg(cSDfGzSyN%DezJEP@<1w}6dByM zrG)gPX>gdNiH?)qQo21jv%*3GD9R?^H{zNkL#@X)UvX#}NFtu9tGGBq=xC@~($t>Z zs?~MLY{E(EN-)K(P^XV7!UwzgW}7r64wQn8^F-nU_&!^XP1AYnmf$P#VcA4WQq>Q+ zkp4UqiYAYSR4r*4m9!Sms(4yXWzW)9^;|RGUdr{R8_iN(!cV!cvy?qysN{ZcGA#+y zf)C?ae?tfS7J9`@#z_?jj9`>kgnzP*+3q`*JSpbDD<_pP>{2Yz;MYp2e^c}e3zj^x zFyQB*uwWt+!-9#$&dH#wv?^I^T-rjL5q12nv|XGWl%&4nB7S<J%e5~V*^HTTXr`UB zMyU8@gmi#WxMbuB-7t#y)biLL`I;c@U+TT)XHU<6*|ij18dcqgrRz^wKwaOqZ}D8C u4Pat4?OwiiHS0ir-mTxiZv!)w<(5<%Eni+B^Z7Y7+UBR`chs>Ih3J36m%C2@ literal 0 HcmV?d00001 diff --git a/locale/nl/LC_MESSAGES/modules_itemadd.mo b/locale/nl/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..2f72eb8ddcc90511e7e4a4b8b64d0c6adaaa24c9 GIT binary patch literal 6805 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 ZotFAvXAP@ZZ|ZiXiJ>e>uN9V5{{@gpF4_P9 literal 0 HcmV?d00001 diff --git a/locale/no/LC_MESSAGES/modules_itemadd.mo b/locale/no/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..c649683f49e56e66703733a36ac5c44935725b27 GIT binary patch literal 8338 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 U^*#QtV*efuglqR$uNdxs0frIu6aWAK literal 0 HcmV?d00001 diff --git a/locale/pl/LC_MESSAGES/modules_itemadd.mo b/locale/pl/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..a09528c8725983eb77a0af5aa942f5cfefc44e6a GIT binary patch literal 8554 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 bDElf(2jL7Zr<KLixhnIL`3Lr>4XOSI?N*#P literal 0 HcmV?d00001 diff --git a/locale/pt/LC_MESSAGES/modules_itemadd.mo b/locale/pt/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..2f80ad483fcdf40287b0b71e8582bbbc42b23208 GIT binary patch literal 3443 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 Fe*u3D5c&WB literal 0 HcmV?d00001 diff --git a/locale/pt_BR/LC_MESSAGES/modules_itemadd.mo b/locale/pt_BR/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..f1d642575fc78b26683dcbf024b3948e9d482bae GIT binary patch literal 6614 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 literal 0 HcmV?d00001 diff --git a/locale/ro/LC_MESSAGES/modules_itemadd.mo b/locale/ro/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..2188655902fdf0c2dba079bb7a02b2621c64eb8c GIT binary patch literal 8125 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 De%6<@ literal 0 HcmV?d00001 diff --git a/locale/ru/LC_MESSAGES/modules_itemadd.mo b/locale/ru/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..840d6a4cab459180c5be89fdae18422cdd15d014 GIT binary patch literal 9166 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 literal 0 HcmV?d00001 diff --git a/locale/sk/LC_MESSAGES/modules_itemadd.mo b/locale/sk/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..e7290143b9f3e2795dff889a3092b87eec2bc78e GIT binary patch literal 3325 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 literal 0 HcmV?d00001 diff --git a/locale/sl/LC_MESSAGES/modules_itemadd.mo b/locale/sl/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..0aa570fcec0f5e6d47bbf4d022672b86d8de5878 GIT binary patch literal 880 zcmYjPO>Yx15H+QIE#j*ZHx9#r6LQ#1)2eKn(vmh1l+sl<6jX6>cPE<-yLMzd5k>tQ z-1tFo=FW{@z=;!#cN@Y;PtW6d9?y*ZV`cd>BfCy`KzL8MN%%r=_LXph@QrYf@SSjr z@RM+b@auwq6E73~5IncO#MsgjV|R#elfQDA*2E8q?-B>Z?)-CNr+-O&l{hB8Pkcg5 zN2{E!HfK&xDJyeYlCW#F%h+z3LeFApSXZkO`YI6x#HeSe>z%iF3X#Z=MI&VuJ3@n& z#bSoc<Q74sWiDBy)ff}YdnrFgZE__;cp-`c^;ro2u7IH7H+(NT9Po}tVM)gKgvAh= zzQ4--b>3WqAP8Hn$9~{DAwR-d?$RxE>)dbg=2Hlo;hJCT`odT~&_bF*SfxXFB_w`= zfmR~{TVv<!Sj-AcMI%w=w$~Rjn^I4FfT9c`F4PQVE+lMab<x~jWTUIiPLUgH8b(cZ zf<vV<Y)G`*-a+qRf6*@W=5>^`D5;jS2{mQ$qkS?dL@qZW83|2;Yrh$E`Nl%$ZW*HH z`!Z2!F0&9ePIK!;#Z-%eca<(p2y#-nrrp|vdfAqbXg=+B0MEb&Qq*pf++g9Z!uk0; z)S^(6LaUqJJ02-abIa#b_-_D<U`I`*b*~rq50Cd>_jVVdxEe&K?kI$*9a2kdPo-iE zk;b${i|mBj&jgt2CyfP*!AuIY62Z9H<}5Dq4}wuCQW+~|v@xpos}Ds3*CNTsYOekZ Dski86 literal 0 HcmV?d00001 diff --git a/locale/sr/LC_MESSAGES/modules_itemadd.mo b/locale/sr/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..92e406304a7737b8a91301d90b34ef165c5298a7 GIT binary patch literal 6978 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 A6951J literal 0 HcmV?d00001 diff --git a/locale/sv/LC_MESSAGES/modules_itemadd.mo b/locale/sv/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..645b1b9b9b0e0dfa2d289a20e3de0922b373cedc GIT binary patch literal 8553 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 literal 0 HcmV?d00001 diff --git a/locale/tr/LC_MESSAGES/modules_itemadd.mo b/locale/tr/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..b3e66bd14a6a3d6c82b66c6e981fc410342d19b7 GIT binary patch literal 2308 zcmaKsO>7)B6vqt|XcuUql=2NO5Yh<Ec9T#j8xp$BM;nr=t7KEi37j2g*UXH)vOOsi zAtc0^3lim6E~pZhDwiBkgoJjHK!Pjc)C=MSf&&sl;==#U&L#~9to8i-?C0nAVeieO z2R>nFL+DSS&)mk?X)wMWAGEV~Fm@MM1My=Q@Hqr77Q74|g#0%6FsQ(Lzz>S`kHGsN ze_F_&gC)o}zz4uD3w{qi3i&2@KlnFz06c`xo#0{cD0mDc`@_ZjIEWv6rI?=rABX&U zF~1Jdc@cOwxB<Qfz7LY!uR#1*51(hi??BrB8%S{<gc9)x_!xM+kViqXdj|X%IhzK_ z{*O>5dpAK^{~5d&{Jr2m;M0%~LYdZ2g0ycOABt<Dm_H95hP(t)K14waJ`edrko3O* z$^JG-=XSv(;J3y6PaxIn7Z69YKfnjUzrd%!5{d`c*$7DIohsxha0K!Uh#%AVko_y* zv*3H+L*Qp1#jy>NKVO4Sf<J&bg8d4T|9^r=Q(kkFHs1^6jr6FIpOj;$?l#&>_lIgi zt+<x?T_c%dqV@<n`F9+h{5XM5d8U{sUdquibZXC`Q;u$JRC~IAlnZL~7N}9I9G&hS z#YHX88#qKlt?8A~tQLmU`J9TS%SZEGCjHUM(xPM2rjzkC;Ur&&iWZ4<+?y(!k*;Y~ zCpR*qtZaH?GqyXb@*&5_D5otL>A@Lu)+Bt<G)2sprQML0Ey@;z!Bz!7Ze8Xpo!E$w z*M)C8Ru@)kzpI>K!nawyZM<PivU%$o87ijoNS36No-K<F$@&N9CNcJ2>6YUTD<OAj zvnichPvbaa%W4zKURcjBk*CXPk_d#^XiI)YuDRTQ9vb9C8_(OYz&p|=$~h#L62+~A z@4hWO4+mK)vxf4qWR0vN*{Vr-k~+`fy0l#EsnKo`hUNcJDYIr<=$2%O3DtVWOh@Xs zs8~1)ZZ*>cRz+STD-(mro$?Y^6Qx<*ns-pPU_J~kOG^${`FRn?(q>gocOt(De6(CC zS4#CujbIwFkgZ@wcv<CRmCES=zp-&%8LN)I_(BCUPz;vjh9Yx&dM^c)v0&_FUa3?o zmA>Aha6V{Qp<OI+b#Sza5dZx0`~rV9cknFMOl)+yX_BeZBH~O%O9l-ok}7YcHd3zr zUsYpUQ>BaZ7iafEg8!vygXC(Qhm2Rbm+$&homeP6!I3|UYcaXfm<!JA>5*US(gw4- ziOlL&m7iHtzEqD>E8<|z*u+)2?&PAI9Gl?%;p9opPfYUBk%`iqLEWGXJ{UN@>+{~y zv`Mw6Y&TYx7G_sV>;i6ggiAUb;d;y%mkFK^yH{Hhb?FPZ%)=x|QfkOV#wazZiZB+o zx21bqJi@CLv8b|I_j+$DibW#WLM&W&+YXq&(Eb^<u(#DeE;qo>r7@mhwEIGbL!sHK zaF{5J;QalMbhWz!cM>^J;HxIijj@^*gUP|sw3xCvdb6uitHClE&E+COw%prV?`_!_ zzKblR$J>8!g%f=<wM;<6;y>z}YZQJK3m%brsNztub0$kYJBLLtG$+Db_v$9By)k&f z$QfTtInqQ4>h5q8rHSBb6TW38D(Bl{<dHSHJ2tOQA|tN4*OeaZ;w@!S3S4}xHp{z_ y?w<{1@0x-q%JyHZ$|Q#)`=4!hJL>Kv0uR?^MyCvQKz(fg>1N$+Exl^u9QH4taz@4g literal 0 HcmV?d00001 diff --git a/locale/uk/LC_MESSAGES/modules_itemadd.mo b/locale/uk/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..43e10a6638bcad4b89c0e6dca73d08bc71448ddf GIT binary patch literal 8349 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 literal 0 HcmV?d00001 diff --git a/locale/vi/LC_MESSAGES/modules_itemadd.mo b/locale/vi/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..dd8a3671841045654ebf331f43ab4cd552516b07 GIT binary patch literal 7600 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 DtoI2( literal 0 HcmV?d00001 diff --git a/locale/zh_CN/LC_MESSAGES/modules_itemadd.mo b/locale/zh_CN/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..9bb06b27dff6dec4c49289ca4f6cb703339ee1da GIT binary patch literal 6352 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 YTMvg&KrsFq6Pb%EXD>;WRcyxWze0x{$p8QV literal 0 HcmV?d00001 diff --git a/locale/zh_TW/LC_MESSAGES/modules_itemadd.mo b/locale/zh_TW/LC_MESSAGES/modules_itemadd.mo new file mode 100644 index 0000000000000000000000000000000000000000..c01fc7d7afd12299676c93790206a92d11f7eebc GIT binary patch literal 7856 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 F{{XKMnDPJs literal 0 HcmV?d00001 diff --git a/module.inc b/module.inc new file mode 100644 index 0000000..4ae0cfb --- /dev/null +++ b/module.inc @@ -0,0 +1,96 @@ +<?php +/* + * Gallery - a web based photo album viewer and editor + * Copyright (C) 2000-2007 Bharat Mediratta + * + * 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + */ + +/** + * The implementation of the ItemAddEmbedVideo + * Supports ItemAddEmbedVideo + * + * @package EmbedVideo + * @author Alan Pippin <apippin@pippins.net> + * @version $Revision: 1 $ + */ +class EmbedVideoModule extends GalleryModule { + + function EmbedVideoModule() { + global $gallery; + $this->setId('embedvideo'); + $this->setName($gallery->i18n('Embed Video')); + $this->setDescription($gallery->i18n('Add embedded videos from the web')); + $this->setVersion('1.0.0'); + $this->setGroup('import', $gallery->i18n('Import')); + $this->setCallbacks('getSiteAdminViews'); + $this->setRequiredCoreApi(array(7, 4)); + $this->setRequiredModuleApi(array(3, 0)); + } + + /** + * @see GalleryModule::performFactoryRegistrations + */ + function performFactoryRegistrations() { + + $ret = GalleryCoreApi::registerFactoryImplementation( + 'ItemAddPlugin', 'ItemAddEmbedVideo', 'ItemAddEmbedVideo', + 'modules/embedvideo/ItemAddEmbedVideo.inc', 'embedvideo', null); + if ($ret) { + return $ret; + } + + return null; + } + + /** + * @see GalleryModule::getSiteAdminViews + */ + function getSiteAdminViews() { + return array(null, array(array('name' => $this->translate($this->getName()), + 'view' => 'embedvideo.EmbedVideoSiteAdmin'))); + } + + /** + * @see GalleryModule::upgrade + */ + function upgrade($currentVersion) { + global $gallery; + + list ($ret, $params) = + GalleryCoreApi::fetchAllPluginParameters('module', 'embedvideo'); + if ($ret) { + return $ret; + } + + if (!isset($params['embedvideodefaultVariables'])) { + $ret = $this->setParameter('embedvideodefaultVariables', + 'height=240|width=320|useInternalFlvPlayer=true'); + if ($ret) { + return $ret; + } + } + + if (!isset($params['embedvideooverrideVariables'])) { + $ret = $this->setParameter('embedvideooverrideVariables', ''); + if ($ret) { + return $ret; + } + } + + return null; + } +} +?> diff --git a/po/GNUmakefile b/po/GNUmakefile new file mode 100644 index 0000000..39d27c6 --- /dev/null +++ b/po/GNUmakefile @@ -0,0 +1,5 @@ +GALLERYDIR ?= ../../.. +TOOLDIR ?= $(GALLERYDIR)/lib/tools + +include $(TOOLDIR)/po/GNUmakefile.inc + diff --git a/po/af.po b/po/af.po new file mode 100644 index 0000000..277e820 --- /dev/null +++ b/po/af.po @@ -0,0 +1,304 @@ +# $Id: af.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"POT-Creation-Date: 2003-02-11 03:09-0800\n" +"PO-Revision-Date: 2006-03-16 09:59+0200\n" +"Last-Translator: Renier <renier@gigaskills.co.za>\n" +"Language-Team: Afrikaans <gallery-translations@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-Bookmarks: 759,-1,-1,-1,-1,-1,-1,-1,-1,-1\n" + +msgid "From Local Server" +msgstr "Vanaf u Bendiener" + +msgid "Photo" +msgstr "Foto" + +msgid "From Web Page" +msgstr "Vanaf 'n Webblad" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "Voeg Items by" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Verskuif lêers wat reeds op u bediener gelaai is na u Galery. Die lêers moet " +"reeds op 'n bepaalde manieru bediener opgelaai wees (soos bv FTP) en moet hul in 'n " +"directory bevind van waaruit u op alle nodige maniere toegang het. As u Unix gebruik " +"beteken dit dat die lêers en die directory toegansregte van ten minste 755 opgestel " +"moet hê." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Vanweë sekuriteitsoorwegings kan u nie van hierdie funksionaliteit gebruik maak " +"alvorens die administrateur van u Gallery werf 'n aantal wettige directories vir die " +"doeleinde opgestel het nie." + +msgid "site admin" +msgstr "werf admin" + +msgid "Server Path" +msgstr "Bedienerpad" + +msgid "You must enter a directory." +msgstr "U moet 'n directory verskaf." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"Die directory verskaf is nie geldig nie. Maak seker dat die directory leesbaar is deur alle " +"gebruikers." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"Die director verskaf is nie wettig nie. Dit moet 'n sub-directory van een van die " +"directories hieronder gelys wees." + +msgid "An item with the same name already exists." +msgstr "'n Item met dieselfde naam bestaan reeds." + +msgid "Legal Directories" +msgstr "Wettige Directories" + +msgid "modify" +msgstr "verander" + +msgid "Recent Directories" +msgstr "Onlangs Geopende Directories" + +msgid "Find Files" +msgstr "Soek Lêers" + +#, c-format +msgid "Directory: %s" +msgstr "Directory: %s" + +msgid "File name" +msgstr "Lêernaam" + +msgid "Type" +msgstr "Soort" + +msgid "Size" +msgstr "Grootte" + +msgid "Use Symlink" +msgstr "Gebruik 'n Symlink" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "" +msgstr[1] "" + +msgid "Parent Directory" +msgstr "Boliggende Directory" + +msgid "Directory" +msgstr "Directory" + +msgid "(Un)check all known types" +msgstr "(De)selekteer alle bekende soorte" + +msgid "(Un)check symlinks" +msgstr "(De)selekteer symlinks" + +msgid "for selected items" +msgstr "vir geselekteerde items" + +msgid "Copy base filenames to:" +msgstr "Kopieer lêername na:" + +msgid "Title" +msgstr "Titel" + +msgid "Summary" +msgstr "Opsomming" + +msgid "Description" +msgstr "Beskrywing" + +msgid "Add Files" +msgstr "Voeg lêers by" + +msgid "Start Over" +msgstr "Begin Weer" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Voer lêers na Gallery in vanaf 'n ander webwerf. Verskaf hieronder 'n URL na 'n " +"webblad op die internet en Gallery sal u die moontlikheid gee om elke media lêer wat " +"gevind word na hierdie blad op te laai. Let op, as u 'n URL invoer na 'n directory moet die " +"URL eindig met 'n skuinsstreep (bv, http://www.voorbeeld.com/directory/)." + +msgid "URL" +msgstr "URL" + +msgid "You must enter a URL to a web page" +msgstr "U moet 'n URL na 'n webblad verskaf" + +msgid "The URL entered must begin with http://" +msgstr "Die URL URL verskaf moet met http:// begin" + +msgid "The web page you specified is unavailable" +msgstr "Die ingevoerde webblad is nie beskikbaar nie" + +msgid "Nothing to add found from this URL" +msgstr "Niks gevind om by te voeg vanaf hierdie URL" + +msgid "Nothing added since no items were selected" +msgstr "Geen items bygevoeg aangesien daar geen items gekies was nie" + +msgid "Recent URLs" +msgstr "Onlangs geopende URLs" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +msgid "change" +msgstr "verander" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "(De)selekteer alles" + +msgid "Add URLs" +msgstr "Voeg URLs by" + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "Verstellings suksesvol gestoor" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "Plaaslike Bediener oplaai paaie" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Spesifiseer die wettige directories op die plaaslike bediener waar 'n gebruiker lêers " +"kan stoor en dan weer in Gallery kan oplaai deur van die <i>Oplaai vanaf plaaslike bediener</" +"i> funksie gebruik te maak. Die paaie wat jy hier insleutel en al die lêers en " +"directories in daardie padbeskrywings vervat sal beskikbaar wees aan enige Gallery gebruiker " +"wat oplaairegte het, dus moet u dit beperk tot directories en lêers wat nie sensitiewe " +"inligting bevat nie (bv. /tmp of /usr/ftp/inkomend)" + +msgid "Path" +msgstr "Pad" + +msgid "Action" +msgstr "Aksie" + +msgid "remove" +msgstr "verwyder" + +msgid "Add" +msgstr "Voeg by" + +msgid "You must enter a directory to add." +msgstr "U moet 'n directory verskaf om by te voeg." + +msgid "open_basedir documentation" +msgstr "open_basedir dokumentasie" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"U webbediener is ingestel om te voorkom dat u toegang tot hierdie directory kan verkry. " +"Raadpleeg die %s en gesels met die administrateur van u werfbediener hieroor." + +msgid "The webserver does not have permissions to read that directory." +msgstr "Die werfbediener het geen regte om hierdie directory te lees nie." + +msgid "The path you specified is not a valid directory." +msgstr "Die pad verskaf is nie 'n geldige directory" + +msgid "Save" +msgstr "Stoor" + +msgid "Reset" +msgstr "Herstel" diff --git a/po/ar.po b/po/ar.po new file mode 100644 index 0000000..e19d3dc --- /dev/null +++ b/po/ar.po @@ -0,0 +1,296 @@ +# $Id: ar.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-31 20:26+0200\n" +"PO-Revision-Date: 2005-08-14 13:34+0300\n" +"Last-Translator: Mohammad Saleh <maoaf@yahoo.com>\n" +"Language-Team: Arabic <gallery-translations@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgid "From Local Server" +msgstr "٠٠اÙسÙرÙر اÙÙ ØÙÙ" + +msgid "Photo" +msgstr "صÙرة" + +msgid "From Web Page" +msgstr "٠٠صÙØØ© عÙ٠اÙØ¥ÙترÙت" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "أض٠٠Ùاد" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"ÙÙ٠اÙÙ ÙÙات اÙÙ ÙجÙدة عÙ٠سÙرÙر٠إÙ٠اÙجاÙÙرÙ. اÙÙ ÙÙات Ùجب رÙعÙا Ø¥Ù٠اÙسÙرÙر ٠سبÙا٠ع٠طرÙÙ " +"(Ù Ø«Ùا٠اÙإ٠ت٠بÙ)Ù Ùجب ÙضعÙا داخ٠اÙ٠جÙدات اÙÙت٠ÙÙ Ù٠دخÙÙÙا ع٠طرÙ٠أÙØ© ÙسÙÙØ© عÙ٠اÙسÙرÙر. " +"إذا ÙÙت تستخد٠Unix ÙØ°ÙÙ ÙعÙ٠أÙÙ Ùجب أ٠ت٠Ù٠اÙÙ ÙÙات ٠اÙ٠جÙدات اÙصÙاØÙØ© 755 عÙ٠اÙØ£ÙÙ." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Ùأسباب Ø£Ù ÙÙØ© ,ÙاÙÙ ÙÙ٠إستخدا٠Ùذ٠اÙخاصÙØ© , اتص٠ب٠دÙر اÙÙ ÙÙع ÙÙÙÙ٠بإÙشاء ٠إعداد Ù Ù٠صاÙØ " +"ÙرÙع اÙÙ ÙÙات" + +msgid "site admin" +msgstr "٠دÙر اÙÙ ÙÙع" + +msgid "Server Path" +msgstr "٠سار اÙسÙرÙر" + +msgid "You must enter a directory." +msgstr "Ùجب إدخا٠إس٠٠جÙد" + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "اÙ٠جÙد اÙÙØ°Ù Ù٠ت بإدخاÙ٠غÙر صØÙØ. تأÙد Ø£Ù٠بإ٠Ùا٠ج٠Ùع اÙ٠ستخد٠ÙÙ ÙرائتÙ." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "اÙ٠جÙد اÙÙØ°Ù Ù٠ت بإدخاÙ٠غÙر صاÙØ. Ùجب Ø£Ù ÙÙÙ٠٠جÙد Ùرع٠ÙØ£Øد اÙ٠جÙدات اÙÙ Ø°ÙÙرة أسÙÙ." + +msgid "An item with the same name already exists." +msgstr "ÙÙا٠٠ادة أخر٠بÙÙس اÙإس٠" + +msgid "Legal Directories" +msgstr "٠جÙدات صØÙØØ©" + +msgid "modify" +msgstr "تغÙÙر" + +msgid "Recent Directories" +msgstr "Ø£Øدث اÙ٠جÙدات" + +msgid "Find Files" +msgstr "بØØ« ع٠٠ÙÙات" + +#, c-format +msgid "Directory: %s" +msgstr "اÙ٠جÙد : %s" + +msgid "File name" +msgstr "إس٠اÙÙ ÙÙ" + +msgid "Type" +msgstr "اÙÙÙع" + +msgid "Size" +msgstr "اÙØج٠" + +msgid "Use Symlink" +msgstr "" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "" +msgstr[1] "" + +msgid "Parent Directory" +msgstr "اÙ٠جÙد اÙرئÙسÙ" + +msgid "Directory" +msgstr "اÙ٠جÙد" + +msgid "(Un)check all known types" +msgstr "(اختÙار/ ازاÙØ© اÙاختÙار) Ùج٠Ùع اÙØ£ÙÙاع" + +msgid "(Un)check symlinks" +msgstr "(اختÙار / ازاÙØ© اÙاختÙار) ج٠Ùع اÙرÙابط" + +msgid "for selected items" +msgstr "ÙÙÙ Ùاد اÙÙ Øددة" + +msgid "Copy base filenames to:" +msgstr "Ùسخ أس٠اء اÙÙ ÙÙات Ø¥ÙÙ :" + +msgid "Title" +msgstr "اÙعÙÙاÙ" + +msgid "Summary" +msgstr "اÙÙ Ùخص" + +msgid "Description" +msgstr "اÙÙصÙ" + +msgid "Add Files" +msgstr "أض٠٠ÙÙات" + +msgid "Start Over" +msgstr "اÙبدء ٠٠جدÙد" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"إستÙراد اÙÙ ÙÙات ÙÙجاÙÙر٠٠٠٠ÙÙع Ø¥ÙترÙت آخر. أدخ٠اÙعÙÙا٠اÙØ¥ÙÙترÙÙÙ Ùأ٠صÙØØ© Ø¥ÙترÙت ٠سÙÙ " +"ÙØ³Ù Ø Ù٠اÙجاÙÙر٠برÙع Ø£Ù ÙÙع Ù Ù Ù ÙÙات اÙÙ ÙدÙا اÙÙت٠ÙجدÙا Ù٠اÙصÙØØ©. Ù ÙاØظة إذا Ù٠ت بإدخا٠" +"عÙÙا٠صÙØØ© داخ٠٠جÙد Ù٠اÙÙ ÙÙع ÙÙجب Ùتابة سÙاش بعد إس٠اÙ٠جÙد ٠ثا٠(http://example.com/" +"directory/)." + +msgid "URL" +msgstr "عÙÙا٠إÙÙترÙÙÙ" + +msgid "You must enter a URL to a web page" +msgstr "Ùجب أ٠تدخ٠اÙعÙÙا٠اÙØ¥ÙÙترÙÙÙ ÙصÙØØ© اÙØ¥ÙترÙت" + +msgid "The URL entered must begin with http://" +msgstr "اÙعÙÙا٠اÙØ¥ÙÙترÙÙ٠اÙ٠دخ٠Ùجب Ø£Ù Ùبدأ ب٠http://" + +msgid "The web page you specified is unavailable" +msgstr "صÙØØ© اÙØ¥ÙترÙت اÙت٠Ù٠ت بتØدÙدÙا غÙر ٠تÙÙرة" + +msgid "Nothing to add found from this URL" +msgstr "Ùا ÙÙجد ٠ا ÙÙ Ù٠إضاÙت٠٠٠Ùذا اÙعÙÙاÙ" + +msgid "Nothing added since no items were selected" +msgstr "Ù٠تت٠اÙإضاÙØ© ÙØ£ÙÙ ÙÙ Ùت٠تØدÙد أ٠٠ادة" + +msgid "Recent URLs" +msgstr "Ø£Øدث اÙعÙاÙÙ٠اÙØ¥ÙÙترÙÙÙØ©" + +#, c-format +msgid "URL: %s" +msgstr "اÙعÙÙا٠اÙØ¥ÙÙترÙÙÙ :%s" + +msgid "change" +msgstr "تغÙÙر" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "اختÙار اÙÙÙ/ ازاÙØ© اÙاختÙار" + +msgid "Add URLs" +msgstr "أض٠عÙاÙÙ٠إÙÙترÙÙÙØ©" + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "ت٠ØÙظ اÙØ®Ùارات بÙجاØ" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "٠سارات ٠جÙدات رÙع اÙÙ ÙÙات ÙÙسÙرÙرات اÙÙ ØÙÙØ©" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Øدد اÙ٠جÙدات اÙصاÙØØ© عÙ٠اÙسÙرÙر اÙÙ ØÙ٠اÙÙت٠ÙÙ ÙÙ ÙÙ٠ستخد٠تخزÙ٠اÙÙ Ùاد عÙÙ٠٠٠٠ث٠رÙعÙا " +"Ø¥Ù٠اÙجاÙÙر٠بإستخدا٠خاصÙØ© <i>Upload from Local Server</i> . اÙ٠سارات اÙ٠دخÙØ© ÙÙا ٠ج٠Ùع " +"اÙÙ ÙÙات ٠اÙ٠جÙدات اÙÙت٠تØتÙÙÙا سÙ٠تÙÙ٠٠تÙÙرة Ùج٠Ùع اÙ٠ستخد٠Ù٠اÙ٠اÙÙÙÙ ÙصÙاØÙØ© رÙع " +"اÙÙ ÙÙات, ÙØ°ÙÙ Ùجب عÙÙ٠تØدÙد اÙ٠جÙدات اÙÙت٠Ùا تØتÙ٠عÙ٠٠عÙÙ٠ات Ø£Ù Ù ÙÙات Øساسة أ٠سرÙØ©. " +"(٠ثا٠اÙ٠سار اÙØ£Ù Ø«Ù ÙÙ /tmp or /usr/ftp/incoming)" + +msgid "Path" +msgstr "اÙ٠سار" + +msgid "Action" +msgstr "ع٠ÙÙØ©" + +msgid "remove" +msgstr "ØØ°Ù" + +msgid "Add" +msgstr "أضÙ" + +msgid "You must enter a directory to add." +msgstr "Ùجب أ٠تدخ٠إس٠اÙ٠جÙد ÙإضاÙتÙ." + +msgid "open_basedir documentation" +msgstr "" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"سÙرÙر٠ت٠إعداد٠ÙÙÙ ÙÙ Ùع٠٠٠اÙدخÙ٠إÙÙ Ùذا اÙ٠جÙد. ÙضÙا٠ارجع Ø¥ÙÙ %s Ù Ù٠بإستشارة ٠دÙر " +"Ùظا٠Ù." + +msgid "The webserver does not have permissions to read that directory." +msgstr "اÙسÙرÙر Ùا ÙÙ Ù٠اÙصÙاØÙات اÙÙاز٠ة ÙÙراءة Ùذا اÙ٠جÙد." + +msgid "The path you specified is not a valid directory." +msgstr "اÙ٠سار اÙØ°Ù Ù٠ت بتØدÙد٠Ùا ÙØتÙ٠عÙ٠إس٠٠جÙد صØÙØ." + +msgid "Save" +msgstr "ØÙظ" + +msgid "Reset" +msgstr "إعادة اÙتعÙÙÙ" diff --git a/po/bg.po b/po/bg.po new file mode 100644 index 0000000..0b2c304 --- /dev/null +++ b/po/bg.po @@ -0,0 +1,288 @@ +# $Id: bg.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: gallery-translations@lists.sourceforge.net\n" +"POT-Creation-Date: 2003-02-11 03:09-0800\n" +"PO-Revision-Date: 2005-08-13 11:42-0500\n" +"Last-Translator: Bisser Dobrev <bdobrev@comcast.net>\n" +"Language-Team: Bisser Dobrev <bdobrev AT comcast DOT net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-Language: Bulgarian\n" +"X-Poedit-Country: BULGARIA\n" + +msgid "From Local Server" +msgstr "ÐÑ ÐÐ¾ÐºÐ°Ð»Ð½Ð¸Ñ Ð¡ÑÑвÑÑ" + +msgid "Photo" +msgstr "Снимка" + +msgid "From Web Page" +msgstr "ÐÑ Web СÑÑаниÑа" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "ÐобавеÑе ÐлеменÑи" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" + +msgid "site admin" +msgstr "админиÑÑÑаÑиÑÑа" + +msgid "Server Path" +msgstr "" + +msgid "You must enter a directory." +msgstr "" + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" + +msgid "An item with the same name already exists." +msgstr "" + +msgid "Legal Directories" +msgstr "" + +msgid "modify" +msgstr "" + +msgid "Recent Directories" +msgstr "" + +msgid "Find Files" +msgstr "" + +#, c-format +msgid "Directory: %s" +msgstr "" + +msgid "File name" +msgstr "" + +msgid "Type" +msgstr "Тип" + +msgid "Size" +msgstr "Ðолемина" + +msgid "Use Symlink" +msgstr "" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "" +msgstr[1] "" + +msgid "Parent Directory" +msgstr "" + +msgid "Directory" +msgstr "" + +msgid "(Un)check all known types" +msgstr "" + +msgid "(Un)check symlinks" +msgstr "" + +msgid "for selected items" +msgstr "" + +msgid "Copy base filenames to:" +msgstr "" + +msgid "Title" +msgstr "Ðаглавие" + +msgid "Summary" +msgstr "РезÑме" + +msgid "Description" +msgstr "ÐпиÑание" + +msgid "Add Files" +msgstr "ÐобавеÑе Файлове" + +msgid "Start Over" +msgstr "" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" + +msgid "URL" +msgstr "ÐдÑеÑ" + +msgid "You must enter a URL to a web page" +msgstr "" + +msgid "The URL entered must begin with http://" +msgstr "" + +msgid "The web page you specified is unavailable" +msgstr "" + +msgid "Nothing to add found from this URL" +msgstr "" + +msgid "Nothing added since no items were selected" +msgstr "" + +msgid "Recent URLs" +msgstr "" + +#, c-format +msgid "URL: %s" +msgstr "" + +msgid "change" +msgstr "" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "" + +msgid "Add URLs" +msgstr "ÐобавеÑе ÐдÑеÑи" + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "ÐаÑÑÑойкиÑе Ñа ÑÑпеÑно запиÑани" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "ÐÑÑеки кÑм локални на ÑÑÑвÑÑа диÑекÑоÑии за каÑване" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"ÐоÑоÑеÑе локални диÑекÑоÑии на ÑÑÑвÑÑа, кадеÑо поÑÑебиÑÐµÐ»Ñ Ð¼Ð¾Ð¶Ðµ да ÑÑÑ ÑанÑва Ñайлове и Ñлед " +"Ñова да ги каÑва в ÐалеÑиÑÑа използвайки ÑÑнкÑиÑÑа '<i>ÐаÑване Ð¾Ñ ÐÐ¾ÐºÐ°Ð»Ð½Ð¸Ñ Ð¡ÑÑвÑÑ</i>'. " +"ÐÑÑекиÑе коиÑо вÑведеÑе ÑÑк и вÑиÑки Ñайлове и диÑекÑоÑии под ÑÑÑ , Ñе бÑÐ´Ð°Ñ Ð½Ð° Ñазположение " +"за вÑеки поÑÑебиÑел на ÐалеÑиÑÑа койÑо има пÑивилегиÑÑа 'ÐаÑване на Ñайлове'. ÐоÑади Ñова е " +"добÑе да огÑаниÑиÑе Ñези пÑÑеки до диÑекÑоÑии коиÑо не ÑÑдÑÑÐ¶Ð°Ñ Ð²Ð°Ð¶Ð½Ð° инÑоÑмаÑÐ¸Ñ (напÑÐ¸Ð¼ÐµÑ /" +"tmp или /usr/ftp/incoming)" + +msgid "Path" +msgstr "ÐÑÑека кÑм диÑекÑоÑиÑÑа" + +msgid "Action" +msgstr "ÐейÑÑвие" + +msgid "remove" +msgstr "пÑÐµÐ¼Ð°Ñ Ð²Ð°Ð½Ðµ" + +msgid "Add" +msgstr "ÐобавеÑе" + +msgid "You must enter a directory to add." +msgstr "" + +msgid "open_basedir documentation" +msgstr "" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" + +msgid "The webserver does not have permissions to read that directory." +msgstr "" + +msgid "The path you specified is not a valid directory." +msgstr "" + +msgid "Save" +msgstr "ÐапиÑеÑе" + +msgid "Reset" +msgstr "ÐнÑлиÑайÑе" diff --git a/po/ca.po b/po/ca.po new file mode 100644 index 0000000..f142a53 --- /dev/null +++ b/po/ca.po @@ -0,0 +1,306 @@ +# $Id: ca.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +# Previous translators (as far as known, add yourself here, please): +# - Oscar Garcia Amor <oscar.garcia@moire.org> +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: gallery-translations@lists.sourceforge.net\n" +"POT-Creation-Date: 2006-12-20 09:40-0800\n" +"PO-Revision-Date: 2006-06-16 15:39+0100\n" +"Last-Translator: Juan Vega Aiguadé <joan.vega@andornet.ad>\n" +"Language-Team: Spanish <gallery-translations@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "From Local Server" +msgstr "Desde el Servidor Local" + +msgid "Photo" +msgstr "Foto" + +msgid "From Web Page" +msgstr "Desde la Pà gina Web" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "Agregar Elements" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Transferir arxius que ja es troben en el servidor de Gallery. Els arxius han d'haver estat " +"ja pujats al servidor por alguna altra via (com per exemple FTP) i han d'haver estat " +"col·locats en un directori que sigui accessible per a qualsevol element del servidor. Si " +"està s en Unix això significa que tant los arxius com el directori on es troben han de tenir " +"com a mÃnim els modes 755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Por raons de seguritat, no és possible utilitzar aquesta caracterÃstica fins que " +"l'Administrador de Gallery configuri un joc de directoris và lids per pujar." + +msgid "site admin" +msgstr "administrar web" + +msgid "Server Path" +msgstr "Ruta al Servidor" + +msgid "You must enter a directory." +msgstr "Has d'escriure un directori." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"El directorio que has introducido no es valido. Asegúrate que el directorio tiene permisos " +"de lectura para todos los usuarios." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"El directorio que has introducido no esta permitido. Debe ser un subdirectorio de uno de " +"los directorios listados a continuación." + +msgid "An item with the same name already exists." +msgstr "Ya existeix un element amb el mateix nom." + +msgid "Legal Directories" +msgstr "Directoris Permesos" + +msgid "modify" +msgstr "modificar" + +msgid "Recent Directories" +msgstr "Directorios Recents" + +msgid "Find Files" +msgstr "Trobar Arxius" + +#, c-format +msgid "Directory: %s" +msgstr "Directori: %s" + +msgid "File name" +msgstr "Nom de l'arxiu" + +msgid "Type" +msgstr "Tipus" + +msgid "Size" +msgstr "Mida" + +msgid "Use Symlink" +msgstr "Usar Enllaç Simbólic" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "%d byte" +msgstr[1] "%d bytes" + +msgid "Parent Directory" +msgstr "Directori Superior" + +msgid "Directory" +msgstr "Directori" + +msgid "(Un)check all known types" +msgstr "(De)seleccionar tots els tipus coneguts" + +msgid "(Un)check symlinks" +msgstr "(De)seleccionar enllaços simbólics" + +msgid "for selected items" +msgstr "per a elements seleccionats" + +msgid "Copy base filenames to:" +msgstr "Copiar nombres de archivo a:" + +msgid "Title" +msgstr "TÃtol" + +msgid "Summary" +msgstr "Resum" + +msgid "Description" +msgstr "Descripció" + +msgid "Add Files" +msgstr "Agregar Fitxers" + +msgid "Start Over" +msgstr "Començar" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Importa arxius en Gallery desde un altre lloc web. Introdueix una URL a continuació de una " +"pà gina web de qualsevol part de la xarxa i Gallery et permetrá pujar qualsevol tipus d'arxiu " +"de mitjans que trobi en aquesta pà gina. Donat compte de que si introdueixes una URL a un " +"directori, has de finalitzar la URL amb una barra normal (ej, http://exemple.com/directori/)." + +msgid "URL" +msgstr "URL" + +msgid "You must enter a URL to a web page" +msgstr "Has d'escriure una URL a una pà gina" + +msgid "The URL entered must begin with http://" +msgstr "La URL ha de començar per http://" + +msgid "The web page you specified is unavailable" +msgstr "La pà gina web especificada no està disponible" + +msgid "Nothing to add found from this URL" +msgstr "No s'ha trobat res q afegir des d'aquesta URL" + +msgid "Nothing added since no items were selected" +msgstr "Res afegit desde els elements no seleccionats" + +msgid "Recent URLs" +msgstr "URLs Recents" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +msgid "change" +msgstr "canviar" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "%d url trobada" +msgstr[1] "%d urls trobades" + +msgid "(Un)check all" +msgstr "(De)seleccionar tot" + +msgid "Add URLs" +msgstr "Agregar URLs" + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "La configuració s'ha guardat amb èxit" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "Adreces Locals del Servidor per Pujada" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Especifica els directoris del servidor local on un usuari pot emmagatzemar fitxers i després " +"carregar-los en Gallery usant la caracterÃstica <i>Carregar desde el Servidor Local</i>. " +"Les rutes que introdueixis aquà i tots els arxius i directoris per sota d'aquelles rutes " +"estarà n a disposició de qualsevol usuari de Gallery que disposi de privilegis per a pujar " +"informació, haurà s de limitar això a directoris que no continguin dades importants (ej. /tmp " +"o /usr/ftp/incoming)" + +msgid "Path" +msgstr "Ruta" + +msgid "Action" +msgstr "Acció" + +msgid "remove" +msgstr "eliminar" + +msgid "Add" +msgstr "Agregar" + +msgid "You must enter a directory to add." +msgstr "Has d'introduir un directori per agregar." + +msgid "open_basedir documentation" +msgstr "documentació de open_basedir" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"El teu servidor web està configurat per impedir-te tenir accès a aquest directori. Si us " +"plau consulta la %s i parla amb l'administrador del servidor web." + +msgid "The webserver does not have permissions to read that directory." +msgstr "El servidor web no té permisos per llegir aquell directori." + +msgid "The path you specified is not a valid directory." +msgstr "La ruta que has especificat no és un directori và lid." + +msgid "Save" +msgstr "Guardar" + +msgid "Reset" +msgstr "Reiniciar" diff --git a/po/cs.po b/po/cs.po new file mode 100644 index 0000000..77f18cd --- /dev/null +++ b/po/cs.po @@ -0,0 +1,303 @@ +# $Id: cs.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-01-28 21:40+0100\n" +"PO-Revision-Date: 2006-12-06 13:30+0100\n" +"Last-Translator: Martin Å tÄpán <drewak@gmail.com>\n" +"Language-Team: Czech <cs@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +msgid "From Local Server" +msgstr "Z mÃstnÃho serveru" + +msgid "Photo" +msgstr "Foto" + +msgid "From Web Page" +msgstr "Z webové stránky" + +msgid "Available to all users with permission to add items" +msgstr "Dostupné pro vÅ¡echny uživatele s oprávnÄnÃm pÅidávat položky" + +msgid "Site Admins only" +msgstr "Pouze pro správce" + +msgid "Disabled" +msgstr "Vypnuto" + +msgid "Add Items" +msgstr "PÅidat položky" + +msgid "Add items from local server or the web" +msgstr "PÅidat položky z mÃstnÃho serveru nebo z webu" + +msgid "Import" +msgstr "Import" + +msgid "Web/Server" +msgstr "Web/Server" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Zde můžete do Galerie nahrát soubory, které už jsou na VaÅ¡em serveru. Soubory již musà být " +"pÅeneseny na server napÅÃklad protokolem FTP a musà být dostupné na serveru. Pokud je tato " +"Galerie na systému typu Unix, znamená to, že by soubory mÄli mÃt mod nejménÄ 644 a adresáÅe " +"755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Z bezpeÄnostnÃch důvodů tuto vlastnost nemůžete použÃt, dokud správce Galerie nenastavà " +"adresáÅe, kam je možné nahrát soubory." + +msgid "site admin" +msgstr "správce" + +msgid "Server Path" +msgstr "Cesta serveru" + +msgid "You must enter a directory." +msgstr "MusÃte zadat adresáÅ." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"AdresáÅ, který jste vybrali je neplatný. Zkontrolujte prosÃm, jestli je tento adresáŠ" +"Äitelný pro vÅ¡echny uživatele." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"AdresáÅ, který jste vybrali nenà povolený. Musà jÃt o podadresáŠjednoho z následujÃcÃch " +"adresáÅů." + +msgid "An item with the same name already exists." +msgstr "Položka se stejným jménem už existuje." + +msgid "Legal Directories" +msgstr "Povolené adresáÅe lze" + +msgid "modify" +msgstr "upravit" + +msgid "Recent Directories" +msgstr "Naposledy použité adresáÅe" + +msgid "Find Files" +msgstr "NajÃt soubory" + +#, c-format +msgid "Directory: %s" +msgstr "AdresáÅ: %s" + +msgid "File name" +msgstr "Jméno souboru" + +msgid "Type" +msgstr "Typ" + +msgid "Size" +msgstr "Velikost" + +msgid "Use Symlink" +msgstr "PoužÃt odkaz" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "%d byte" +msgstr[1] "%d bytů" +msgstr[2] "%d bytů" + +msgid "Parent Directory" +msgstr "NadÅazený adresáÅ" + +msgid "Directory" +msgstr "AdresáÅ" + +msgid "(Un)check all known types" +msgstr "Vybrat nebo zruÅ¡it výbÄr vÅ¡ech známých typů" + +msgid "(Un)check symlinks" +msgstr "(zruÅ¡it) výbÄr vÅ¡ech" + +msgid "for selected items" +msgstr "pro vybrané položky" + +msgid "Copy base filenames to:" +msgstr "ZkopÃrovat jména souborů do:" + +msgid "Title" +msgstr "Titulek" + +msgid "Summary" +msgstr "Souhrn" + +msgid "Description" +msgstr "Popis" + +msgid "Add Files" +msgstr "PÅidat soubory" + +msgid "Start Over" +msgstr "ZaÄÃt znovu" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Import souborů z jiného webu. Zadejte URL ke stránkám kdekoliv na Internetu a Galerie Vám " +"umožnà nahrát jakékoliv soubory, které na této stránce najde. NezapomeÅte zadat koncové " +"lomÃtko, pokud adresa URL odkazuje na adresáŠ(napÅÃklad http://domena.cz/adresar/)." + +msgid "URL" +msgstr "URL" + +msgid "You must enter a URL to a web page" +msgstr "MusÃte zadat URL adresu nÄjakých webových stránek" + +msgid "The URL entered must begin with http://" +msgstr "Adresa URL musà zaÄÃnat http://" + +msgid "The web page you specified is unavailable" +msgstr "Webové stránky, které jste zadali, nejsou dostupné" + +msgid "Nothing to add found from this URL" +msgstr "Na této URL nebylo nalezeno nic k pÅidánÃ" + +msgid "Nothing added since no items were selected" +msgstr "Nic nebylo pÅidáno, protože nebyly vybrány žádné položky" + +msgid "Recent URLs" +msgstr "Naposledy použité URL" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +msgid "change" +msgstr "zmÄnit" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "%d URL nalezeno" +msgstr[1] "%d URL nalezeno" +msgstr[2] "%d URL nalezeno" + +msgid "(Un)check all" +msgstr "Vybrat nebo zruÅ¡it výbÄr vÅ¡ech" + +msgid "Add URLs" +msgstr "PÅidat URL" + +msgid "Add Item Settings" +msgstr "Nastavenà pÅidávánà položek" + +msgid "Settings saved successfully" +msgstr "Nastavenà úspÄÅ¡nÄ uloženo" + +msgid "Enable" +msgstr "Povolit" + +msgid "Add From Web" +msgstr "PÅidat z webu" + +msgid "Add From Server" +msgstr "PÅidat ze serveru" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "Cesty pro nové soubory na mÃstnÃm serveru" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Nastavenà povolených adresáÅů na serveru, kam mohou uživatelé uložit soubory a pak je nahrát " +"do Galerie pomocà vlastnosti <i>Nahránà z mÃstnÃho serveru</i>. Cesty, soubory a adresáÅe, " +"které zde uvedete, budou dostupné pro vÅ¡echny uživatele, kteÅà majà oprávnÄnà k uploadu. " +"MÄli byste je tedy omezit na adresáÅe, které neobsahujà citlivá data (jako jsou /tmp nebo /" +"usr/ftp/incoming)." + +msgid "Path" +msgstr "Cesta" + +msgid "Action" +msgstr "Akce" + +msgid "remove" +msgstr "odstranit" + +msgid "Add" +msgstr "PÅidat" + +msgid "You must enter a directory to add." +msgstr "MusÃte zadat adresáÅ, který chcete pÅidat." + +msgid "open_basedir documentation" +msgstr "dokumentace open_basedir" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"Konfigurace tohoto webového serveru Vám bránà k pÅÃstupu k tomuto adresáÅi. ProsÃm obraÅ¥te " +"se na %s a konzultujte tento problém se správcem serveru." + +msgid "The webserver does not have permissions to read that directory." +msgstr "Webový server nemá oprávnÄnà ÄÃst daný adresáÅ." + +msgid "The path you specified is not a valid directory." +msgstr "Cesta, kterou jste zadal, nenà platný adresáÅ." + +msgid "Save" +msgstr "Uložit" + +msgid "Reset" +msgstr "Výchozà hodnoty" diff --git a/po/da.po b/po/da.po new file mode 100644 index 0000000..185c4e3 --- /dev/null +++ b/po/da.po @@ -0,0 +1,305 @@ +# $Id: da.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +# Lasse Bang Mikkelsen <lbm@fatalerror.dk>, 2004. +# Allan Beaufour <allan@beaufour.dk>, 2005. +# - Bjørn Graabek <bjorn@graabek.com>, 2007 +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: gallery-translations@lists.sourceforge.net\n" +"POT-Creation-Date: 2006-12-20 09:51-0800\n" +"PO-Revision-Date: 2007-03-12 21:58+0000\n" +"Last-Translator: Bjorn Graabek <bjorn@graabek.com>\n" +"Language-Team: Danish <gallery-devel@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "From Local Server" +msgstr "Fra lokal server" + +msgid "Photo" +msgstr "Foto" + +msgid "From Web Page" +msgstr "Fra webside" + +msgid "Available to all users with permission to add items" +msgstr "Tilgængeligt for alle brugere med tilladelse til at tilføje elementer" + +msgid "Site Admins only" +msgstr "Kun Administratorer" + +msgid "Disabled" +msgstr "Deaktiveret" + +msgid "Add Items" +msgstr "Tilføj elementer" + +msgid "Add items from local server or the web" +msgstr "Tilføj elementer fra lokal server eller internettet" + +msgid "Import" +msgstr "Import" + +msgid "Web/Server" +msgstr "Web/Server" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Overfør filer som allerede findes pÃ¥ din server til Gallery. Filerne skal allerede være " +"overført til din server (FTP eksempelvis) og skal være placeret hvor alle elementer pÃ¥ " +"serveren har adgang. Bruger du Unix bør filerne, og det bibliotek filerne er i, have en " +"filtilstand pÃ¥ mindst 755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Du kan ikke bruge denne funktion, før administratoren konfigurerer lovlige overførselsmapper." + +msgid "site admin" +msgstr "administration" + +msgid "Server Path" +msgstr "Serversti" + +msgid "You must enter a directory." +msgstr "Du skal indtaste en mappe." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "Den indtastede mappe er ugyldig. Undersøg om mappen er læsbar af alle brugere." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"Den indtastede mappe er ulovlig. Det skal være en undermappe af en mappe angivet nedenfor." + +msgid "An item with the same name already exists." +msgstr "Der eksisterer allerede et element med det navn." + +msgid "Legal Directories" +msgstr "Gyldige mapper" + +msgid "modify" +msgstr "ændre" + +msgid "Recent Directories" +msgstr "Seneste mapper" + +msgid "Find Files" +msgstr "Find filer" + +#, c-format +msgid "Directory: %s" +msgstr "Mappe: %s" + +msgid "File name" +msgstr "Filnavn" + +msgid "Type" +msgstr "Type" + +msgid "Size" +msgstr "Størrelse" + +msgid "Use Symlink" +msgstr "Brug symbolsk lænke" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "%d byte" +msgstr[1] "%d bytes" + +msgid "Parent Directory" +msgstr "Ejermappe" + +msgid "Directory" +msgstr "Mappe" + +msgid "(Un)check all known types" +msgstr "Afkryds/fjern alle kendte typer" + +msgid "(Un)check symlinks" +msgstr "Sæt/fjern symbolske lænker" + +msgid "for selected items" +msgstr "for de valgte elementer" + +msgid "Copy base filenames to:" +msgstr "Kopier basisfilnavne til:" + +msgid "Title" +msgstr "Titel" + +msgid "Summary" +msgstr "Sammendrag" + +msgid "Description" +msgstr "Beskrivelse" + +msgid "Add Files" +msgstr "Tilføj filer" + +msgid "Start Over" +msgstr "Start forfra" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Importer filer til Gallery fra et andet websted. Indtast en URL til en webside pÃ¥ nettet og " +"Gallery vil muliggøre at overføre enhver multimediefil som findes pÃ¥ siden. Hvis du " +"indtaster en URL til en mappe, skal du afslutte URL'en med en skrÃ¥streg (eks. http://" +"eksempel.dk/mappe/)." + +msgid "URL" +msgstr "URL" + +msgid "You must enter a URL to a web page" +msgstr "Du skal indtaste en URL til en webside" + +msgid "The URL entered must begin with http://" +msgstr "Den indtastede URL skal begynde med http://" + +msgid "The web page you specified is unavailable" +msgstr "Den angivne website er utilgængelig." + +msgid "Nothing to add found from this URL" +msgstr "Kunne ikke finde noget at tilføje fra denne URL" + +msgid "Nothing added since no items were selected" +msgstr "Ingenting blev tilføjet da ingen nye ting var valgt" + +msgid "Recent URLs" +msgstr "Seneste URLs" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +msgid "change" +msgstr "ændrer" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "%d url fundet" +msgstr[1] "%d urls fundet" + +msgid "(Un)check all" +msgstr "Afkryds/fjern alle" + +msgid "Add URLs" +msgstr "Tilføj URLs" + +msgid "Add Item Settings" +msgstr "Tilføj Element Indstillinger" + +msgid "Settings saved successfully" +msgstr "Opsætningen blev gemt" + +msgid "Enable" +msgstr "Aktiver" + +msgid "Add From Web" +msgstr "Tilføj Fra Web" + +msgid "Add From Server" +msgstr "Tilføj Fra Server" + +msgid "Security Warning" +msgstr "Sikkerheds Advarsel" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" +"'Tilføj Fra Web' kan misbruges til at angribe andre websites i dit navn. Fra den angrebnes " +"side kunne det se ud som om du, administratoren af dette 'Galley' site, med vilje angreb " +"deres website idet dit Gallery udfører handlingen pÃ¥ vegne af dine brugere. Det anbefales " +"derfor kun at aktivere 'Tilføj Fra Web' for brugere man har tillid til." + +msgid "Local Server Upload Paths" +msgstr "Stier til overførsel fra lokal server" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Angiv de tilladte mapper pÃ¥ den lokale server, hvor brugere kan gemme filer og overføre dem " +"til Gallery, ved hjælp af <i>Overfør til lokal server</i> funktionen. Stierne du indtaster " +"her og alle filer og mapper under disse, vil være tilgængelige for enhver Gallery bruger som " +"har tilladelse til at overføre. Du skal derfor afgrænse det til mapper som ikke vil " +"indeholde følsomme oplysninger (f.eks. /tmp eller /usr/ftp/incoming)" + +msgid "Path" +msgstr "Sti" + +msgid "Action" +msgstr "Handling" + +msgid "remove" +msgstr "fjern" + +msgid "Add" +msgstr "Tilføj" + +msgid "You must enter a directory to add." +msgstr "Du skal indtaste en mappe som skal tilføjes." + +msgid "open_basedir documentation" +msgstr "open_basedir dokumentation" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"Din webserver er konfigureret til at nægte dig adgang til mappen. Se venligst %s og kontakt " +"til webserver administrator." + +msgid "The webserver does not have permissions to read that directory." +msgstr "Webserveren har ikke tilladelse til at læse mappen." + +msgid "The path you specified is not a valid directory." +msgstr "Den angivne sti er ikke en gyldig mappe." + +msgid "Save" +msgstr "Gem" + +msgid "Reset" +msgstr "Nulstil" diff --git a/po/de.po b/po/de.po new file mode 100644 index 0000000..5abe98d --- /dev/null +++ b/po/de.po @@ -0,0 +1,309 @@ +# $Id: de.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +# Previous translators (as far as known, add yourself here, please): +# - Jens Tkotz <jens@peino.de> +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: gallery-translations@lists.sourceforge.net\n" +"POT-Creation-Date: 2006-10-11 18:55+0200\n" +"PO-Revision-Date: 2006-11-07 04:43+0100\n" +"Last-Translator: Andy Staudacher <ast@gmx.ch>\n" +"Language-Team: German <gallery-translations@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "From Local Server" +msgstr "Lokal vom Server" + +msgid "Photo" +msgstr "Photo" + +msgid "From Web Page" +msgstr "Von einer Webseite" + +msgid "Available to all users with permission to add items" +msgstr "Für alle Benutzer zugänglich, die Elemente hinzügen können" + +msgid "Site Admins only" +msgstr "Nur Administratoren" + +msgid "Disabled" +msgstr "Ausgeschaltet." + +msgid "Add Items" +msgstr "Element hinzufügen" + +msgid "Add items from local server or the web" +msgstr "Elemente vom Gallery-Server oder von anderer Website hinzufügen" + +msgid "Import" +msgstr "Importieren" + +msgid "Web/Server" +msgstr "Web/Server" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Ãbertragen Sie Dateien, die schon auf dem Server liegen, in die Gallery. Die Dateien müssen " +"bereits auf den Server hochgeladen sein (z.B. mit FTP) und in einem Verzeichnis liegen, das " +"zugreifbar ist. Unter UNIX bedeutet dies mindestens die Berechtigung 755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Aus Sicherheitsgründen können Sie diese Funktion erst verwenden, wenn der Gallery-" +"Administrator die Hochlade-Verzeichnisse eingerichtet hat." + +msgid "site admin" +msgstr "site admin" + +msgid "Server Path" +msgstr "Pfad auf dem Server" + +msgid "You must enter a directory." +msgstr "Sie müssen einen Ordner angeben." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"Das angegebene Verzeichnis ist nicht gültig. Vergewissern Sie sich, dass das Verzeichnis von " +"allen Benutzern gelesen werden kann." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"Das angegebene Verzeichnis ist nicht gültig. Es muss ein Unterverzeichnis eines der unten " +"angegebenen Verzeichnisse sein" + +msgid "An item with the same name already exists." +msgstr "Ein Element mit dem selben Namen existiert bereits." + +msgid "Legal Directories" +msgstr "Erlaubte Verzeichnisse" + +msgid "modify" +msgstr "Ãndern" + +msgid "Recent Directories" +msgstr "Zuletzt verwendete Verzeichnisse" + +msgid "Find Files" +msgstr "Suche Dateien" + +#, c-format +msgid "Directory: %s" +msgstr "Ordner: %s" + +msgid "File name" +msgstr "Dateiname" + +msgid "Type" +msgstr "Typ" + +msgid "Size" +msgstr "Grösse" + +msgid "Use Symlink" +msgstr "Benutze symbolische Verknüpfungen" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "%d byte" +msgstr[1] "%d bytes" + +msgid "Parent Directory" +msgstr "Ãbergeordnetes Verzeichnis" + +msgid "Directory" +msgstr "Ordner" + +msgid "(Un)check all known types" +msgstr "Alle/keine der bekannten Typen auswählen" + +msgid "(Un)check symlinks" +msgstr "Alle/keine Verknüpfungen auswählen" + +msgid "for selected items" +msgstr "für ausgewählte Elemente" + +msgid "Copy base filenames to:" +msgstr "Basis-Dateinamen kopieren nach:" + +msgid "Title" +msgstr "Titel" + +msgid "Summary" +msgstr "Zusammenfassung" + +msgid "Description" +msgstr "Beschreibung" + +msgid "Add Files" +msgstr "Dateien hinzufügen" + +msgid "Start Over" +msgstr "Erneut starten" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Dateien von anderen Webseiten in die Gallery importieren. Geben Sie eine URL zu einer " +"Webseite irgendwo im Internet ein und Gallery wird alle Mediadateien von der Seite auf Ihren " +"Server kopieren. Beachten Sie: wenn Sie eine URL zu einem Verzeichnis eingeben, sollte die " +"URL mit einem Schrägstrich (/) enden (z.B.: http://beispiel.de/verzeichnis/)." + +msgid "URL" +msgstr "URL" + +msgid "You must enter a URL to a web page" +msgstr "Sie müssen eine URL zu einer Webseite angeben." + +msgid "The URL entered must begin with http://" +msgstr "Die von Ihnen eingegebenen URLs müssen mit http:// beginnen" + +msgid "The web page you specified is unavailable" +msgstr "Die von Ihnen angegebene Webseite ist nicht erreichbar." + +msgid "Nothing to add found from this URL" +msgstr "Diese URL hat keine Medien, die hinzugefügt werden könnten" + +msgid "Nothing added since no items were selected" +msgstr "Es wurde nichts hinzugefügt, da kein Element ausgewählt wurde" + +msgid "Recent URLs" +msgstr "Zuletzt verwendete URLs" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +msgid "change" +msgstr "ändern" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "%d URL gefunden" +msgstr[1] "%d URLs gefunden" + +msgid "(Un)check all" +msgstr "Alles/nichts auswählen" + +msgid "Add URLs" +msgstr "URLs hinzufügen" + +msgid "Add Item Settings" +msgstr "Einstellungen" + +msgid "Settings saved successfully" +msgstr "Einstellungen erfolgreich gespeichert" + +msgid "Enable" +msgstr "Einschalten" + +msgid "Add From Web" +msgstr "Von anderer Webseite" + +msgid "Add From Server" +msgstr "Vom Gallery-Server" + +msgid "Security Warning" +msgstr "Sicherheits-Warnung" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" +"'Von anderer Webseite' kann dazu ausgenutzt werden, um andere Webseiten in Ihrem Namen " +"anzugreifen. Für die attackierte Partei sieht es so aus, als ob Sie, der Administrator " +"dieser Gallery, deren Website absichtlich attackiert hätten, da Ihre Gallery im Namen Ihrer " +"Benutzer handelt. Daher wird empfohlen 'Von anderer Webseite' bloss für Benutzer zu " +"aktivieren, welchen Sie trauen können." + +msgid "Local Server Upload Paths" +msgstr "Hochlade-Pfad auf dem Server" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Wählen Sie die Verzeichnisse auf dem Server aus, in die die Benutzer Dateien ablegen können " +"und anschlieÃend in Gallery mit dem Hochladen <i>Vom lokalen Server</i> importieren können. " +"Die Verzeichnisse, die Sie hier angeben, und alle darin enthaltenen Dateien und " +"Unterverzeichnisse werden jedem Gallery Benutzer zugänglich sein, der das Hochladen " +"verwenden darf. Es sollten daher unproblematische Verzeichnisse sein (z.B. /tmp oder /usr/" +"ftp/incoming)." + +msgid "Path" +msgstr "Pfad" + +msgid "Action" +msgstr "Aktion" + +msgid "remove" +msgstr "Entfernen" + +msgid "Add" +msgstr "Hinzufügen" + +msgid "You must enter a directory to add." +msgstr "Sie müssen ein Verzweichnis angeben." + +msgid "open_basedir documentation" +msgstr "open_basedir Dokumentation" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"Die Konfiguration Ihres Webservers verhindert einen Zugriff hat dieses Verzeichnis. Schauen " +"Sie bitte in der %s und konsultieren Sie Ihren Webserver Administrator." + +msgid "The webserver does not have permissions to read that directory." +msgstr "Der Webserver hat keine Leseberechtigung für dieses Verzeichnis." + +msgid "The path you specified is not a valid directory." +msgstr "Der angegebene Pfad ist kein gültiges Verzeichnis." + +msgid "Save" +msgstr "Speichern" + +msgid "Reset" +msgstr "Reset" diff --git a/po/en_GB.po b/po/en_GB.po new file mode 100644 index 0000000..4a85618 --- /dev/null +++ b/po/en_GB.po @@ -0,0 +1,304 @@ +# $Id: en_GB.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: gallery-translations@lists.sourceforge.net\n" +"POT-Creation-Date: 2007-03-06 23:54+0000\n" +"PO-Revision-Date: 2007-03-06 23:54+0000\n" +"Last-Translator: Stephen Ryan <ryaner@gmail.com>\n" +"Language-Team: British <gallery-translations@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "From Local Server" +msgstr "From Local Server" + +msgid "Photo" +msgstr "Photo" + +msgid "From Web Page" +msgstr "From Web Page" + +msgid "Available to all users with permission to add items" +msgstr "Available to all users with permission to add items" + +msgid "Site Admins only" +msgstr "Site Admins only" + +msgid "Disabled" +msgstr "Disabled" + +msgid "Add Items" +msgstr "Add Items" + +msgid "Add items from local server or the web" +msgstr "Add items from local server or the web" + +msgid "Import" +msgstr "Import" + +msgid "Web/Server" +msgstr "Web/Server" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." + +msgid "site admin" +msgstr "site admin" + +msgid "Server Path" +msgstr "Server Path" + +msgid "You must enter a directory." +msgstr "You must enter a directory." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." + +msgid "An item with the same name already exists." +msgstr "An item with the same name already exists." + +msgid "Legal Directories" +msgstr "Legal Directories" + +msgid "modify" +msgstr "modify" + +msgid "Recent Directories" +msgstr "Recent Directories" + +msgid "Find Files" +msgstr "Find Files" + +#, c-format +msgid "Directory: %s" +msgstr "Directory: %s" + +msgid "File name" +msgstr "File name" + +msgid "Type" +msgstr "Type" + +msgid "Size" +msgstr "Size" + +msgid "Use Symlink" +msgstr "Use Symlink" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "%d byte" +msgstr[1] "%d bytes" + +msgid "Parent Directory" +msgstr "Parent Directory" + +msgid "Directory" +msgstr "Directory" + +msgid "(Un)check all known types" +msgstr "(Un)check all known types" + +msgid "(Un)check symlinks" +msgstr "(Un)check symlinks" + +msgid "for selected items" +msgstr "for selected items" + +msgid "Copy base filenames to:" +msgstr "Copy base filenames to:" + +msgid "Title" +msgstr "Title" + +msgid "Summary" +msgstr "Summary" + +msgid "Description" +msgstr "Description" + +msgid "Add Files" +msgstr "Add Files" + +msgid "Start Over" +msgstr "Start Over" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " + +msgid "URL" +msgstr "URL" + +msgid "You must enter a URL to a web page" +msgstr "You must enter a URL to a web page" + +msgid "The URL entered must begin with http://" +msgstr "The URL entered must begin with http://" + +msgid "The web page you specified is unavailable" +msgstr "The web page you specified is unavailable" + +msgid "Nothing to add found from this URL" +msgstr "Nothing to add found from this URL" + +msgid "Nothing added since no items were selected" +msgstr "Nothing added since no items were selected" + +msgid "Recent URLs" +msgstr "Recent URLs" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +msgid "change" +msgstr "change" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "%d url found" +msgstr[1] "%d urls found" + +msgid "(Un)check all" +msgstr "(Un)check all" + +msgid "Add URLs" +msgstr "Add URLs" + +msgid "Add Item Settings" +msgstr "Add Item Settings" + +msgid "Settings saved successfully" +msgstr "Settings saved successfully" + +msgid "Enable" +msgstr "Enable" + +msgid "Add From Web" +msgstr "Add From Web" + +msgid "Add From Server" +msgstr "Add From Server" + +msgid "Security Warning" +msgstr "Security Warning" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." + +msgid "Local Server Upload Paths" +msgstr "Local Server Upload Paths" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" + +msgid "Path" +msgstr "Path" + +msgid "Action" +msgstr "Action" + +msgid "remove" +msgstr "remove" + +msgid "Add" +msgstr "Add" + +msgid "You must enter a directory to add." +msgstr "You must enter a directory to add." + +msgid "open_basedir documentation" +msgstr "open_basedir documentation" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." + +msgid "The webserver does not have permissions to read that directory." +msgstr "The webserver does not have permissions to read that directory." + +msgid "The path you specified is not a valid directory." +msgstr "The path you specified is not a valid directory." + +msgid "Save" +msgstr "Save" + +msgid "Reset" +msgstr "Reset" diff --git a/po/es.po b/po/es.po new file mode 100644 index 0000000..56a8c9e --- /dev/null +++ b/po/es.po @@ -0,0 +1,307 @@ +# $Id: es.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +# Previous translators (as far as known, add yourself here, please): +# - Oscar Garcia Amor <oscar.garcia@moire.org> +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: gallery-translations@lists.sourceforge.net\n" +"POT-Creation-Date: 2005-10-25 17:54+0200\n" +"PO-Revision-Date: 2006-11-07 16:33+0100\n" +"Last-Translator: Oscar Garcia Amor <oscar.garcia@moire.org>\n" +"Language-Team: Spanish <gallery-translations@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "From Local Server" +msgstr "Desde el Servidor Local" + +msgid "Photo" +msgstr "Foto" + +msgid "From Web Page" +msgstr "Desde la Página Web" + +msgid "Available to all users with permission to add items" +msgstr "Disponible para todos los usuarios con permisos para añadir elementos" + +msgid "Site Admins only" +msgstr "Solo para los Administradores del Sitio" + +msgid "Disabled" +msgstr "Deshabilitado" + +msgid "Add Items" +msgstr "Añadir Elementos" + +msgid "Add items from local server or the web" +msgstr "Añadir elementos desde el servidor local o la web" + +msgid "Import" +msgstr "Importar" + +msgid "Web/Server" +msgstr "Web/Servidor" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Transferir archivos que ya se encuentran en el servidor a Gallery. Los archivos deben de " +"haber sido ya subidos al servidor por alguna otra vÃa (como por ejemplo FTP) y deben de " +"haberse colocado en un directorio que sea accesible para cualquier elemento del servidor. " +"Si estas en Unix esto significa que tanto los archivos como el directorio donde se " +"encuentran debe de tener como mÃnimo los modos 755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Por razones de seguridad, no es posible utilizar esta caracterÃstica a no ser que el " +"Administrador de Gallery configure un juego de directorios válidos para subida." + +msgid "site admin" +msgstr "administrar sitio" + +msgid "Server Path" +msgstr "Ruta al Servidor" + +msgid "You must enter a directory." +msgstr "Debes escribir un directorio." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"El directorio que has introducido no es valido. Asegúrate que el directorio tiene permisos " +"de lectura para todos los usuarios." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"El directorio que has introducido no esta permitido. Debe ser un subdirectorio de uno de " +"los directorios listados a continuación." + +msgid "An item with the same name already exists." +msgstr "Ya existe un elemento con el mismo nombre." + +msgid "Legal Directories" +msgstr "Directorios Permitidos" + +msgid "modify" +msgstr "modificar" + +msgid "Recent Directories" +msgstr "Directorios Recientes" + +msgid "Find Files" +msgstr "Encontrar Archivos" + +#, c-format +msgid "Directory: %s" +msgstr "Directorio: %s" + +msgid "File name" +msgstr "Nombre del archivo" + +msgid "Type" +msgstr "Tipo" + +msgid "Size" +msgstr "Tamaño" + +msgid "Use Symlink" +msgstr "Usar Enlace Simbólico" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "%d byte" +msgstr[1] "%d bytes" + +msgid "Parent Directory" +msgstr "Directorio Superior" + +msgid "Directory" +msgstr "Directorio" + +msgid "(Un)check all known types" +msgstr "(De)seleccionar todos los tipos conocidos" + +msgid "(Un)check symlinks" +msgstr "(De)seleccionar enlaces simbólicos" + +msgid "for selected items" +msgstr "para elementos seleccionados" + +msgid "Copy base filenames to:" +msgstr "Copiar nombres de archivo a:" + +msgid "Title" +msgstr "TÃtulo" + +msgid "Summary" +msgstr "Resumen" + +msgid "Description" +msgstr "Descripción" + +msgid "Add Files" +msgstr "Añadir Ficheros" + +msgid "Start Over" +msgstr "Comenzar" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Importa archivos en Gallery desde otro sitio web. Introduce una URL a continuación de una " +"página web de cualquier parte de la red y Gallery te permitirá subir cualquier tipo de " +"archivo de medios que encuentre en esa página. Date cuenta de que si introduces una URL a " +"un directorio, debes finalizar la URL con una barra normal (ej, http://example.com/" +"directory/)." + +msgid "URL" +msgstr "URL" + +msgid "You must enter a URL to a web page" +msgstr "Debes escribir una URL a una página" + +msgid "The URL entered must begin with http://" +msgstr "La URL debe comenzar con http://" + +msgid "The web page you specified is unavailable" +msgstr "La página web especificada no esta disponible" + +msgid "Nothing to add found from this URL" +msgstr "No se ha encontrado nada que añadir desde esta URL" + +msgid "Nothing added since no items were selected" +msgstr "Nada agregado desde elementos no seleccionados" + +msgid "Recent URLs" +msgstr "URLs Recientes" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +msgid "change" +msgstr "cambiar" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "%d url encontrada" +msgstr[1] "%d urls encontradas" + +msgid "(Un)check all" +msgstr "(De)seleccionar todo" + +msgid "Add URLs" +msgstr "Añadir URLs" + +msgid "Add Item Settings" +msgstr "Añadir configuración de los Elementos" + +msgid "Settings saved successfully" +msgstr "La configuración se ha guardado con éxito" + +msgid "Enable" +msgstr "Permitir" + +msgid "Add From Web" +msgstr "Añadir desde la Web" + +msgid "Add From Server" +msgstr "Añadir desde el Servidor" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "Rutas Locales del Servidor para Subida" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Especifica los directorios del servidor local donde un usuario puede almacenar ficheros y " +"luego cargarlos en Gallery usando la caracterÃstica <i>Cargar desde el Servidor Local</i>. " +"Las rutas que introduzcas aquà y todos los archivos y directorios por debajo de esas rutas " +"estarán a disposición de cualquier usuario de Gallery que disponga de privilegios para subir " +"información, deberás limitar esto a directorios que no contengan datos importantes (ej. /tmp " +"o /usr/ftp/incoming)" + +msgid "Path" +msgstr "Ruta" + +msgid "Action" +msgstr "Acción" + +msgid "remove" +msgstr "eliminar" + +msgid "Add" +msgstr "Añadir" + +msgid "You must enter a directory to add." +msgstr "Debes introducir un directorio para añadir." + +msgid "open_basedir documentation" +msgstr "documentación de open_basedir" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"Tu servidor web esta configurado para impedirte tener acceso a ese directorio. Por favor " +"consulta la %s y habla con tu administrador del servidor web." + +msgid "The webserver does not have permissions to read that directory." +msgstr "El servidor web no tiene permisos para leer ese directorio." + +msgid "The path you specified is not a valid directory." +msgstr "La ruta que has especificado no es un directorio válido." + +msgid "Save" +msgstr "Guardar" + +msgid "Reset" +msgstr "Reiniciar" diff --git a/po/es_AR.po b/po/es_AR.po new file mode 100644 index 0000000..b417682 --- /dev/null +++ b/po/es_AR.po @@ -0,0 +1,320 @@ +# $Id: es_AR.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"POT-Creation-Date: 2003-06-05 16:56-0300\n" +"PO-Revision-Date: 2003-08-27 22:25-0700\n" +"Last-Translator: Alvaro Cortizo <alvaro@netpandora.com>\n" +"Language-Team: Argentine Spanish <gallery-devel@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, fuzzy +msgid "From Local Server" +msgstr "Agregar desde su Servidor" + +msgid "Photo" +msgstr "Foto" + +msgid "From Web Page" +msgstr "Desde la Página Web" + +msgid "Available to all users with permission to add items" +msgstr "Disponible para todos los usuarios con permisos para añadir elementos" + +msgid "Site Admins only" +msgstr "Solo para los Administradores del Sitio" + +msgid "Disabled" +msgstr "Deshabilitado" + +msgid "Add Items" +msgstr "Agregar Items" + +msgid "Add items from local server or the web" +msgstr "Añadir elementos desde el servidor local o la web" + +msgid "Import" +msgstr "Importar" + +msgid "Web/Server" +msgstr "Web/Servidor" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Transferir archivos que ya se encuentran en el servidor a Gallery. Los archivos deben de " +"haber sido ya subidos al servidor por alguna otra vÃa (como por ejemplo FTP) y deben de " +"haberse colocado en un directorio que sea accesible para cualquier elemento del servidor. " +"Si estas en Unix esto significa que tanto los archivos como el directorio donde se " +"encuentran debe de tener como mÃnimo los modos 755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Por razones de seguridad, no es posible utilizar esta caracterÃstica a no ser que el " +"Administrador de Gallery configure un juego de directorios válidos para subida." + +msgid "site admin" +msgstr "site admin" + +msgid "Server Path" +msgstr "Ruta al Servidor" + +#, fuzzy +msgid "You must enter a directory." +msgstr "Tiene que ingresar un tamaño" + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"El directorio que has introducido no es valido. Asegúrate que el directorio tiene permisos " +"de lectura para todos los usuarios." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"El directorio que has introducido no esta permitido. Debe ser un subdirectorio de uno de " +"los directorios listados a continuación." + +msgid "An item with the same name already exists." +msgstr "Ya existe un elemento con el mismo nombre." + +#, fuzzy +msgid "Legal Directories" +msgstr "Nuevas carpetas" + +msgid "modify" +msgstr "modificar" + +#, fuzzy +msgid "Recent Directories" +msgstr "Nuevas carpetas" + +#, fuzzy +msgid "Find Files" +msgstr "Agregar Items" + +#, fuzzy, c-format +msgid "Directory: %s" +msgstr "Nuevas carpetas" + +#, fuzzy +msgid "File name" +msgstr "Nombre completo" + +msgid "Type" +msgstr "Tipo" + +msgid "Size" +msgstr "Tamaño" + +msgid "Use Symlink" +msgstr "Usar Enlace Simbólico" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "" +msgstr[1] "" + +#, fuzzy +msgid "Parent Directory" +msgstr "Nuevas carpetas" + +#, fuzzy +msgid "Directory" +msgstr "Nuevas carpetas" + +msgid "(Un)check all known types" +msgstr "(De)seleccionar todos los tipos conocidos" + +msgid "(Un)check symlinks" +msgstr "(De)seleccionar enlaces simbólicos" + +#, fuzzy +msgid "for selected items" +msgstr "[core] Borrar item" + +msgid "Copy base filenames to:" +msgstr "Copiar nombres de archivo a:" + +msgid "Title" +msgstr "Título" + +msgid "Summary" +msgstr "Resumen" + +msgid "Description" +msgstr "Descripción" + +#, fuzzy +msgid "Add Files" +msgstr "Agregar Items" + +#, fuzzy +msgid "Start Over" +msgstr "Ordenar por" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Importa archivos en Gallery desde otro sitio web. Introduce una URL a continuación de una " +"página web de cualquier parte de la red y Gallery te permitirá subir cualquier tipo de " +"archivo de medios que encuentre en esa página. Date cuenta de que si introduces una URL a " +"un directorio, debes finalizar la URL con una barra normal (ej, http://example.com/" +"directory/)." + +msgid "URL" +msgstr "URL" + +#, fuzzy +msgid "You must enter a URL to a web page" +msgstr "Tiene que ingresar un nombre de usuario" + +msgid "The URL entered must begin with http://" +msgstr "La URL debe comenzar con http://" + +#, fuzzy +msgid "The web page you specified is unavailable" +msgstr "El nombre de usuario que ingresó es inválido" + +msgid "Nothing to add found from this URL" +msgstr "No se ha encontrado nada que agregar desde esta URL" + +msgid "Nothing added since no items were selected" +msgstr "Nada agregado desde elementos no seleccionados" + +msgid "Recent URLs" +msgstr "URLs Recientes" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +#, fuzzy +msgid "change" +msgstr "Cambiar" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "(De)seleccionar todo" + +msgid "Add URLs" +msgstr "Agregar URLs" + +msgid "Add Item Settings" +msgstr "Añadir configuración de los Elementos" + +msgid "Settings saved successfully" +msgstr "La configuración se ha guardado con éxito" + +msgid "Enable" +msgstr "Permitir" + +msgid "Add From Web" +msgstr "Añadir desde la Web" + +msgid "Add From Server" +msgstr "Añadir desde el Servidor" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "Direcciones Locales del Servidor para Subida" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Especifica los directorios del servidor local donde un usuario puede almacenar ficheros y " +"luego cargarlos en Gallery usando la caracterÃstica <i>Cargar desde el Servidor Local</i>. " +"Las rutas que introduzcas aquà y todos los archivos y directorios por debajo de esas rutas " +"estarán a disposición de cualquier usuario de Gallery que disponga de privilegios para subir " +"informació, deberás limitar esto a directorios que no contengan datos importantes (ej. /tmp " +"o /usr/ftp/incoming)" + +msgid "Path" +msgstr "Ruta" + +msgid "Action" +msgstr "Acción" + +#, fuzzy +msgid "remove" +msgstr "Borrar" + +msgid "Add" +msgstr "Agregar" + +#, fuzzy +msgid "You must enter a directory to add." +msgstr "Tiene que ingresar un tamaño" + +msgid "open_basedir documentation" +msgstr "documentación de open_basedir" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"Tu servidor web esta configurado para impedirte tener acceso a ese directorio. Por favor " +"consulta la %s y habla con tu administrador del servidor web." + +msgid "The webserver does not have permissions to read that directory." +msgstr "El servidor web no tiene permisos para leer ese directorio." + +msgid "The path you specified is not a valid directory." +msgstr "La ruta que has especificado no es un directorio válido." + +msgid "Save" +msgstr "Guardar" + +#, fuzzy +msgid "Reset" +msgstr "Resetear" diff --git a/po/es_MX.po b/po/es_MX.po new file mode 100644 index 0000000..b3d1f29 --- /dev/null +++ b/po/es_MX.po @@ -0,0 +1,323 @@ +# $Id: es_MX.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"POT-Creation-Date: 2005-01-01 14:00-0600\n" +"PO-Revision-Date: 2005-01-01 16:12-0800\n" +"Last-Translator: Wieland E. Kublun <wieland.kublun@gmx.net>, www.kublun.com\n" +"Language-Team: Mexican Spanish <gallery-devel@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Mexican Spanish\n" +"X-Poedit-Country: MEXICO\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#, fuzzy +msgid "From Local Server" +msgstr "Agregar desde su Servidor" + +msgid "Photo" +msgstr "Fotografía" + +msgid "From Web Page" +msgstr "Desde página web" + +msgid "Available to all users with permission to add items" +msgstr "Disponible para todos los usuarios con permisos para añadir elementos" + +msgid "Site Admins only" +msgstr "Solo para los Administradores del Sitio" + +msgid "Disabled" +msgstr "Deshabilitado" + +msgid "Add Items" +msgstr "Agregar Elementos" + +msgid "Add items from local server or the web" +msgstr "Añadir elementos desde el servidor local o la web" + +msgid "Import" +msgstr "Importar" + +msgid "Web/Server" +msgstr "Web/Servidor" + +#, fuzzy +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Transfiere archivos que están actualmente en el servidor a Gallery. Los archivos " +"deberán haber sido subidos con aterioridad (como FTP) y deberán ser peustos en " +"un directorio donde podrán ser accedidos por cualquier elemento en el servidor . Si " +"usas Unix-Linux esto significa que los archivos y los directorios donde estén los " +"archvios deberá:n tener modo 0755 por lo menos." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Por razones de seguridad, usted no puede acceder esta función hasta que el " +"administrador (admin) de Gallery configure algunos directorios para subir archivos." + +msgid "site admin" +msgstr "admin del sitio" + +msgid "Server Path" +msgstr "Path del servidor" + +#, fuzzy +msgid "You must enter a directory." +msgstr "Tiene que ingresar un directorio." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"El directorio ingresado es inválido. Verifique que el directorio es legible por todos " +"los usuarios." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"El directorio que ingresó es ilegal. Debe ser un sub-directorio de los directorios " +"listados abajo." + +msgid "An item with the same name already exists." +msgstr "Ya existe un elemento con el mismo nombre." + +#, fuzzy +msgid "Legal Directories" +msgstr "Directorios legales" + +msgid "modify" +msgstr "modificar" + +#, fuzzy +msgid "Recent Directories" +msgstr "Carpetas recientes" + +#, fuzzy +msgid "Find Files" +msgstr "Buscar archivos" + +#, fuzzy, c-format +msgid "Directory: %s" +msgstr "Directorio: %s" + +#, fuzzy +msgid "File name" +msgstr "Nombre de archivo" + +msgid "Type" +msgstr "Tipo" + +msgid "Size" +msgstr "Tamaño" + +msgid "Use Symlink" +msgstr "Usar Enlace Simbólico" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "" +msgstr[1] "" + +#, fuzzy +msgid "Parent Directory" +msgstr "Directorio" + +#, fuzzy +msgid "Directory" +msgstr "Directorio" + +msgid "(Un)check all known types" +msgstr "De-seleccionar tipos conocidos" + +#, fuzzy +msgid "(Un)check symlinks" +msgstr "De-selecciona todo" + +#, fuzzy +msgid "for selected items" +msgstr "[core] Borrar elemento" + +msgid "Copy base filenames to:" +msgstr "Copiar nombres de archivo a:" + +msgid "Title" +msgstr "Título" + +msgid "Summary" +msgstr "Resumen" + +msgid "Description" +msgstr "Descripción" + +#, fuzzy +msgid "Add Files" +msgstr "Agregar Archivos" + +#, fuzzy +msgid "Start Over" +msgstr "Empezar de nuevo" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Importe archivos a Gallery desde otro sitio web. Ingrese una URL abajo y Gallery le " +"permitirá subir cualquier medio de archivo que encuentre en esa dirección. " +"Note que si usted ingresa una URL en un directorio usted debe ingresar la URL con diagonal " +"invertida: ej, http://example.com/directorio/). " + +msgid "URL" +msgstr "URL" + +#, fuzzy +msgid "You must enter a URL to a web page" +msgstr "Tiene que ingresar una URL hacia una página web" + +msgid "The URL entered must begin with http://" +msgstr "La URL ingresada debe empezar con http://" + +#, fuzzy +msgid "The web page you specified is unavailable" +msgstr "La página especificada no es válida" + +msgid "Nothing to add found from this URL" +msgstr "No se ha encontrado nada que agregar desde esta URL" + +msgid "Nothing added since no items were selected" +msgstr "Nada agregado desde elementos no seleccionados" + +msgid "Recent URLs" +msgstr "URLs recientes" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +#, fuzzy +msgid "change" +msgstr "cambiar" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "De-selecciona todo" + +msgid "Add URLs" +msgstr "Agregar URLs" + +msgid "Add Item Settings" +msgstr "Añadir configuración de los Elementos" + +msgid "Settings saved successfully" +msgstr "Propiedades guardadas con éxito" + +msgid "Enable" +msgstr "Permitir" + +msgid "Add From Web" +msgstr "Añadir desde la Web" + +msgid "Add From Server" +msgstr "Añadir desde el Servidor" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "Paths del servidor local" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Especifica los directorios en el servidor local donde un usuario puede almacenar archivos " +"para después almacenarlos en Gallery dentro de la opción <i>Subir de servidor " +"local</i> Los paths que aqui ingrese y todos los archivos podrán ser vistos por " +"cualquier usuario de Gallery que tenga privilegios para subir cosas al servidor, osea que " +"usted debe limitar estos directorios para que no contengan datos expuestos como (ej. /tmp o /" +"usr/ftp/)" + +msgid "Path" +msgstr "Path" + +msgid "Action" +msgstr "Acción" + +#, fuzzy +msgid "remove" +msgstr "Borrar" + +msgid "Add" +msgstr "Agregar" + +#, fuzzy +msgid "You must enter a directory to add." +msgstr "Tiene que ingresar un directorio para agregar." + +msgid "open_basedir documentation" +msgstr "documentación de open_basedir" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"Su servidor web está configurado para no permitir acceso desde ese directorio. Por " +"favor consulte la %s y a su SysAdmin." + +msgid "The webserver does not have permissions to read that directory." +msgstr "El servidor web no tiene permisos de lectura en ese directorio." + +msgid "The path you specified is not a valid directory." +msgstr "El path especificado no es un directorio válido." + +msgid "Save" +msgstr "Guardar" + +#, fuzzy +msgid "Reset" +msgstr "Resetear" diff --git a/po/et.po b/po/et.po new file mode 100644 index 0000000..7069383 --- /dev/null +++ b/po/et.po @@ -0,0 +1,299 @@ +# $Id: et.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-08-04 14:07+0300\n" +"PO-Revision-Date: 2006-08-04 14:56+0200\n" +"Last-Translator: poromaan <poromaan@gmail.com>\n" +"Language-Team: Eesti <gallery-devel@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "From Local Server" +msgstr "Kohalikust Serverist" + +msgid "Photo" +msgstr "Foto" + +msgid "From Web Page" +msgstr "Veebilehelt" + +msgid "Available to all users with permission to add items" +msgstr "Kasutatav kõigile kasutajatele, kellel on õigus pilte lisada" + +msgid "Site Admins only" +msgstr "Ainult Saidi Adminnidele" + +msgid "Disabled" +msgstr "Keelatud" + +msgid "Add Items" +msgstr "Lisa Pilte" + +msgid "Add items from local server or the web" +msgstr "Lisa pilte kohalikust serverist või veebist" + +msgid "Import" +msgstr "Import" + +msgid "Web/Server" +msgstr "Veeb/Server" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Paiguta failid, mis on juba sinu serveril, sinu Galeriisse. Failid peavad olema juba mõnda " +"teist üles laadimise moodust (näiteks FTP) kasutades sinu serverisse, kohta kus nad on ligi " +"pääsetavad kõigi serveri elementide poolt, üles laetud. Kui sa oled Unixi masinas, siis peab " +"failidel ja kataloogil, kus failid asuvad olema vähemalt õigeused 755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Turvapõhjustel ei saa seda funktsiooni kasutada enne kui Galerii Saidi Administraator " +"konfigureerib üleslaadimise kataloogid." + +msgid "site admin" +msgstr "saidi admin" + +msgid "Server Path" +msgstr "Serveri Tee" + +msgid "You must enter a directory." +msgstr "Sa pead sisestama kataloogi." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"Kataloog, mille sisestasid, ei sobi. Kontrolli, et kataloog on kõikidele kasutajatele loetav." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"Sisestatud kataloog on keelatud. Kataloog peab olema mõne allnäidatud kataloogi alamkataloog." + +msgid "An item with the same name already exists." +msgstr "Sama nimega ese eksisteerib juba." + +msgid "Legal Directories" +msgstr "Sobivad Kataloogid" + +msgid "modify" +msgstr "muuda" + +msgid "Recent Directories" +msgstr "Hiljutised Kataloogid" + +msgid "Find Files" +msgstr "Otsi Faile" + +#, c-format +msgid "Directory: %s" +msgstr "Kataloog: %s" + +msgid "File name" +msgstr "Faili nimi" + +msgid "Type" +msgstr "Tüüp" + +msgid "Size" +msgstr "Suurus" + +msgid "Use Symlink" +msgstr "Kasuta Symlinki" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "%d bait" +msgstr[1] "%d baiti" + +msgid "Parent Directory" +msgstr "Ãlakataloog" + +msgid "Directory" +msgstr "Kataloog" + +msgid "(Un)check all known types" +msgstr "Muuda kõigi tuntud tüüpide märgistus" + +msgid "(Un)check symlinks" +msgstr "Muuda symlinkide märgistus" + +msgid "for selected items" +msgstr "märgitud piltidele" + +msgid "Copy base filenames to:" +msgstr "Kopeeri baas-failinimi:" + +msgid "Title" +msgstr "Tiitel" + +msgid "Summary" +msgstr "Kokkuvõte" + +msgid "Description" +msgstr "Kirjeldus" + +msgid "Add Files" +msgstr "Kõik Failid" + +msgid "Start Over" +msgstr "Alusta Uuesti" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Impordi failid Galeriisse teiselt veebisaidilt. Sisesta allapoole veebilehe aadres ja " +"Galerii lubab sul üles laadida kõik meedia failid, mis ta sellelt lehelt leiab. Kui sisestad " +"aadressi, millele järgneb ka kataloog, pead lõppu lisama kaldkriipsu (näiteks, http://" +"example.com/directory/)." + +msgid "URL" +msgstr "veebiaadress" + +msgid "You must enter a URL to a web page" +msgstr "Sa pead sisestama veebiaadressi" + +msgid "The URL entered must begin with http://" +msgstr "Sisestatud aadress peab algama: http://" + +msgid "The web page you specified is unavailable" +msgstr "Sisestatud veebileht ei ole kättesaadav" + +msgid "Nothing to add found from this URL" +msgstr "Sisestatud lehelt ei leitud midagi, mida lisada" + +msgid "Nothing added since no items were selected" +msgstr "Midagi ei lisatud, kuna ühtegi pilti polnud valitud" + +msgid "Recent URLs" +msgstr "Hiljutised veebiaadressid puuduvad" + +#, c-format +msgid "URL: %s" +msgstr "Veebiaadress: %s" + +msgid "change" +msgstr "muuda" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "Leitud %d aadress" +msgstr[1] "Leitud %d aadressi" + +msgid "(Un)check all" +msgstr "Muuda kõigi märgistus" + +msgid "Add URLs" +msgstr "Lisa veebiaadresse" + +msgid "Add Item Settings" +msgstr "Pildi Lisamise Seaded" + +msgid "Settings saved successfully" +msgstr "Seaded edukalt salvestatud" + +msgid "Enable" +msgstr "Luba" + +msgid "Add From Web" +msgstr "Lisa Veebilehelt" + +msgid "Add From Server" +msgstr "Lisa Serverist" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "Kohaliku Serveri Ãleslaadimis-Tee" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Märgi kataloogid kohalikul serveril, kuhu kasutaja saab faile salvestada ja siis lae nad " +"Galeriisse üle, kasutades <i>Lae Ãles Kohalikust Serverist</i> moodulit. Tee, mille sa siia " +"sisestad ja kõik failid ja kataloogid selle all muutuvad nähtavaks kõigile Galerii " +"kasutajatele, kellel on üleslaadimise õigused, nii et tee ei peaks olema kataloogi, kus " +"pole sensitiivseid andmeid (näiteks /tmp või /usr/ftp/incoming)" + +msgid "Path" +msgstr "Tee" + +msgid "Action" +msgstr "Tegevus" + +msgid "remove" +msgstr "eemalda" + +msgid "Add" +msgstr "Lisa" + +msgid "You must enter a directory to add." +msgstr "Sa pead sisestama kataloogi, mida lisada." + +msgid "open_basedir documentation" +msgstr "open_basedir dokumentatsioon" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"Su veebiserver on konfigureeritud sind sellesse kataloogi mitte laskma. Palun viita %s ja " +"konsulteeri oma veebiserveri administraatoriga." + +msgid "The webserver does not have permissions to read that directory." +msgstr "Veebiserveril pole õigusi selle kataloogi lugemiseks." + +msgid "The path you specified is not a valid directory." +msgstr "Sisestatud tee pole kehtiv kataloog." + +msgid "Save" +msgstr "Salvesta" + +msgid "Reset" +msgstr "Sea uuesti" diff --git a/po/eu.po b/po/eu.po new file mode 100644 index 0000000..2340946 --- /dev/null +++ b/po/eu.po @@ -0,0 +1,304 @@ +# $Id: eu.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-10-31 14:44+0100\n" +"PO-Revision-Date: 2006-02-19 11:14+0100\n" +"Last-Translator: Piarres Beobide <pi@beobide.net>\n" +"Language-Team: librezale.org <librezale@librezale.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 0.6.3.20060126\n" + +msgid "From Local Server" +msgstr "Zerbitzari Lokaletik" + +msgid "Photo" +msgstr "Argazkia" + +msgid "From Web Page" +msgstr "Web orrialdetik" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "Elementuak Gehitu" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Transferitutako fitxategiak dagoeneko zure zerbiztarian Gallery barnean daude. Fitxategiak " +"zerbiztarira beste era batetara (FTP kasu) igo dira eta zerbiztariko edozein elementurentzat " +"eskuragarri diren direktorio batetan kokatu behar dira. Unix sistema batetan bazaude honek " +"fitxategiek beintzat 755 baimenak izan behar dituztela esan nahi du." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Segurtasun arrazoiak direla eta, ezin duzu ezaugarri bat erabili Galleria Kudeatzaileak " +"legeko igoera direktorio bat ezarri arte." + +msgid "site admin" +msgstr "gune kudeaketa" + +msgid "Server Path" +msgstr "Zerbitzaria Bidea" + +msgid "You must enter a directory." +msgstr "Direktorio bat idatzi behar duzu." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"Emandako direktorioa baliogabea da. Ziurtatu direktorioa erabiltzaile guztiek irakur " +"dezaketela." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"Emandako direktorioa legez kanpokoa da. Behean zerrendaturiko direktorioen azpi-direktorio " +"bat izan behar da." + +msgid "An item with the same name already exists." +msgstr "Izen horretako elementu bat badago dagoeneko." + +msgid "Legal Directories" +msgstr "Direktorio Legalak" + +msgid "modify" +msgstr "eraldatu" + +msgid "Recent Directories" +msgstr "Azkenetariko Direktorioak" + +msgid "Find Files" +msgstr "Fitxategiak Bilatu" + +#, c-format +msgid "Directory: %s" +msgstr "Direktorioa: %s" + +msgid "File name" +msgstr "Fitxategi-izena" + +msgid "Type" +msgstr "Mota" + +msgid "Size" +msgstr "Tamaina" + +msgid "Use Symlink" +msgstr "Lotura sinbolikoak erabili" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "" +msgstr[1] "" + +msgid "Parent Directory" +msgstr "Direktorio gurasoa" + +msgid "Directory" +msgstr "Direktorioa" + +msgid "(Un)check all known types" +msgstr "(Des)markatu mota ezagun guztiak" + +msgid "(Un)check symlinks" +msgstr "Loturaa sinbolikoak (des)markatu" + +msgid "for selected items" +msgstr "hautatutako elementuentzat" + +msgid "Copy base filenames to:" +msgstr "Kopiatu oinarri fitxategi izenak hona:" + +msgid "Title" +msgstr "Titulua" + +msgid "Summary" +msgstr "Laburpena" + +msgid "Description" +msgstr "Deskribapenak" + +msgid "Add Files" +msgstr "Fitxategiak gehitu" + +msgid "Start Over" +msgstr "Hemen hasi" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Fitxategiak Gallery-ra beste webgune batetatik inportatu. Behean webgune baten URL idatzi " +"eta Gallery-k hor arkitzen duen edozein irudi/filma galeriara igotzeko auekra emango dizu." +"Kontutan izan direktorio baten URL idatzi ezkero, bidea barra ('/') batez amaitu behar " +"duzua. (Adibidez http://adibide.com/direktorioa/). Note that if you're entering a URL " +"to a directory, you should end the URL with a trailing slash (eg, http://example.com/" +"directory/). " + +msgid "URL" +msgstr "URL-a" + +msgid "You must enter a URL to a web page" +msgstr "Web orrialde baten URL-a idatzi behar duzu" + +msgid "The URL entered must begin with http://" +msgstr "URL-a http://-rekin hasi behar da" + +msgid "The web page you specified is unavailable" +msgstr "Ezarritako web orrialdea ez dago eskuragarri" + +msgid "Nothing to add found from this URL" +msgstr "Ez da ezer aurkitu URL horretan" + +msgid "Nothing added since no items were selected" +msgstr "Ezer ez gehiturik ez bait dago hautaturiko elementurik" + +msgid "Recent URLs" +msgstr "Azkenetariko URL-ak" + +#, c-format +msgid "URL: %s" +msgstr "URL-a: %s" + +msgid "change" +msgstr "eraldatu" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "(Des)markatu denak" + +msgid "Add URLs" +msgstr "Gehitu URL-ak" + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "Ezarpenak behar bezala gorde dira" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "Zerbitzari Lokal Igoera Bidea" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"<i>Zerbitzari lokaletik igo</i> aukera erabiliaz igotzeko argazkiak gordetzeko erabiloko den " +"Zerbizari lokaleko direkotrio legala ezarri. Hemen emandako bideak eta bere fitxategi eta " +"azpidirektorioek fitxategiak igotzeko baimena duen edozein erabiltzailerentzat eskuragarriak " +"izan behar dira, beraz datu sensiblerik ez duen direkotorio batetan ezarri beharko zenuke " +"(Adib /tmp edo /usr/ftp/incoming)" + +msgid "Path" +msgstr "Bidea" + +msgid "Action" +msgstr "Ekintza" + +msgid "remove" +msgstr "ezabatu" + +msgid "Add" +msgstr "Gehitu" + +msgid "You must enter a directory to add." +msgstr "Gehitzeko direktorioa bat idatzi behar duzu." + +msgid "open_basedir documentation" +msgstr "open_basedir dokumentazioa" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"Zure web zerbitzaria direktorio honetara sartzen ez usteko konfiguraturik dago. Joan %s-ra " +"eta zure web zerbiztari kudeatzailearekin." + +msgid "The webserver does not have permissions to read that directory." +msgstr "Web zerbitzariak ez du direktorio hau irakurtzeko baimenik." + +msgid "The path you specified is not a valid directory." +msgstr "Emandako bidea ez da baliozko direktorio bat." + +msgid "Save" +msgstr "Gorde" + +msgid "Reset" +msgstr "Berrezarri" diff --git a/po/fi.po b/po/fi.po new file mode 100644 index 0000000..3debfda --- /dev/null +++ b/po/fi.po @@ -0,0 +1,298 @@ +# $Id: fi.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"POT-Creation-Date: 2003-05-16 09:41+0300\n" +"PO-Revision-Date: 2005-12-11 14:35+0200\n" +"Last-Translator: Marko Kohtala <marko.kohtala@gmail.com>\n" +"Language-Team: Finnish <gallery-devel@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "From Local Server" +msgstr "Paikalliselta Palvelimelta" + +msgid "Photo" +msgstr "Kuva" + +msgid "From Web Page" +msgstr "Web-sivulta" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "Lisää Kuvia" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Siirrä palvelimella jo sijaitsevat tiedostot Galleriaan. Tiedostojen pitää olla jo siirretty " +"palvelimelle jollain tavalla (kuten FTP) ja ne täytyy sijaita jossain hakemistossa minne " +"kaikilla palvelimella on lukuoikeudet. UNIX:issa tämä tarkoittaa yleensä sitä, että " +"hakemistoilla ja tiedostoilla täytyy olla käyttöoikeudet 0755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Turvallisuussyistä et voi käyttää tätä ominaisuutta ennenkuin Gallerian ylläpitäjä " +"määrittelee paikalliset kopiointihakemistot." + +msgid "site admin" +msgstr "sivuston ylläpito" + +msgid "Server Path" +msgstr "Palvelimen Polku" + +msgid "You must enter a directory." +msgstr "Sinun on annettava hakemisto." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"Antamasi hakemisto ei kelpaa. Tarkista, että hakemiston lukeminen onnistuu kaikilta " +"käyttäjiltä." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "Antamasi hakemisto ei käy. Sen täytyy olla allaolevien hakemistojen alahakemisto." + +msgid "An item with the same name already exists." +msgstr "Kohde samalla nimellä on jo olemassa." + +msgid "Legal Directories" +msgstr "Luvalliset Hakemistot" + +msgid "modify" +msgstr "muokkaa" + +msgid "Recent Directories" +msgstr "Viimeaikaiset Hakemistot" + +msgid "Find Files" +msgstr "Etsi Tiedostoja" + +#, c-format +msgid "Directory: %s" +msgstr "Hakemisto: %s" + +msgid "File name" +msgstr "Tiedostonnimi" + +msgid "Type" +msgstr "Tyyppi" + +msgid "Size" +msgstr "Koko" + +msgid "Use Symlink" +msgstr "Käytä Symbolista Linkkiä" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "" +msgstr[1] "" + +msgid "Parent Directory" +msgstr "Ylempi Hakemisto" + +msgid "Directory" +msgstr "Hakemisto" + +msgid "(Un)check all known types" +msgstr "Valitse/Poista kaikki tunnistetut tyypit" + +msgid "(Un)check symlinks" +msgstr "Valitse/Poista symboliset linkit" + +msgid "for selected items" +msgstr "valituille kohteille" + +msgid "Copy base filenames to:" +msgstr "Kopioi tiedostonimet tänne:" + +msgid "Title" +msgstr "Otsikko" + +msgid "Summary" +msgstr "Yhteenveto" + +msgid "Description" +msgstr "Kuvaus" + +msgid "Add Files" +msgstr "Lisää tiedostoja" + +msgid "Start Over" +msgstr "Aloita Alusta" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Tuo tiedostoja Galleriaan toiselta web-sivustolta. Kirjoita sivun URL ja Galleria antaa " +"sinun siirtää mitä hyvänsä mediatiedostoja jotka se löytää kyseiseltä sivulta. Huomaa että " +"jos annat URL:n hakemistoon, sinun tulee päättää URL kauttaviivalla (esim. http://example." +"com/hakemisto/)." + +msgid "URL" +msgstr "URL" + +msgid "You must enter a URL to a web page" +msgstr "Sinun tulee antaa URL web-sivulle" + +msgid "The URL entered must begin with http://" +msgstr "URL täytyy alkaa http://" + +msgid "The web page you specified is unavailable" +msgstr "Antamasi web-sivu ei ole saatavilla" + +msgid "Nothing to add found from this URL" +msgstr "Sivulta ei löytynyt mitään lisättävää" + +msgid "Nothing added since no items were selected" +msgstr "Mitään ei lisätty sillä yhtään kohdetta ei valittu" + +msgid "Recent URLs" +msgstr "Viimeaikaiset URL:t" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +msgid "change" +msgstr "muuta" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "Valitse/Poista kaikki" + +msgid "Add URLs" +msgstr "Lisää URL:ia" + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "Asetukset tallennettu" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "Paikallisen Palvelimen Siirtohakemistot" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Määritä hakemisto paikallisella palveimella, jonne käyttäjät voivat tallettaa tiedostojaan " +"ja sitten lähettää ne Galleriaan käyttämällä <i>Lähetä paikalliselta palvelimelta</i> -" +"ominaisuutta. Antamasi hakemisto ja tiedostot näkyvät kaikille Gallerian käyttäjille, joilla " +"on lähetysoikeudet, joten älä laita tähän hakemistoja jotka sisältävät arkaluontoista " +"materiaalia! (esim. /tmp tai /usr/ftp/incoming)" + +msgid "Path" +msgstr "Polku" + +msgid "Action" +msgstr "Toiminto" + +msgid "remove" +msgstr "poista" + +msgid "Add" +msgstr "Lisää" + +msgid "You must enter a directory to add." +msgstr "Sinun on annettava hakemisto jonka haluat lisätä." + +msgid "open_basedir documentation" +msgstr "open_basedir dokumentaatio" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"Palvelin on asetettu estämään sinua käyttämästä kyseistä hakemistoa. Ole hyvä ja katso " +"hakemistoon %s ja selvitä asia palvelimen ylläpitäjän kanssa." + +msgid "The webserver does not have permissions to read that directory." +msgstr "Palvelimella ei ole oikeuksia lukea kyseistä hakemistoa." + +msgid "The path you specified is not a valid directory." +msgstr "Polku jonka annoit ei ole hakemisto." + +msgid "Save" +msgstr "Tallenna" + +msgid "Reset" +msgstr "Tyhjennä" diff --git a/po/fr.po b/po/fr.po new file mode 100644 index 0000000..bd4e626 --- /dev/null +++ b/po/fr.po @@ -0,0 +1,307 @@ +# $Id: fr.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"POT-Creation-Date: 2003-08-10 04:27+0200\n" +"PO-Revision-Date: 2007-02-25 00:00+0100\n" +"Last-Translator: Arnaud MOURONVAL <Arnaud.Mouronval@yahoo.com>\n" +"Language-Team: French <gallery-translations@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "From Local Server" +msgstr "Depuis le serveur local" + +msgid "Photo" +msgstr "Photo" + +msgid "From Web Page" +msgstr "Depuis une page Web" + +msgid "Available to all users with permission to add items" +msgstr "Accessible à tous les utilisateurs ayant les droits d'ajouter des éléments" + +msgid "Site Admins only" +msgstr "Administrateurs du site seulement" + +msgid "Disabled" +msgstr "Désactivé" + +msgid "Add Items" +msgstr "Ajouter des éléments" + +msgid "Add items from local server or the web" +msgstr "Ajouter des éléments depuis le serveur local ou sur le web" + +msgid "Import" +msgstr "Importer" + +msgid "Web/Server" +msgstr "Web / Serveur" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Transférer les fichiers qui sont déjà sur votre serveur vers Gallery. Les fichiers doivent " +"avoir été déjà déposés sur votre serveur d'une autre manière (par FTP par exemple) et " +"doivent être placés dans un répertoire où ils sont accessibles par quiconque sur le serveur. " +"Si vous êtes sous Unix celà signifie que les fichiers et les répertoires contenant les " +"fichiers devraient au moins avoir les droits 755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Pour des questions de sécurité, vous ne pouvez pas utiliser cette fonctionnalité tant que " +"l'Administrateur du Site Gallery n'a pas configuré un répertoire de chargement autorisé." + +msgid "site admin" +msgstr "administration du site" + +msgid "Server Path" +msgstr "Chemin serveur" + +msgid "You must enter a directory." +msgstr "Vous devez saisir un répertoire." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"Le répertoire que vous avez saisi est incorrect. Assurez-vous que le répertoire est lisible " +"par tous les utilisateurs." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"Le répertoire que vous avez saisi est incorrect. Ce doit être un sous-répertoire d'un des " +"répertoires listés ci-dessous." + +msgid "An item with the same name already exists." +msgstr "Un élément avec le même nom existe déjà ." + +msgid "Legal Directories" +msgstr "Répertoires autorisés" + +msgid "modify" +msgstr "modifier" + +msgid "Recent Directories" +msgstr "Répertoires récents" + +msgid "Find Files" +msgstr "Rechercher des fichiers" + +#, c-format +msgid "Directory: %s" +msgstr "Répertoire : %s" + +msgid "File name" +msgstr "Nom de fichier" + +msgid "Type" +msgstr "Type" + +msgid "Size" +msgstr "Taille" + +msgid "Use Symlink" +msgstr "Utiliser le lien symbolique" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "%d octet" +msgstr[1] "%d octets" + +msgid "Parent Directory" +msgstr "Répertoire parent" + +msgid "Directory" +msgstr "Répertoire" + +msgid "(Un)check all known types" +msgstr "(Dé)cocher tous les types connus" + +msgid "(Un)check symlinks" +msgstr "(Dé)cocher les liens symboliques" + +msgid "for selected items" +msgstr "pour les éléments sélectionnés" + +msgid "Copy base filenames to:" +msgstr "Copier les fichiers vers :" + +msgid "Title" +msgstr "Titre" + +msgid "Summary" +msgstr "Résumé" + +msgid "Description" +msgstr "Description" + +msgid "Add Files" +msgstr "Ajouter des fichiers" + +msgid "Start Over" +msgstr "Reprendre au début" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Importez des images dans Gallery depuis un autre site. Saisissez ci-dessous l'URL de " +"nimporte quelle page et Gallery vous proposera de télécharger les fichiers qui se trouvent " +"dans cette page. Notez bien que si vous saisissez l'URL d'un répertoire, vérifiez que l'URL " +"se termine par un '/' (exemple : http://www.exemple.com/repertoire/)." + +msgid "URL" +msgstr "URL" + +msgid "You must enter a URL to a web page" +msgstr "Vous devez saisir l'URL vers un page Web" + +msgid "The URL entered must begin with http://" +msgstr "L'URL doit commencer par http://" + +msgid "The web page you specified is unavailable" +msgstr "La page Web que vous avez saisie est invalide" + +msgid "Nothing to add found from this URL" +msgstr "Rien à ajouter à partir de cette URL" + +msgid "Nothing added since no items were selected" +msgstr "Aucun ajout car aucun élément n'a été sélectionné" + +msgid "Recent URLs" +msgstr "URL récentes" + +#, c-format +msgid "URL: %s" +msgstr "URL : %s" + +msgid "change" +msgstr "changer" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "%d URL trouvée" +msgstr[1] "%d URL trouvées" + +msgid "(Un)check all" +msgstr "(Dé)cocher tout" + +msgid "Add URLs" +msgstr "Ajouter des URL" + +msgid "Add Item Settings" +msgstr "Paramètres d'ajout d'éléments" + +msgid "Settings saved successfully" +msgstr "Paramètres sauvegardés avec succès" + +msgid "Enable" +msgstr "Activer" + +msgid "Add From Web" +msgstr "Ajouter depuis un site web" + +msgid "Add From Server" +msgstr "Ajouter depuis le serveur" + +msgid "Security Warning" +msgstr "Alerte de sécurité" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" +"La fonctionnalité \"Ajouter depuis un site web\" peut être utilisée pour attaquer d'autres " +"sites en votre nom. Du point de vue de l'autre site, il apparaîtra que vous, " +"l'administrateur de Gallery, avez délibérément attaqué leur site car Gallery agit au nom de " +"vos utilisateurs. C'est pourquoi il est conseillé de n'autoriser cette fonction qu'à vos " +"utilisateurs de confiance." + +msgid "Local Server Upload Paths" +msgstr "Chemins locaux de chargement" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Spécifier le répertoire correct sur le serveur local, ou l'utilisateur peut stocker les " +"ficheirs et les envoyer dans Gallery en utilisant la fonctionnalité <i>Envoyer depuis le " +"Serveur Local</i>. Les chemins que vous entrez ici et tous les fichiers et répertoires sous " +"ces chemins seront accessibles à chaque Utilisateur de Gallery qui a les privilèges d'envoi, " +"alors vous devriez limiter vous limiter aux répertoires qui ne contiennent pas " +"d'informations sensibles. (ex : /tmp ou /usr/ftp/incoming)" + +msgid "Path" +msgstr "Chemin" + +msgid "Action" +msgstr "Opération" + +msgid "remove" +msgstr "supprimer" + +msgid "Add" +msgstr "Ajouter" + +msgid "You must enter a directory to add." +msgstr "Vous devez saisir un répertoire à ajouter." + +msgid "open_basedir documentation" +msgstr "Documentation sur open_basedir" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"Votre serveur Web est configuré pour vous empêcher d'accéder à ce répertoire. Veuillez faire " +"référence à %s auprès de votre administrateur système." + +msgid "The webserver does not have permissions to read that directory." +msgstr "Le serveur Web n'a pas la permission de lire ce répertoire." + +msgid "The path you specified is not a valid directory." +msgstr "Le chemin spécifié n'est pas un répertoire valide." + +msgid "Save" +msgstr "Sauver" + +msgid "Reset" +msgstr "Réinitialiser" diff --git a/po/ga.po b/po/ga.po new file mode 100644 index 0000000..b8ead65 --- /dev/null +++ b/po/ga.po @@ -0,0 +1,305 @@ +# $Id: ga.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: <gallery-devel@lists.sourceforge.net>\n" +"POT-Creation-Date: 2003-05-30 17:11-0700\n" +"PO-Revision-Date: 2003-09-24 22:04-0700\n" +"Last-Translator: Beckett Madden-Woods <beckett@beckettmw.com>\n" +"Language-Team: Irish <gallery-devel@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=5; plural=n==0 ? 0 : ( n==1 ? 1 : ( n%20<2 ? 2 : ( (n-1)%10>5 ? 3 : " +"4 )));\n" + +msgid "From Local Server" +msgstr "Cuir as do dáileoir áitiúil" + +msgid "Photo" +msgstr "Grianghraf" + +msgid "From Web Page" +msgstr "Cuir as clár cinn eile" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "Cuir MÃreanna" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +#, fuzzy +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Aistrigh comhaid as do dáileoir i do GhailearaÃ. Caithfidh na comhaid uaslodáilte ar do " +"dáileoir cheana féin (i FTP, mar shampla) agus curtha i gcomhadlann infheichthe. Má bhÃonn " +"tú ar meaisÃn Unix, caithfidh ceadanna 755 (ar a laghad) ag na gcomhaid agus ag an " +"gcomhadlann." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Mar gheall ar chúiseanna slándálacha, nà bheidh an feidhmiú seo oibriú go gcuirfidh an " +"Riarthóir an Ghailearaà foireann comhadlanna d'uaslodáil údaracha." + +msgid "site admin" +msgstr "riarachán" + +msgid "Server Path" +msgstr "Comhadlann an dáileoir" + +msgid "You must enter a directory." +msgstr "Caithfidh tú comhadlann a iontráil." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"NÃl an comhadlann seo bailÃ. Deimhnigh go bhfuil an comhadlann infheicthe ag gach úsáideoir." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"NÃl an comhadlann seo údarach. Caithfidh sé fo-chomhadlann ceann a chomadlann ar an liosta " +"thÃos." + +msgid "An item with the same name already exists." +msgstr "" + +msgid "Legal Directories" +msgstr "Comhadlanna údaracha" + +msgid "modify" +msgstr "modhnaigh" + +#, fuzzy +msgid "Recent Directories" +msgstr "Comhadlanna údaracha" + +msgid "Find Files" +msgstr "Aimsigh comhaid" + +#, c-format +msgid "Directory: %s" +msgstr "Comhadlann: %s" + +msgid "File name" +msgstr "Ainm Chomhaid" + +msgid "Type" +msgstr "Cineál" + +msgid "Size" +msgstr "Méid" + +msgid "Use Symlink" +msgstr "" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "" +msgstr[1] "" + +#, fuzzy +msgid "Parent Directory" +msgstr "Comhadlann: %s" + +#, fuzzy +msgid "Directory" +msgstr "Comhadlann: %s" + +msgid "(Un)check all known types" +msgstr "" + +msgid "(Un)check symlinks" +msgstr "" + +#, fuzzy +msgid "for selected items" +msgstr "[croÃ] Scrios mÃreanna" + +msgid "Copy base filenames to:" +msgstr "" + +msgid "Title" +msgstr "Teideal" + +msgid "Summary" +msgstr "Achoimre" + +msgid "Description" +msgstr "Cur sÃos" + +msgid "Add Files" +msgstr "Cuir Comhaid" + +#, fuzzy +msgid "Start Over" +msgstr "Ord sóirt" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" + +msgid "URL" +msgstr "" + +#, fuzzy +msgid "You must enter a URL to a web page" +msgstr "Caithfidh tú logainm a iontráil" + +msgid "The URL entered must begin with http://" +msgstr "" + +#, fuzzy +msgid "The web page you specified is unavailable" +msgstr "NÃl an logainm seo bailÃ" + +msgid "Nothing to add found from this URL" +msgstr "" + +msgid "Nothing added since no items were selected" +msgstr "" + +msgid "Recent URLs" +msgstr "" + +#, c-format +msgid "URL: %s" +msgstr "" + +msgid "change" +msgstr "athraigh" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "" + +#, fuzzy +msgid "Add URLs" +msgstr "%s curtha" + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "Roghanna sábháilte go rathúil" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "Comhadlanna áitiúil d'uaslodáil" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Iontráil comhadlanna údaracha (ar an dáileoir áitiúil) ina bhféadann úsáideora comhaid a " +"stóráil agus ansin a uaslodáil sa nGailearaà leis an bhfeidhmiú <i>Cuir as do dáileoir " +"áitiúil</i>. Beidh na comhadlanna seo, agus gach uile comhad/comhadlann istigh, infhaighte " +"go gach üsáideoir atá teacht uaslodáil aige. Mar sin, nà ceart duit comhadlanna Ãogaire a " +"iontráil (mar shampla, beidh /tmp nó /usr/ftp/poiblà oiriúnach)." + +msgid "Path" +msgstr "Comhadlann" + +msgid "Action" +msgstr "Aicsean" + +msgid "remove" +msgstr "scrios" + +msgid "Add" +msgstr "Cuir" + +msgid "You must enter a directory to add." +msgstr "Caithfidh tú comhadlann a chur a iontráil." + +msgid "open_basedir documentation" +msgstr "" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" + +msgid "The webserver does not have permissions to read that directory." +msgstr "" + +msgid "The path you specified is not a valid directory." +msgstr "" + +msgid "Save" +msgstr "Sábháil" + +#, fuzzy +msgid "Reset" +msgstr "athshocraigh" diff --git a/po/he.po b/po/he.po new file mode 100644 index 0000000..97b1035 --- /dev/null +++ b/po/he.po @@ -0,0 +1,294 @@ +# $Id: he.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"POT-Creation-Date: 2004-12-18 15:28+0200\n" +"PO-Revision-Date: 2006-04-05 16:36+0300\n" +"Last-Translator: Guy Sheffer <guysoft@ort.org.il>\n" +"Language-Team: hebrew <guysoft@ort.org.il>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: KBabel 1.11.2\n" + +msgid "From Local Server" +msgstr "××שרת ××ק×××" + +msgid "Photo" +msgstr "ת××× ×" + +msgid "From Web Page" +msgstr "××תר ××× ××¨× ×" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "××סף פר××××" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +#, fuzzy +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"××¢×ר ק×צ×× ×©××ר × ×צ××× ×¢× ×שרת ש×× ×ת×× ×××ר××× ×©××. ×ק×צ×× ×××××× ××××ת ×ס×פר×× ××¢×ת " +"×רש××ת קר××× ×©× ×פ××ת 755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "×××ר×ת ×××××, ×× × ××ª× ××שת×ש ×××פצ×× ×× ×¢× ×©×× ×××××¨× ××ער×ת ס×פר××ת ××רש×ת ×××¢×××." + +msgid "site admin" +msgstr "×× ×× ×תר" + +msgid "Server Path" +msgstr "ס×פר×ת ×שרת" + +msgid "You must enter a directory." +msgstr "××ª× ××××¨× ×××× ×ס ס×פר××." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "×ס×פר×× ×©××רת ××× × ×ª××§× ×ת. ×××× ×©×ס×פר×× × ×××©× ×¢××ר ×× ××שת×ש××." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "×ס×פר×× ×©××× ×¡×ª ××× × ××ק×ת. ××× ××××ת ××××ת תת-ס×פר×× ×ª×ת ××ת ××ס×פר××ת ××××ת." + +#, fuzzy +msgid "An item with the same name already exists." +msgstr "×©× ××שת×ש '%s' ××ר ק×××" + +msgid "Legal Directories" +msgstr "ס×פר××ת ××ק××ת" + +msgid "modify" +msgstr "×©× ×" + +msgid "Recent Directories" +msgstr "ס×פר××ת ××ר×× ×ת" + +msgid "Find Files" +msgstr "×פש ק×צ××" + +#, c-format +msgid "Directory: %s" +msgstr "ס×פר××: %s" + +msgid "File name" +msgstr "×©× ×§×××¥" + +msgid "Type" +msgstr "ס××" + +msgid "Size" +msgstr "××××" + +msgid "Use Symlink" +msgstr "" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "" +msgstr[1] "" + +#, fuzzy +msgid "Parent Directory" +msgstr "ס×פר××" + +msgid "Directory" +msgstr "ס×פר××" + +msgid "(Un)check all known types" +msgstr "ס××/××× ×ת ×× ×ס×××× ××××ר××" + +#, fuzzy +msgid "(Un)check symlinks" +msgstr "ס××/××× ×××" + +#, fuzzy +msgid "for selected items" +msgstr "[××××] ××ק פר××" + +msgid "Copy base filenames to:" +msgstr "" + +msgid "Title" +msgstr "××תרת" + +msgid "Summary" +msgstr "תקצ×ר" + +msgid "Description" +msgstr "ת×××ר" + +msgid "Add Files" +msgstr "××סף ק×צ××" + +msgid "Start Over" +msgstr "×ת×× ×××ש" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"××××× ×§×צ×× ×××ר××× ××תר ××ר. ××× ×¡ ×ת××ת ×××£ ××× ××¨× × ××ש××× ×××ער×ת ת×פשר ×× ×××¢××ת ×× ×§×××¥ " +"×××× ×©××× ×ª××¦× ×××£ ××. ש×× ××, ×× ××ª× × ××ª× ×ת××ת ×ס×פר××, ××ª× ×¦×¨×× ×ס××× ×××ª× ×¢× ×¡××ש " +"(××××××, http://www.hwzone.co.il/directory/)." + +msgid "URL" +msgstr "×ת××ת" + +msgid "You must enter a URL to a web page" +msgstr "××ª× ××××¨× ×××× ×ס ×ת××ת ××¢××× ×××× ××¨× ×" + +msgid "The URL entered must begin with http://" +msgstr "××ת××ת ××××ת ××ת××× × http://" + +msgid "The web page you specified is unavailable" +msgstr "××£ ×××× ××¨× × ×©××× ×¡×ª ××× × ××××" + +msgid "Nothing to add found from this URL" +msgstr "" + +msgid "Nothing added since no items were selected" +msgstr "" + +msgid "Recent URLs" +msgstr "×ת×××ת ××ר×× ×ת" + +#, c-format +msgid "URL: %s" +msgstr "×ת××ת: %s" + +msgid "change" +msgstr "×©× ×" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "ס××/××× ×××" + +msgid "Add URLs" +msgstr "××סף ×ת×××ת URL" + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "×××ר×ת × ×©××¨× ××צ×××" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "ס×פר××ת ××¢××× ×שרת ×ק×××" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"ק××¢ ס×פר××ת ××ק××ת ×שרת ש×× ×©××× ×שת×ש×× ×××××× ×ש×× ×§×צ×× ××× ×××¢××ת ×××ª× ×××ר××× ××¨× " +"<i>××¢××× ×שרת ×ק×××</i>. ×ס×פר××ת ש××ª× ××××ר ××× ××× ×ק×צ×× ×©××× ×××× ×××× ×× ××× ×שת×ש ××¢× " +"×רש××ת ××¢×××, ×× ×××××¥ שת×××ר רק ס×פר××ת ש×× ×××××ת ××××¢ ר××ש." + +msgid "Path" +msgstr "ס×פר××" + +msgid "Action" +msgstr "פע×××" + +msgid "remove" +msgstr "×סר" + +msgid "Add" +msgstr "××סף" + +msgid "You must enter a directory to add." +msgstr "××ª× ××××¨× ×××× ×ס ס×פר×× ×××ספ×." + +msgid "open_basedir documentation" +msgstr "ת××¢×× ×¢××ר open_basedir" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"×שרת ש×× ××××ר ×× ×©××× ×× ××פשר ×× ×××©× ×ס×פר×× ××. ×× × ×¢××× × %s ××ת×××¢×¥ ××× ×× ×שרת ש××." + +msgid "The webserver does not have permissions to read that directory." +msgstr "××× ×שרת ×רש×× ×ת×××× ×¢× ×× ×ª ×קר×× ×ת ס×פר×× ××." + +msgid "The path you specified is not a valid directory." +msgstr "×ס×פר×× ×©××× ×¡×ª ××× × ×¡×פר×× ×ª××§× ×ת" + +msgid "Save" +msgstr "ש××ר" + +msgid "Reset" +msgstr "×ת×× ×××ש" diff --git a/po/hu.po b/po/hu.po new file mode 100644 index 0000000..3940dc4 --- /dev/null +++ b/po/hu.po @@ -0,0 +1,299 @@ +# $Id: hu.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-11-04 20:08+0100\n" +"PO-Revision-Date: 2006-01-06 17:02+0100\n" +"Last-Translator: Jozsef R.Nagy <joe7@site.hu>\n" +"Language-Team: Hungarian <gallery-devel@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "From Local Server" +msgstr "Helyi szerverrÅl" + +msgid "Photo" +msgstr "Fénykép" + +msgid "From Web Page" +msgstr "Weboldalról" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "Elemek hozzáadása" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Képek áthelyezése a Galériába a szerverrÅl. A fájloknak mar a szerveren kell lenniük " +"(például FTP-vel feltöltve) egy olyan könyvtárban, amit bármilyen program elérhet. Ha ön egy " +"Unix szervert használ, akkor ez azt jelenti, hogy a fájloknak és könyvtáraknak legalább 755-" +"ös joggal kell rendelkezniük." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Biztonsági okok miatt ez a lehetÅség addig nem használható, amÃg az Adminisztrátor nem állÃt " +"be helyes feltöltési könyvtárakat." + +msgid "site admin" +msgstr "adminisztrátor" + +msgid "Server Path" +msgstr "Kiszolgáló útvonal" + +msgid "You must enter a directory." +msgstr "Adj meg egy könyvtárat." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"A megadott könyvtár érvénytelen. GyÅzÅdj meg róla, hogy a könyvtár minden felhasználó " +"számára olvasható." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"A megadott könyvtár érvénytelen. Egy a listában megjelent könyvtár alkönyvtárának kellene " +"lennie." + +msgid "An item with the same name already exists." +msgstr "Egy ilyen nevű elem már létezik." + +msgid "Legal Directories" +msgstr "Ãrvényes könyvtárak" + +msgid "modify" +msgstr "módosÃtás" + +msgid "Recent Directories" +msgstr "Friss könyvtárak" + +msgid "Find Files" +msgstr "Fájlok keresése" + +#, c-format +msgid "Directory: %s" +msgstr "Könyvtár: %s" + +msgid "File name" +msgstr "Fájlnév" + +msgid "Type" +msgstr "TÃpus" + +msgid "Size" +msgstr "Méret" + +msgid "Use Symlink" +msgstr "Szimbolikus link használata" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "" +msgstr[1] "" + +msgid "Parent Directory" +msgstr "SzülÅkönyvtár" + +msgid "Directory" +msgstr "Könyvtár" + +msgid "(Un)check all known types" +msgstr "Minden ismert tÃpus ki/bekapcsolása" + +msgid "(Un)check symlinks" +msgstr "Linkek ki/bekapcsolása" + +msgid "for selected items" +msgstr "a kiválasztott elemekre" + +msgid "Copy base filenames to:" +msgstr "Fáljok másolása ide:" + +msgid "Title" +msgstr "CÃm" + +msgid "Summary" +msgstr "Rövid leÃrás" + +msgid "Description" +msgstr "LeÃrás" + +msgid "Add Files" +msgstr "Fájlok hozzáadása" + +msgid "Start Over" +msgstr "Ãjrakezdés" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Fájlok importálása a galériába egy másik weboldalról. Ãrj be egy bármilyen weboldalra mutató " +"URL-t, és a galéria letölt róla bármilyen média fájlt, amit ott talál. Ha könyvtárra mutató " +"URL-t adsz meg, ügyelj arra hogy az URL-nek lezáró '/'-el kell végzÅdnie.(pl: http://www." +"pelda.hu/konyvtar/)" + +msgid "URL" +msgstr "URL" + +msgid "You must enter a URL to a web page" +msgstr "Adjon meg egy weboldalra mutató URLt" + +msgid "The URL entered must begin with http://" +msgstr "A beÃrt URL-nek http:// -el kell kezdÅdnie" + +msgid "The web page you specified is unavailable" +msgstr "A megadott weboldal nem elérhetÅ" + +msgid "Nothing to add found from this URL" +msgstr "Semmi hozzáadható nem található errÅl a cÃmrÅl" + +msgid "Nothing added since no items were selected" +msgstr "Nem adtunk hozzá semmit, mivel nincs elem kiválasztva" + +msgid "Recent URLs" +msgstr "Friss URL-ek" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +msgid "change" +msgstr "változtatás" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "Mind ki/bekapcsol" + +msgid "Add URLs" +msgstr "URLek hozzáadása" + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "BeállÃtások sikeresen elmentve" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "Helyi szerver feltöltési útvonal" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Add meg az érvényes könyvtárakat a helyi szerveren, ahová a felhasználófájlokat tehet, " +"ahonnan feltölti a Galériába a <i>Feltöltés a helyi szerverrÅl</i> funkcióval. Az itt " +"megadott útvonalak, és az alatta levÅ fájlok elérhetÅek lesznek bármelyik Galéria " +"felhasználónak, akinek van feltöltési joga, tehát olyan könyvtárakat adjon meg, amik nem " +"tartalmaznak érzékeny adatokat (pl. /tmp vagy /usr/ftp/incoming)" + +msgid "Path" +msgstr "Ãtvonal" + +msgid "Action" +msgstr "Művelet" + +msgid "remove" +msgstr "törlés" + +msgid "Add" +msgstr "Hozzáadás" + +msgid "You must enter a directory to add." +msgstr "Add meg a hozzáadandó könyvtárat." + +msgid "open_basedir documentation" +msgstr "open_basedir dokumentáció" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" + +msgid "The webserver does not have permissions to read that directory." +msgstr "A webszervernek nincs jogosultsága a könyvtár olvasásának." + +msgid "The path you specified is not a valid directory." +msgstr "A beÃrt útvonal nem egy könyvtár" + +msgid "Save" +msgstr "Mentés" + +msgid "Reset" +msgstr "VisszaállÃtás" diff --git a/po/is.po b/po/is.po new file mode 100644 index 0000000..327838c --- /dev/null +++ b/po/is.po @@ -0,0 +1,280 @@ +# $Id: is.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-31 20:26+0200\n" +"PO-Revision-Date: 2005-04-01 17:00+0200\n" +"Last-Translator: Johann S Jonsson <johann@nenni.net>\n" +"Language-Team: Icelandic <gallery-translations@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgid "From Local Server" +msgstr "" + +msgid "Photo" +msgstr "" + +msgid "From Web Page" +msgstr "" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" + +msgid "site admin" +msgstr "" + +msgid "Server Path" +msgstr "" + +msgid "You must enter a directory." +msgstr "" + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" + +msgid "An item with the same name already exists." +msgstr "" + +msgid "Legal Directories" +msgstr "" + +msgid "modify" +msgstr "" + +msgid "Recent Directories" +msgstr "" + +msgid "Find Files" +msgstr "" + +#, c-format +msgid "Directory: %s" +msgstr "" + +msgid "File name" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Size" +msgstr "" + +msgid "Use Symlink" +msgstr "" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "" +msgstr[1] "" + +msgid "Parent Directory" +msgstr "" + +msgid "Directory" +msgstr "" + +msgid "(Un)check all known types" +msgstr "" + +msgid "(Un)check symlinks" +msgstr "" + +msgid "for selected items" +msgstr "" + +msgid "Copy base filenames to:" +msgstr "" + +msgid "Title" +msgstr "" + +msgid "Summary" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Add Files" +msgstr "" + +msgid "Start Over" +msgstr "" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" + +msgid "URL" +msgstr "" + +msgid "You must enter a URL to a web page" +msgstr "" + +msgid "The URL entered must begin with http://" +msgstr "" + +msgid "The web page you specified is unavailable" +msgstr "" + +msgid "Nothing to add found from this URL" +msgstr "" + +msgid "Nothing added since no items were selected" +msgstr "" + +msgid "Recent URLs" +msgstr "" + +#, c-format +msgid "URL: %s" +msgstr "" + +msgid "change" +msgstr "" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "" + +msgid "Add URLs" +msgstr "" + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "remove" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "You must enter a directory to add." +msgstr "" + +msgid "open_basedir documentation" +msgstr "" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" + +msgid "The webserver does not have permissions to read that directory." +msgstr "" + +msgid "The path you specified is not a valid directory." +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Reset" +msgstr "" diff --git a/po/it.po b/po/it.po new file mode 100644 index 0000000..b821bd4 --- /dev/null +++ b/po/it.po @@ -0,0 +1,309 @@ +# $Id: it.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-08-25 16:49+0200\n" +"PO-Revision-Date: 2007-02-19 12:23+0100\n" +"Last-Translator: Ermanno Baschiera <ebaschiera@gmail.com>\n" +"Language-Team: Italian <gallery-devel@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"X-Generator: KBabel 1.3\n" +"X-Poedit-Language: Italian\n" +"X-Poedit-Country: ITALY\n" + +msgid "From Local Server" +msgstr "Dal Server Locale" + +msgid "Photo" +msgstr "Foto" + +msgid "From Web Page" +msgstr "Da una Pagina Web" + +msgid "Available to all users with permission to add items" +msgstr "Disponibile a tutti gli utenti autorizzati ad aggiungere oggetti" + +msgid "Site Admins only" +msgstr "Solo Amministratori del Sito" + +msgid "Disabled" +msgstr "Disattivato" + +msgid "Add Items" +msgstr "Aggiungi Oggetti" + +msgid "Add items from local server or the web" +msgstr "Aggiungi oggetti dal server locale o dal web" + +msgid "Import" +msgstr "Importa" + +msgid "Web/Server" +msgstr "Web/Server" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Trasferisce file che sono già sul server di Gallery. I file devono essere già stati " +"caricati sul server in qualche modo (ad es. FTP) e devono essere piazzati in una directory " +"dove siano accessibili da ogni elemento del server. Se sei su Unix ciò significa che i file " +"e le directory in cui si trovano devono avere i permessi ad almeno 755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Per ragioni di sicurezza, non puoi usare questa funzione finché l'Amministratore di Gallery " +"non avrà configurato un set valido di directory per l'upload." + +msgid "site admin" +msgstr "amministrazione sito" + +msgid "Server Path" +msgstr "Path Server" + +msgid "You must enter a directory." +msgstr "Devi inserire una directory." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"La directory che hai inserito non è valida. Assicurati che la directory sia leggibile da " +"tutti gli utenti." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"La directory che hai inserito non è permessa. Deve essere una sottodirectory di una di " +"quelle indicate qui sotto." + +msgid "An item with the same name already exists." +msgstr "Esiste già un oggetto con lo stesso nome." + +msgid "Legal Directories" +msgstr "Directory Accettate" + +msgid "modify" +msgstr "modifica" + +msgid "Recent Directories" +msgstr "Directory Recenti" + +msgid "Find Files" +msgstr "Trova Files" + +#, c-format +msgid "Directory: %s" +msgstr "Directory: %s" + +msgid "File name" +msgstr "Nome del file" + +msgid "Type" +msgstr "Tipo" + +msgid "Size" +msgstr "Dimensione" + +msgid "Use Symlink" +msgstr "Usa Symlink" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "%d byte" +msgstr[1] "%d bytes" + +msgid "Parent Directory" +msgstr "Directory Padre" + +msgid "Directory" +msgstr "Directory" + +msgid "(Un)check all known types" +msgstr "(De)seleziona tutti i tipi conosciuti" + +msgid "(Un)check symlinks" +msgstr "(De)seleziona i symlink" + +msgid "for selected items" +msgstr "per gli oggetti selezionati" + +msgid "Copy base filenames to:" +msgstr "Copia nome file in:" + +msgid "Title" +msgstr "Titolo" + +msgid "Summary" +msgstr "Sommario" + +msgid "Description" +msgstr "Descrizione" + +msgid "Add Files" +msgstr "Aggiungi Files" + +msgid "Start Over" +msgstr "Ricomincia" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Importa file dentro Gallery da un altro sito web. Inserisci qui sotto una URL che punti a " +"una pagina web e Gallery ti permetterà di caricare tutti i media che troverà in quella " +"pagina. Nota che se inserisci l'URL di una directory, dovresti inserire l'URL con una barra " +"alla fine (ad es. http://example.com/directory/). " + +msgid "URL" +msgstr "URL" + +msgid "You must enter a URL to a web page" +msgstr "Devi inserire la URL di una pagina web" + +msgid "The URL entered must begin with http://" +msgstr "La URL inserita deve iniziare con http://" + +msgid "The web page you specified is unavailable" +msgstr "La pagina web che hai specificato non è raggiungibile" + +msgid "Nothing to add found from this URL" +msgstr "Nessun oggetto da aggiungere è stato trovato a questa URL" + +msgid "Nothing added since no items were selected" +msgstr "Aggiunto niente, perché nessun oggetto era selezionato" + +msgid "Recent URLs" +msgstr "URL Recenti" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +msgid "change" +msgstr "modifica" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "trovato %d url" +msgstr[1] "trovati %d url" + +msgid "(Un)check all" +msgstr "(De)seleziona tutto" + +msgid "Add URLs" +msgstr "Aggiungi URLs" + +msgid "Add Item Settings" +msgstr "Configurazione Aggiungi Oggetto" + +msgid "Settings saved successfully" +msgstr "Configurazione salvata con successo" + +msgid "Enable" +msgstr "Attiva" + +msgid "Add From Web" +msgstr "Aggiungi Dal Web" + +msgid "Add From Server" +msgstr "Aggiungi Da Server" + +msgid "Security Warning" +msgstr "Warning di Sicurezza" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" +"\"Aggiungi dal Web\" può essere soggetto di abusi per attaccare altri siti web nel tuo nome. " +"Alla parte attaccata sembrerà che tu, l'amministratore di questa Gallery, abbia " +"deliberatamente attaccato il loro sito web perché la tua Gallery agisce fidandosi dei tuoi " +"utenti. Per questo è raccomandato di attivare \"Aggiungi dal Web\" solo per gli utenti " +"fidati." + +msgid "Local Server Upload Paths" +msgstr "Path per l'upload sul server locale" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Specifica le directory legali del server locale in cui un utente può depositare file " +"per poi caricarli in Gallery usando la funzione <i>Carica dal Server Locale</i>. Il path " +"che inserirai e tutti i file e directory contenuti in quel path saranno a disposizione di " +"tutti gli utenti che hanno i premessi di upload, quindi faresti meglio a limitare questo " +"path a directory che non contengono dati sensibili (ad es. /tmp oppure /usr/ftp/incoming)" + +msgid "Path" +msgstr "Path" + +msgid "Action" +msgstr "Azione" + +msgid "remove" +msgstr "rimuovi" + +msgid "Add" +msgstr "Aggiungi" + +msgid "You must enter a directory to add." +msgstr "Devi inserire una directory da aggiungere." + +msgid "open_basedir documentation" +msgstr "documentazione open_basedir" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"Il tuo webserver è configurato in modo da non permetterti l'accesso a quella directory. Fa' " +"riferimento a %s e consulta l'amministratore del tuo weserver." + +msgid "The webserver does not have permissions to read that directory." +msgstr "Il web server non è autorizzato a leggere quella directory." + +msgid "The path you specified is not a valid directory." +msgstr "Il path che hai inserito non è una directory valida." + +msgid "Save" +msgstr "Salva" + +msgid "Reset" +msgstr "Resetta" diff --git a/po/ja.po b/po/ja.po new file mode 100644 index 0000000..3c1009d --- /dev/null +++ b/po/ja.po @@ -0,0 +1,299 @@ +# $Id: ja.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-08-06 00:53+0900\n" +"PO-Revision-Date: 2007-03-11 12:42+0900\n" +"Last-Translator: Yosuke Suzuki\n" +"Language-Team: Japanese <gallery-devel@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "From Local Server" +msgstr "ãã¼ã«ã«ãµã¼ãã¼ãã" + +msgid "Photo" +msgstr "ç»å" + +msgid "From Web Page" +msgstr "ã¦ã§ããã¼ã¸ãã" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "ãµã¤ã管çè ã®ã¿" + +msgid "Disabled" +msgstr "ç¡å¹" + +msgid "Add Items" +msgstr "ã¢ã¤ãã 追å " + +msgid "Add items from local server or the web" +msgstr "ãã¼ã«ã«ãµã¼ããã¦ã§ãããã¢ã¤ãã ã追å ãã" + +msgid "Import" +msgstr "ã¤ã³ãã¼ã" + +msgid "Web/Server" +msgstr "ã¦ã§ã/ãµã¼ãã¼" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"æ¢ã«ãµã¼ãã«ãããã¡ã¤ã«ãGalleryã«è»¢éãã¾ãããããã®ãã¡ã¤ã«ã¯FTPãªã©ã®ä»ã®æ¹æ³ã§ããã§ã«" +"ãµã¼ãã«ã¢ãããã¼ãããã¦ãã¦ã誰ãããã¢ã¯ã»ã¹ã§ããªãå ´æã«ç½®ãã¦ãªããã°ãªãã¾ãããUnix" +"ã使ç¨ãã¦ãããªããããã¯è©²å½ãã¡ã¤ã«ããã®ãã¡ã¤ã«ã®ãããã£ã¬ã¯ããªã®ã¢ã¯ã»ã¹ã¢ã¼ããå°ãª" +"ãã¨ã755ã«ããªãã¦ã¯ãªãã¾ããã" + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"ã»ãã¥ãªãã£ç¢ºä¿ã®ãããGalleryãµã¤ã管çè ãæ£å½ãªã¢ãããã¼ããã£ã¬ã¯ããªãè¨å®ããã¾ã§ãã" +"ã®æ©è½ã¯ä½¿ç¨ãããã¨ãã§ãã¾ããã" + +msgid "site admin" +msgstr "ãµã¤ã管ç" + +msgid "Server Path" +msgstr "ãµã¼ãã®ãã¹" + +msgid "You must enter a directory." +msgstr "ãã£ã¬ã¯ããªãå ¥åããªãã¦ã¯ãªãã¾ãã" + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"å ¥åããããã£ã¬ã¯ããªã¯ç¡å¹ã§ããå ¨ã¦ã®ã¦ã¼ã¶ãããã£ã¬ã¯ããªãèªã¿åãå¯è½ã確èªãã¦ãã ã" +"ãã" + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"å ¥åããããã£ã¬ã¯ããªã¯ä¸æ£ã§ãã以ä¸ã«ãªã¹ãã¢ããããããã£ã¬ã¯ããªã®ãã¡ã©ããã®ãµããã£" +"ã¬ã¯ããªã§ãªãã¨ããã¾ããã" + +msgid "An item with the same name already exists." +msgstr "ã¢ã¤ãã ã¯åãååã§æ¢ã«åå¨ãã¦ãã¾ãã" + +msgid "Legal Directories" +msgstr "é©åãªãã£ã¬ã¯ããª" + +msgid "modify" +msgstr "å¤æ´" + +msgid "Recent Directories" +msgstr "æè¿ã®ãã£ã¬ã¯ããª" + +msgid "Find Files" +msgstr "ãã¡ã¤ã«æ¤ç´¢" + +#, c-format +msgid "Directory: %s" +msgstr "ãã£ã¬ã¯ããª: %s" + +msgid "File name" +msgstr "ãã¡ã¤ã«å" + +msgid "Type" +msgstr "ã¿ã¤ã" + +msgid "Size" +msgstr "ãµã¤ãº" + +msgid "Use Symlink" +msgstr "ã·ã³ããªãã¯ãªã³ã¯ã使ã" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "%d ãã¤ã" + +msgid "Parent Directory" +msgstr "親ãã£ã¬ã¯ããª" + +msgid "Directory" +msgstr "ãã£ã¬ã¯ããª" + +msgid "(Un)check all known types" +msgstr "æ¢ç¥ã®å ¨ã¦ã®ã¿ã¤ãããã§ãã¯(ãã§ãã¯ãå¤ã)" + +msgid "(Un)check symlinks" +msgstr "ã·ã³ããªãã¯ãªã³ã¯ããã§ãã¯(ãã§ãã¯ãå¤ã)" + +msgid "for selected items" +msgstr "é¸æãããã¢ã¤ãã åãã«" + +msgid "Copy base filenames to:" +msgstr "ãã¼ã¹ã®ãã¡ã¤ã«åãã³ãã¼:" + +msgid "Title" +msgstr "ã¿ã¤ãã«" + +msgid "Summary" +msgstr "æ¦è¦" + +msgid "Description" +msgstr "説æ" + +msgid "Add Files" +msgstr "ãã¡ã¤ã«è¿½å " + +msgid "Start Over" +msgstr "ããç´ã" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Gallery ã«å¥ã®ãµã¤ããããã¡ã¤ã«ãã¤ã³ãã¼ããã¾ãã URLãä¸ã«å ¥åãã¦ãã ããããã®URLã®ãµã¤" +"ãã«ããã¡ãã£ã¢ãã¡ã¤ã«ãã¢ãããã¼ãã§ãã¾ããURLã®å ¥åã¯å¿ ãã'/' ã§çµããããã«ãã¦ãã ã" +"ããä¾ãã° http://example.com/directory/ ã®ããã«" + +msgid "URL" +msgstr "URL" + +msgid "You must enter a URL to a web page" +msgstr "ã¦ã§ããã¼ã¸ã¸ã®URLãå ¥åããªãã¦ã¯ãªãã¾ãã" + +msgid "The URL entered must begin with http://" +msgstr "å ¥åãããURL㯠http:// ã§å§ããªããã°ãªãã¾ãã" + +msgid "The web page you specified is unavailable" +msgstr "æå®ããã¦ã§ããã¼ã¸ã¯ç¡å¹ã§ã" + +msgid "Nothing to add found from this URL" +msgstr "ãã®ï¼µï¼²ï¼¬ããã¯ã追å ããç»åãããã¾ãã" + +msgid "Nothing added since no items were selected" +msgstr "ã¢ã¤ãã ãé¸æãããªãã£ãã®ã§ãä½ã追å ããã¾ããã§ãã" + +msgid "Recent URLs" +msgstr "æè¿ã®URL" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +msgid "change" +msgstr "å¤æ´" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "å ¨ã¦ã«ãã§ãã¯(ãã§ãã¯ãå¤ã)" + +msgid "Add URLs" +msgstr "URLã®è¿½å " + +msgid "Add Item Settings" +msgstr "ã¢ã¤ãã 追å ã®è¨å®" + +msgid "Settings saved successfully" +msgstr "è¨å®ã®ä¿åã«æåãã¾ãã" + +msgid "Enable" +msgstr "æå¹" + +msgid "Add From Web" +msgstr "ã¦ã§ããã追å " + +msgid "Add From Server" +msgstr "ãµã¼ããã追å " + +msgid "Security Warning" +msgstr "ã»ãã¥ãªãã£è¦å" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "ãµã¼ãã®ãã¼ã«ã«ã¢ãããã¼ããã¹" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"ã¦ã¼ã¶ããã¡ã¤ã«ãä¿åãã¦ããããã<i>Upload from Local Server</i>æ©è½ã§Galleryã¸ã¢ãããã¼" +"ãã§ãããã¼ã«ã«ãµã¼ãä¸ã®é©åãªãã£ã¬ã¯ããªãæå®ãã¦ãã ãããããã¸å ¥åãããã¹ã¨ãã以ä¸" +"ã®å ¨ã¦ã®ãã¡ã¤ã«ã¨ãã£ã¬ã¯ããªã¯ã¢ãããã¼ãç¹æ¨©ãæã¤ããããGalleryã¦ã¼ã¶ããå©ç¨å¯è½ã§ãã" +"ãã®ããããããæ©å¯ãã¼ã¿ã®å«ã¾ãªããã£ã¬ã¯ããªã«å¶éãã¹ãã§ãã(ä¾: /tmpã /usr/ftp/" +"incoming)" + +msgid "Path" +msgstr "ãã¹" + +msgid "Action" +msgstr "ã¢ã¯ã·ã§ã³" + +msgid "remove" +msgstr "åé¤" + +msgid "Add" +msgstr "追å " + +msgid "You must enter a directory to add." +msgstr "追å ãããã£ã¬ã¯ããªãå ¥åããªãã¦ã¯ãªãã¾ãã" + +msgid "open_basedir documentation" +msgstr "open_basedir ããã¥ã¡ã³ã" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"ã¦ã§ããµã¼ãã¯ãã®ãã£ã¬ã¯ããªã¸ã¢ã¯ã»ã¹ã§ããªãããã«è¨å®ããã¦ãã¾ãã%s ãåç §ãã¦ã¦ã§ã" +"ãµã¼ãã®ç®¡çè ã¸ç¸è«ãã¦ãã ããã" + +msgid "The webserver does not have permissions to read that directory." +msgstr "ã¦ã§ããµã¼ãã¯ãã®ãã£ã¬ã¯ããªãèªã権éãããã¾ããã" + +msgid "The path you specified is not a valid directory." +msgstr "ããªããæå®ãããã¹ã¯æå¹ãªãã£ã¬ã¯ããªã§ã¯ããã¾ããã" + +msgid "Save" +msgstr "ä¿å" + +msgid "Reset" +msgstr "ãªã»ãã" diff --git a/po/ko.po b/po/ko.po new file mode 100644 index 0000000..fad64e7 --- /dev/null +++ b/po/ko.po @@ -0,0 +1,288 @@ +# $Id: ko.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: gallery-translations@lists.sourceforge.net\n" +"POT-Creation-Date: 2006-12-20 09:44-0800\n" +"PO-Revision-Date: 2006-06-01 11:05+0900\n" +"Last-Translator: Juice <blackmantle@gmail.com>\n" +"Language-Team: Korean <gallery-translations@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Poedit-Language: Korean\n" +"X-Poedit-Country: KOREA, REPUBLIC OF\n" +"X-Poedit-SourceCharset: utf-8\n" + +msgid "From Local Server" +msgstr "ë¡ì»¬ ìë²ë¡ ë¶í°" + +msgid "Photo" +msgstr "ì¬ì§" + +msgid "From Web Page" +msgstr "ì¹ íì´ì§ë¡ ë¶í°" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "ìì´í ì¶ê°í기" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" + +msgid "site admin" +msgstr "" + +msgid "Server Path" +msgstr "" + +msgid "You must enter a directory." +msgstr "ëë í°ë¦¬ë¥¼ ì ë ¥íììì." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"ì ë ¥í ëë í°ë¦¬ê° ì¬ë°ë¥´ì§ 못í©ëë¤. ëë í°ë¦¬ë ë°ëì 모ë ì¬ì©ìê° ì½ìì ìëë¡ ë§ë¤ì´ì¼ " +"í©ëë¤." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" + +msgid "An item with the same name already exists." +msgstr "ì´ ìì´í ê³¼ ê°ì ì´ë¦ì´ ì´ë¯¸ ììµëë¤." + +msgid "Legal Directories" +msgstr "ì í©í ëë í°ë¦¬" + +msgid "modify" +msgstr "ìì " + +msgid "Recent Directories" +msgstr "ìµê·¼ ëë í°ë¦¬" + +msgid "Find Files" +msgstr "íì¼ì ì°¾ìµëë¤." + +#, c-format +msgid "Directory: %s" +msgstr "ëë í°ë¦¬ : %s" + +msgid "File name" +msgstr "íì¼ ì´ë¦" + +msgid "Type" +msgstr "ì í" + +msgid "Size" +msgstr "í¬ê¸°" + +msgid "Use Symlink" +msgstr "ì¬ë³¼ë¦ ë§í¬ ì¬ì©" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "%d ë°ì´í¸" + +msgid "Parent Directory" +msgstr "ë¶ëª¨ ëë í°ë¦¬" + +msgid "Directory" +msgstr "ëë í°ë¦¬" + +msgid "(Un)check all known types" +msgstr "ìë ¤ì§ ì í 모ë ì²´í¬/ì²´í¬ í´ì " + +msgid "(Un)check symlinks" +msgstr "ì¬ë³¼ë¦ ë§í¬ ì¬ì©/ì¬ì© ìí¨" + +msgid "for selected items" +msgstr "ì íë ìì´í " + +msgid "Copy base filenames to:" +msgstr "íì¼ ì´ë¦ì 기본 ê°ì¼ë¡ ì ë ¥í©ëë¤." + +msgid "Title" +msgstr "ì 목" + +msgid "Summary" +msgstr "ê°ë¨í ì¤ëª " + +msgid "Description" +msgstr "ì¤ëª " + +msgid "Add Files" +msgstr "íì¼ ì¶ê°" + +msgid "Start Over" +msgstr "ì²ìë¶í° ë¤ì" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"ë ë¤ë¥¸ ì¹ì¬ì´í¸ë¡ë¶í° Galleryë¡ íì¼ì ê°ì ¸ìµëë¤. ìëì ì´ë¤ ì¹íì´ì§ 주ìë ì§ ì ë ¥í ì " +"ììµëë¤. ê·¸ë¦¬ê³ Galleryë ì´ë¤ 미ëì´ íì¼ì´ë ì ë¡ëí ì ììµëë¤. ì ë ¥íì 주ìì ëì ì¬" +"ëì¬ë¡ ëëì¼ íë ê²ì ììëììì¤.(ì,http://example.com/directory/)" + +msgid "URL" +msgstr "" + +msgid "You must enter a URL to a web page" +msgstr "ì¹ íì´ì§ì URLì ì ë ¥íììì¤." + +msgid "The URL entered must begin with http://" +msgstr "URLì http://ë¡ ììë¼ì¼í©ëë¤." + +msgid "The web page you specified is unavailable" +msgstr "í¹ì ì¹ íì´ì§ë¥¼ ì¬ì©í ì ììµëë¤." + +msgid "Nothing to add found from this URL" +msgstr "ì´ ì£¼ììì ì¶ê° ê°ë¥í ê·¸ ì´ë¤ ê²ë ë°ê²¬íì§ ëª»íìµëë¤." + +msgid "Nothing added since no items were selected" +msgstr "" + +msgid "Recent URLs" +msgstr "ìµê·¼ ì¬ì©í 주ì" + +#, c-format +msgid "URL: %s" +msgstr "" + +msgid "change" +msgstr "" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "%dê°ì URLì ì°¾ì" + +msgid "(Un)check all" +msgstr "모ë ì²´í¬/ì²´í¬ í´ì " + +msgid "Add URLs" +msgstr "ì¶ê°í©ëë¤." + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "ì¤ì ì´ ì ì¥ëììµëë¤." + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "ë¡ì»¬ ìë² ì ë¡ë ê²½ë¡" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" + +msgid "Path" +msgstr "ê²½ë¡" + +msgid "Action" +msgstr "ëª ë ¹" + +msgid "remove" +msgstr "ì ê±°" + +msgid "Add" +msgstr "ì¶ê°" + +msgid "You must enter a directory to add." +msgstr "ì¶ê°í ëë í 리를 ì ë ¥íììì." + +msgid "open_basedir documentation" +msgstr "open_basedir 문ì" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"ë¹ì ì ì¹ìë²ë ëë í°ë¦¬ì ì ê·¼ 못íëë¡ ì¤ì ì´ ëì´ììµëë¤. %sì ëí´ ììë³´ê³ , ìë² ê´ë¦¬ì" +"ìê² ë¬¸ìí´ë³´ì기 ë°ëëë¤." + +msgid "The webserver does not have permissions to read that directory." +msgstr "ì¹ ìë²ìê² í´ë¹ ëë í 리를 ì½ì ê¶íì´ ììµëë¤." + +msgid "The path you specified is not a valid directory." +msgstr "" + +msgid "Save" +msgstr "ì ì¥" + +msgid "Reset" +msgstr "ë¤ì" diff --git a/po/lt.po b/po/lt.po new file mode 100644 index 0000000..b4cc54a --- /dev/null +++ b/po/lt.po @@ -0,0 +1,302 @@ +# $Id: lt.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-03-12 22:28+0200\n" +"PO-Revision-Date: 2006-03-12 23:02+0200\n" +"Last-Translator: Darius ŽitkeviÄius <skystis@splius.lt>\n" +"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%" +"100>=20) ? 1 : 2);\n" +"X-Generator: KBabel 1.11.1\n" + +msgid "From Local Server" +msgstr "IÅ¡ lokalaus serverio" + +msgid "Photo" +msgstr "Foto" + +msgid "From Web Page" +msgstr "IÅ¡ interneto puslapio" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "Naujas elementas" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Ä®kelti į galerijÄ failus, kurie jau yra serveryje. Failai į serverį jau turi bÅ«ti įkelti " +"kažkokiu kitu bÅ«du (pvz.: FTP). Failai turi bÅ«ti prieinami visiems serverio vartotojams. " +"Jei galerija veikia Unix serveryje, tuomet tai reiÅ¡kia, kad visi failai ir aplankai turi " +"turÄti prieigos teises mažiausiai 755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Saugumo sumetimais Å¡ia galimybe naudotis uždrausta. Kad aktyvuoti šį metodÄ Galerijos " +"administratorius turi nuodyti failų įkÄlimui tinkamus aplankus. " + +msgid "site admin" +msgstr "svetainÄs administravimas" + +msgid "Server Path" +msgstr "Serverio kelias" + +msgid "You must enter a directory." +msgstr "Reikia nurodyti aplankÄ ." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"Nurodytas aplankas netinkamas. Ä®sitikinkite kad Å¡is aplankas yra prieinamas visiems " +"sistemos vartotojams." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"Nurodytas negalimas aplankas. Jis turi bÅ«ti vieno iÅ¡ žemiau iÅ¡vardintų aplankų poaplankis." + +msgid "An item with the same name already exists." +msgstr "Elementas tokiu pat pavadinimų jau yra." + +msgid "Legal Directories" +msgstr "Tinkami aplankai" + +msgid "modify" +msgstr "keisti" + +msgid "Recent Directories" +msgstr "Paskutiniai naudoti aplankai" + +msgid "Find Files" +msgstr "Rasti failus" + +#, c-format +msgid "Directory: %s" +msgstr "Aplankas: %s" + +msgid "File name" +msgstr "Failo pavadinimas" + +msgid "Type" +msgstr "Tipas" + +msgid "Size" +msgstr "Dydis" + +msgid "Use Symlink" +msgstr "Naudoti simbolinÄ nuorodÄ " + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "" +msgstr[1] "" + +msgid "Parent Directory" +msgstr "AukÅ¡tesnio lygmens aplankas" + +msgid "Directory" +msgstr "Aplankas" + +msgid "(Un)check all known types" +msgstr "ŽimÄti/NežimÄti visus žinomus tipus" + +msgid "(Un)check symlinks" +msgstr "ŽimÄti/NežimÄti simbolines nuorodas" + +msgid "for selected items" +msgstr "pažymÄtiems elementams" + +msgid "Copy base filenames to:" +msgstr "Kopijuoti pagrindinius failų pavadinimus į:" + +msgid "Title" +msgstr "AntraÅ¡tÄ" + +msgid "Summary" +msgstr "Santrauka" + +msgid "Description" +msgstr "ApraÅ¡ymas" + +msgid "Add Files" +msgstr "PridÄti failus" + +msgid "Start Over" +msgstr "PradÄti iÅ¡ naujo" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Importuoti failus į galerijÄ iÅ¡ kito web serverio. Ä®veskite bet kokios interneto svetainÄs " +"adresÄ ir Galerija suteiks galimybÄ Ä¯kelti bet kokius failus, kuriuos ras Å¡iame puslapyje. " +"Atkreipkite dÄmesį į tai, kad jei įvedate adresÄ Ä¯ aplankÄ , tuomet adresÄ reikia užbaigti " +"pakreiptu brÅ«kÅ¡niu (pvz.: http://example.com/directory/)." + +msgid "URL" +msgstr "Adresas" + +msgid "You must enter a URL to a web page" +msgstr "Reikia įvesti svetainÄs adresÄ " + +msgid "The URL entered must begin with http://" +msgstr "Ä®vestas adresas turi prasidÄti http://" + +msgid "The web page you specified is unavailable" +msgstr "JÅ«sų nurodytas puslapis nepasiekiamas" + +msgid "Nothing to add found from this URL" +msgstr "Nurodytu adresu nerasta nieko kÄ bÅ«tu galima įkelti" + +msgid "Nothing added since no items were selected" +msgstr "NÄra ko įkelti, kadangi nieko nepažymÄta" + +msgid "Recent URLs" +msgstr "Paskutiniai naudoti adresai" + +#, c-format +msgid "URL: %s" +msgstr "Adresas: %s" + +msgid "change" +msgstr "keisti" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "ŽymÄti/NežymÄti viskÄ " + +msgid "Add URLs" +msgstr "PridÄti adresÄ " + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "Nustatymai iÅ¡saugoti sÄkmingai" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "Lokalaus serverio failų įkÄlimo keliai" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Nurodykite aplankus lokaliame serveryje į kuriuos vartotojai gali įkelti (upload) failus ir " +"vÄliau juos įkelti į galerijÄ pasinaudodami <i>Ä®kelti iÅ¡ lokalaus serverio</i> galimybe. " +"Aplankai, kuriuos Äia nurodysite ir visi failai, esantys juose, bus prieinami visiems " +"Galerijos vartotojams, kurie turi teisÄ Ä¯kelti elementus, taigi Å¡iuose aplankuose neturÄtu " +"bÅ«ti svarbios informacijos (pvz.: /tmp ar /home/ftp/incoming)." + +msgid "Path" +msgstr "Kelias" + +msgid "Action" +msgstr "Veiksmas" + +msgid "remove" +msgstr "paÅ¡alinti" + +msgid "Add" +msgstr "PridÄti" + +msgid "You must enter a directory to add." +msgstr "Reikia nurodyti kokį aplankÄ pridedate." + +msgid "open_basedir documentation" +msgstr "open_basedir dokumetacija" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"JÅ«sų web serveris suderintas taip kad nepasiektu nurodyto aplanko. Paskaitykite %s arba " +"kreipkitÄs į serverio administratorių." + +msgid "The webserver does not have permissions to read that directory." +msgstr "Web serveris Å¡iam aplankui neturi prieigos teisių." + +msgid "The path you specified is not a valid directory." +msgstr "Nurodytas kelias nÄra tinkamas aplankas." + +msgid "Save" +msgstr "IÅ¡saugoti" + +msgid "Reset" +msgstr "Anuliuoti pakeitimus" diff --git a/po/nl.po b/po/nl.po new file mode 100644 index 0000000..ba18688 --- /dev/null +++ b/po/nl.po @@ -0,0 +1,301 @@ +# $Id: nl.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"POT-Creation-Date: 2003-02-11 03:09-0800\n" +"PO-Revision-Date: 2006-03-17 19:49+0100\n" +"Last-Translator: Buut <buut at users.sourceforge Remove - This dot net>\n" +"Language-Team: Dutch <gallery-devel@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "From Local Server" +msgstr "Toevoegen Vanuit Uw Server" + +msgid "Photo" +msgstr "Foto" + +msgid "From Web Page" +msgstr "Vanuit een Web Pagina" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "Items Toevoegen" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Bestanden die reeds op uw server staan overbrengen naar uw Gallery. De bestanden moeten " +"reeds op een bepaalde manier naar uw server geupload zijn (zoals via FTP) en moeten zich in " +"een directory bevinden van waaruit zij op alle benodigde manieren toegankelijk zijn. Als u " +"Unix gebruikt betekend dit dat de bestanden en de directory op zijn minst op toegangsniveau " +"755 ingesteld moeten zijn." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Vanwege beveiligingsredenen, kunt u niet van deze functionaliteit gebruik maken, totdat de " +"beheerder van de Gallery site een aantal toegestane upload directories heeft gedefinieerd." + +msgid "site admin" +msgstr "Site beheer" + +msgid "Server Path" +msgstr "Server Pad" + +msgid "You must enter a directory." +msgstr "U moet een directory opgeven." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"De opgegeven directory is niet juist. Zorg ervoor dat de directory leesbaar is voor alle " +"gebruikers." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"De opgegeven directory is niet toegestaan. Het moet één van de onderstaand directories zijn." + +msgid "An item with the same name already exists." +msgstr "Een item met dezelfde naam bestaat reeds." + +msgid "Legal Directories" +msgstr "Toegestane Directories" + +msgid "modify" +msgstr "bewerken" + +msgid "Recent Directories" +msgstr "Onlangs Geopende Directories" + +msgid "Find Files" +msgstr "Zoek Bestanden" + +#, c-format +msgid "Directory: %s" +msgstr "Directory: %s" + +msgid "File name" +msgstr "Bestandsnaam" + +msgid "Type" +msgstr "Type" + +msgid "Size" +msgstr "Grootte" + +msgid "Use Symlink" +msgstr "Gebruik een Symlink" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "" +msgstr[1] "" + +msgid "Parent Directory" +msgstr "Bovenliggende Directory" + +msgid "Directory" +msgstr "Directory" + +msgid "(Un)check all known types" +msgstr "(De)selecteer alle bekende typen" + +msgid "(Un)check symlinks" +msgstr "(De)selecteer symlinks" + +msgid "for selected items" +msgstr "voor geselecteerde items" + +msgid "Copy base filenames to:" +msgstr "Kopieer bestandsnamen naar:" + +msgid "Title" +msgstr "Titel" + +msgid "Summary" +msgstr "Samenvatting" + +msgid "Description" +msgstr "Omschrijving" + +msgid "Add Files" +msgstr "Bestanden Toevoegen" + +msgid "Start Over" +msgstr "Opnieuw" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Importeer bestanden naar Gallery vanuit een andere website. Geef hieronder een URL naar een " +"web pagina op internet and Gallery zal u de mogelijkheid geven om elk gevonden media bestand " +"op deze pagina te uploaden. Let op, als u een URL ingeeft naar een directory moet de URL " +"eindigen met een slash (bijv, http://www.voorbeeld.com/directory/)." + +msgid "URL" +msgstr "URL" + +msgid "You must enter a URL to a web page" +msgstr "U moet URL naar een web pagina opgeven" + +msgid "The URL entered must begin with http://" +msgstr "The opgegeven URL moet beginnen met http://" + +msgid "The web page you specified is unavailable" +msgstr "De ingegeven web pagina is niet beschikbaar" + +msgid "Nothing to add found from this URL" +msgstr "Niets gevonden om toe te voegen vanuit deze URL" + +msgid "Nothing added since no items were selected" +msgstr "Geen items toegevoegd, aangezien er geen items waren geselecteerd" + +msgid "Recent URLs" +msgstr "Onlangs geopende URLs" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +msgid "change" +msgstr "Wijzigen" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "(De)selecteer alles" + +msgid "Add URLs" +msgstr "URLs Toevoegen" + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "Instellingen succesvol opgeslagen" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "Lokale Server Upload Paden" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Specificeer de toegestane directories op de lokale server van waaruit gebruikers bestanden " +"kunnen opslaan en daarna uploaden in Gallery met behulp van de <i>Uploaden van lokale " +"Server</i> functionaliteit. De paden die u hier ingeeft en alle bestanden en directories " +"onder deze paden zullen beschikbaar zijn voor elke Gallery gebruiker met upload rechten. U " +"moet daarom alleen paden ingeven die geen gevoelige informatie bevatten (bijv. /tmp of /usr/" +"ftp/incoming)" + +msgid "Path" +msgstr "Pad" + +msgid "Action" +msgstr "Actie" + +msgid "remove" +msgstr "verwijderen" + +msgid "Add" +msgstr "Toevoegen" + +msgid "You must enter a directory to add." +msgstr "U moet een directory opgeven om deze toe te voegen." + +msgid "open_basedir documentation" +msgstr "open_basedir documentatie" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"Uw web server is ingesteld om te voorkomen dat u toegang heeft tot deze directory. Raadpleeg " +"de %s en overleg met uw beheerder van uw web server." + +msgid "The webserver does not have permissions to read that directory." +msgstr "De webserver heeft geen rechten om de directory te lezen." + +msgid "The path you specified is not a valid directory." +msgstr "Het opgegeven pad is geen geldige directory" + +msgid "Save" +msgstr "Opslaan" + +msgid "Reset" +msgstr "Terugzetten" diff --git a/po/no.po b/po/no.po new file mode 100644 index 0000000..fdf9246 --- /dev/null +++ b/po/no.po @@ -0,0 +1,303 @@ +# $Id: no.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-02-01 23:38+0100\n" +"PO-Revision-Date: 2007-03-02 20:31+0100\n" +"Last-Translator: Sverre M. Vikan <sverre AT urven DOT net>\n" +"Language-Team: Norwegian <gallery-devel@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "From Local Server" +msgstr "Fra lokal tjener" + +msgid "Photo" +msgstr "Foto" + +msgid "From Web Page" +msgstr "Fra nettside" + +msgid "Available to all users with permission to add items" +msgstr "Tilgjengelig for alle brukere med tillatelse til Ã¥ legge til objekter" + +msgid "Site Admins only" +msgstr "Kun administratorer" + +msgid "Disabled" +msgstr "Deaktivert" + +msgid "Add Items" +msgstr "Legg til objekter" + +msgid "Add items from local server or the web" +msgstr "Legg til objekter fra lokal tjener eller fra nettet" + +msgid "Import" +msgstr "Importering" + +msgid "Web/Server" +msgstr "Nett/tjener" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Overfør filer som allerede finnes pÃ¥ din tjener til ditt galleri. Filene mÃ¥ allerede være " +"lastet opp til din tjener pÃ¥ en annen mÃ¥te (f.eks. via FTP) og mÃ¥ være plasserte i en " +"katalog som er tilgjengelig for ethvert element pÃ¥ tjeneren. Om du bruker Unix betyr dette " +"at filene og katalogen filene er i mÃ¥ minst ha modus 755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Av sikkerhetsmessige hensyn kan du ikke bruke denne delen av programmet inntil " +"administratoren av Gallery setter opp kataloger tilgjengelig for opplasting." + +msgid "site admin" +msgstr "systemadministrator" + +msgid "Server Path" +msgstr "Tjenersti" + +msgid "You must enter a directory." +msgstr "Du mÃ¥ skrive inn en katalog." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "Katalogen du skrev inn er ugyldig. Sjekk at katalogen er lesbar for alle brukere." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"Katalogen du skrev inn er ulovlig. Den mÃ¥ være en underkatalog av en av katalogene som er " +"listet under." + +msgid "An item with the same name already exists." +msgstr "Et objekt med samme navn finnes allerede." + +msgid "Legal Directories" +msgstr "Tillatte kataloger" + +msgid "modify" +msgstr "endre" + +msgid "Recent Directories" +msgstr "Nylige kataloger" + +msgid "Find Files" +msgstr "Finn filer" + +#, c-format +msgid "Directory: %s" +msgstr "Katalog: %s" + +msgid "File name" +msgstr "Filnavn" + +msgid "Type" +msgstr "Type" + +msgid "Size" +msgstr "Størrelse" + +msgid "Use Symlink" +msgstr "Bruk symlenke" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "%d byte" +msgstr[1] "%d byte" + +msgid "Parent Directory" +msgstr "Hovedkatalog" + +msgid "Directory" +msgstr "Katalog" + +msgid "(Un)check all known types" +msgstr "(De-)marker alle kjente typer" + +msgid "(Un)check symlinks" +msgstr "(De-)marker symlenker" + +msgid "for selected items" +msgstr "for valgte objekter" + +msgid "Copy base filenames to:" +msgstr "Kopier basisfilnavn til:" + +msgid "Title" +msgstr "Tittel" + +msgid "Summary" +msgstr "Sammendrag" + +msgid "Description" +msgstr "Beskrivelse" + +msgid "Add Files" +msgstr "Legg til filer" + +msgid "Start Over" +msgstr "Start pÃ¥ nytt" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Importer filer til Gallery fra en annen nettside. Skriv inn nettadressenen til en side pÃ¥ " +"Internett, og Gallery vil tillate deg Ã¥ laste opp alle mediafiler den finner pÃ¥ siden. Merk " +"at hvis du skriver inn nettadresseen til en katalog, mÃ¥ nettadressen slutte med en " +"skrÃ¥strek. (eks. http://eksempel.no/katalog/)." + +msgid "URL" +msgstr "Nettadresse" + +msgid "You must enter a URL to a web page" +msgstr "Du mÃ¥ skrive inn en nettadresse til en nettside" + +msgid "The URL entered must begin with http://" +msgstr "Den inntastede nettadressen mÃ¥ begynne med http://" + +msgid "The web page you specified is unavailable" +msgstr "Nettsiden du oppga er utilgjengelig" + +msgid "Nothing to add found from this URL" +msgstr "Det ble ikke funnet noe Ã¥ legge til fra denne nettadressen" + +msgid "Nothing added since no items were selected" +msgstr "Ingenting ble lagt til ettersom ingen objekter ble valgt" + +msgid "Recent URLs" +msgstr "Nylige nettadresser" + +#, c-format +msgid "URL: %s" +msgstr "Nettadresse: %s" + +msgid "change" +msgstr "endre" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "%d nettadresse funnet" +msgstr[1] "%d nettadresser funnet" + +msgid "(Un)check all" +msgstr "(De-)marker alle" + +msgid "Add URLs" +msgstr "Legg til nettadresser" + +msgid "Add Item Settings" +msgstr "Innstillinger for Legg til objekter" + +msgid "Settings saved successfully" +msgstr "Vellykket lagring av innstillinger" + +msgid "Enable" +msgstr "Aktiver" + +msgid "Add From Web" +msgstr "Legg til fra nett" + +msgid "Add From Server" +msgstr "Legg til fra tjener" + +msgid "Security Warning" +msgstr "Sikkerhetsadvarsel" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" +"\"Legg til fra nettside\" kan misbrukes til Ã¥ angripe andre nettsteder i ditt navn. For den " +"angrepede parten ville det sett ut som om du, dette galleris administrator, angrep deres " +"nettsted med vilje fordi ditt galleri utfører oppgaver pÃ¥ vegne av dine brukere. Det er " +"derfor anbefalt at du kun aktiverer \"Legg til fra nettside\" hos brukere du stoler pÃ¥." + +msgid "Local Server Upload Paths" +msgstr "Opplastingsstier pÃ¥ lokal tjener" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Oppgi de tillatte kataloger pÃ¥ den lokale tjeneren hvor en bruker kan lagre filer og sÃ¥ " +"laste de inn i Gallery via <i>Last opp fra lokal tjener</i>. Stiene du skriver inn her og " +"alle filer og kataloger under de stiene vil være tilgjengelig for enhver Gallery-bruker som " +"har tilgang til opplasting, sÃ¥ du bør begrense dette til kataloger som ikke inneholder " +"sensitive data (f.eks. /tmp eller /usr/ftp/incoming)" + +msgid "Path" +msgstr "Sti" + +msgid "Action" +msgstr "Behandling" + +msgid "remove" +msgstr "fjern" + +msgid "Add" +msgstr "Legg til" + +msgid "You must enter a directory to add." +msgstr "Du mÃ¥ skrive inn en katalog som skal legges til." + +msgid "open_basedir documentation" +msgstr "open_basedir-dokumentasjon" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"Din nettjener er satt opp til nekte deg tilgang til den katalogen. Vennligst henvis til %s " +"og snakk med systemansvarlig for din nettjener." + +msgid "The webserver does not have permissions to read that directory." +msgstr "Nettjeneren har ikke tilgang til lese den katalogen." + +msgid "The path you specified is not a valid directory." +msgstr "Stien du skrev inn er ikke en gyldig katalog." + +msgid "Save" +msgstr "Lagre" + +msgid "Reset" +msgstr "Nullstill" diff --git a/po/pl.po b/po/pl.po new file mode 100644 index 0000000..76eb6cf --- /dev/null +++ b/po/pl.po @@ -0,0 +1,310 @@ +# $Id: pl.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"POT-Creation-Date: 2006-02-23 10:15+0100\n" +"PO-Revision-Date: 2007-03-02 19:07+0100\n" +"Last-Translator: Kappana <kappana@gnoms.net>\n" +"Language-Team: Polish <gallery-devel@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? " +"1 : 2);\n" +"X-Poedit-Language: Polish\n" +"X-Poedit-Country: POLAND\n" + +msgid "From Local Server" +msgstr "Z serwera lokalnego" + +msgid "Photo" +msgstr "ZdjÄcie" + +msgid "From Web Page" +msgstr "Ze strony WWW" + +msgid "Available to all users with permission to add items" +msgstr "DostÄpne dla wszystkich użytkowników z prawami dodawania pozycji" + +msgid "Site Admins only" +msgstr "Tylko administratorzy galerii" + +msgid "Disabled" +msgstr "WyÅaczone" + +msgid "Add Items" +msgstr "Dodaj pozycje" + +msgid "Add items from local server or the web" +msgstr "Dodaje pozycje z serwera lokalnego lub ze stron WWW" + +msgid "Import" +msgstr "Import" + +msgid "Web/Server" +msgstr "WWW/Serwer" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"WyÅlij pliki, które sÄ już na serwerze do Galerii. Pliki muszÄ byÄ przesÅane do serwera innÄ " +"drogÄ (np. FTP) i muszÄ byÄ umieszczone w katalogu, który jest dostÄpny dla wszystkich na " +"serwerze. JeÅli serwer jest typu UNIX, oznacza to, że katalogi i pliki powinny mieÄ " +"uprawnienia conajmniej 755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Ze wzglÄdów bezpieczeÅstwa nie możesz użyÄ tej opcji dopóki Administrator Galerii nie " +"skonfiguruje katalogów dla wysyÅanych plików." + +msgid "site admin" +msgstr "administrator strony" + +msgid "Server Path" +msgstr "Åcieżka serwera" + +msgid "You must enter a directory." +msgstr "Musisz wprowadziÄ katalog." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"Katalog, który wprowadziÅeÅ jest nieprawidÅowy. Upewnij siÄ, że katalog jest dostÄpny dla " +"wszystkich użytkowników" + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"Katalog, który wprowadziÅeÅ jest nieprawidÅowy. Musi on byÄ podkatalogiem jednego z " +"katalogów wymienionych poniżej." + +msgid "An item with the same name already exists." +msgstr "Pozycja o tej nazwie już istnieje." + +msgid "Legal Directories" +msgstr "DostÄpne katalogi" + +msgid "modify" +msgstr "modyfikuj" + +msgid "Recent Directories" +msgstr "Ostatnie katalogi" + +msgid "Find Files" +msgstr "Znajdź pliki" + +#, c-format +msgid "Directory: %s" +msgstr "Katalog: %s" + +msgid "File name" +msgstr "Nazwa pliku" + +msgid "Type" +msgstr "Typ" + +msgid "Size" +msgstr "WielkoÅÄ" + +msgid "Use Symlink" +msgstr "Użyj symbolicznego linkowania" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "%d byte" +msgstr[1] "%d bytes" +msgstr[2] "%d bytes" + +msgid "Parent Directory" +msgstr "Katalog domowy" + +msgid "Directory" +msgstr "Katalog" + +msgid "(Un)check all known types" +msgstr "Odznacz/Zaznacz wszystko" + +msgid "(Un)check symlinks" +msgstr "Odznacz/Zaznacz symboliczne linkowanie" + +msgid "for selected items" +msgstr "dla wybranych pozycji" + +msgid "Copy base filenames to:" +msgstr "Skopiuj nazwy plików do:" + +msgid "Title" +msgstr "TytuÅ" + +msgid "Summary" +msgstr "Podsumowanie" + +msgid "Description" +msgstr "Opis" + +msgid "Add Files" +msgstr "Dodaj pliki" + +msgid "Start Over" +msgstr "Rozpocznij od poczÄ tku" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Zaimportuj pliki do Galerii z innej strony WWW. Wpisz poniżej adres URL do dowolnej strony w " +"sieci, a Galeria pobierze wszystkie pliki typu media jakie znajdujÄ siÄ na tej stronie. " +"PamiÄtaj, że jeÅli podajesz adres URL do katalogu to powinieneÅ zakoÅczyÄ adres URL znakiem " +"\"/\" (np. http://example.com/directory/). " + +msgid "URL" +msgstr "URL" + +msgid "You must enter a URL to a web page" +msgstr "Musisz wprowadziÄ URL strony WWW" + +msgid "The URL entered must begin with http://" +msgstr "Adres URL musi zaczynaÄ siÄ od http://" + +msgid "The web page you specified is unavailable" +msgstr "Strona WWW którÄ podaÅeÅ jest niedostÄpna." + +msgid "Nothing to add found from this URL" +msgstr "Nie ma nic do dodania z tego URL'a" + +msgid "Nothing added since no items were selected" +msgstr "Nie wybrano żadnej pozycji - nic nie zostaÅo dodane" + +msgid "Recent URLs" +msgstr "Ostatnie adresy URL" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +msgid "change" +msgstr "zmieÅ" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "%d znaleziony adres URL" +msgstr[1] "%d znalezione adresy URL" +msgstr[2] "%d znalezionych adresów URL" + +msgid "(Un)check all" +msgstr "Odznacz/Zaznacz wszystko" + +msgid "Add URLs" +msgstr "Dodaj URL'e" + +msgid "Add Item Settings" +msgstr "Ustawienia dodawania pozycji" + +msgid "Settings saved successfully" +msgstr "Ustawienia zostaÅy zapisane" + +msgid "Enable" +msgstr "WÅÄ czone" + +msgid "Add From Web" +msgstr "Dodaj ze strony WWW" + +msgid "Add From Server" +msgstr "Dodaj z serwera" + +msgid "Security Warning" +msgstr "Ostrzeżenie bezpieczeÅstwa" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" +"Opcja \"Dodaj ze strony WWW\" może byÄ wykorzystana do zaatakowania innych stron w twoim " +"imieniu. Dla zaatakowanych stron bÄdzie to wyglÄ daÅo jakby administrator galerii, umyÅlnie " +"zaatakowaÅ ich stronÄ, dlatego, że aplikacja Gallery dziaÅa w imieniu uzytkowników. W " +"zwiÄ zku z powyższym zalecane jest wÅÄ czanie opcji \"Dodaj ze strony WWW\" tylko dla " +"zaufanych użytkowników." + +msgid "Local Server Upload Paths" +msgstr "Åcieżki uploadu na lokalnym serwerze" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"OkreÅl katalogi na serwerze lokalnym, gdzie użytkownik może zapisywaÄ pliki i potem wysyÅaÄ " +"je do Galerii używajÄ c wÅasnoÅci <i>WyÅlij z lokalnego serwera</i>. Åcieżki, które tutaj " +"wprowadzisz oraz wszystkie pliki i katalogi pod tymi Åcieżkami powinny byÄ dostÄpne dla " +"każdego użytkownika Galerii, który ma uprawnienia do Åadowania zatem powinieneÅ ograniczyÄ " +"je to katalogów, które nie zawierajÄ ważnych informacji (np. /tmp lub /usr/ftp/incoming)" + +msgid "Path" +msgstr "Åcieżka" + +msgid "Action" +msgstr "Akcja" + +msgid "remove" +msgstr "usuÅ" + +msgid "Add" +msgstr "Dodaj" + +msgid "You must enter a directory to add." +msgstr "Musisz wprowadziÄ katalog aby dodaÄ." + +msgid "open_basedir documentation" +msgstr "dokumentacja open_basedir" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"Twój serwer WWW jest skonfigurowany w taki sposób, aby uniemożliwiÄ ci dostÄp do tego " +"katalogu/ Skorzystaj z %s i skonsultuj siÄ z administratorem serwera WWW." + +msgid "The webserver does not have permissions to read that directory." +msgstr "Serwer WWW nie ma uprawnieÅ do czytania tego katalogu." + +msgid "The path you specified is not a valid directory." +msgstr "Åcieżka, którÄ podaÅeÅ, nie jest prawidÅowym katalogiem." + +msgid "Save" +msgstr "Zapisz" + +msgid "Reset" +msgstr "PrzywrÃ³Ä ustawienia domyÅlne" diff --git a/po/pt.po b/po/pt.po new file mode 100644 index 0000000..6cf29e6 --- /dev/null +++ b/po/pt.po @@ -0,0 +1,306 @@ +# $Id: pt.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"POT-Creation-Date: 2003-09-18 12:00+0900\n" +"PO-Revision-Date: 2003-10-01 15:46+0900\n" +"Last-Translator: Hugo Cruz <hugo.cruz@netcabo.pt>\n" +"Language-Team: Portuguese Portugal<gallery-devel@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1 || n == 0);\n" + +msgid "From Local Server" +msgstr "Do Servidor Local" + +msgid "Photo" +msgstr "Foto" + +msgid "From Web Page" +msgstr "Da Página Web" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "Adicionar Items" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +#, fuzzy +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Transferir ficheiros que já se encontram no servidor para a Galeria. Os ficheiros já terão " +"que estar no servidor, transferidos de outra forma exterior à Galeria (como FTP) e devem ser " +"colocadas num directório em que possam ser acedidas a partir de qualquer elemento no " +"servidor. Se o sistema é Unix significa que os ficheiros e o directório dos ficheiros devem " +"ter como modo de acesso mÃnimo o valor 755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Por razões de segurança, não é possÃvel usar esta funcionalidade enquanto o Administrador da " +"Galleria não configurar um conjunto de directorias de upload." + +msgid "site admin" +msgstr "administração do site" + +msgid "Server Path" +msgstr "Caminho do Servidor" + +msgid "You must enter a directory." +msgstr "Introduza um directório" + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"A directoria introduzida é inválida. Esta directoria tem que ser poder ser lida por todos os " +"utilizadores." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"A directoria introduzida é inválida. Terá que ser uma sub directoria de uma das listadas " +"abaixo." + +msgid "An item with the same name already exists." +msgstr "" + +msgid "Legal Directories" +msgstr "Directorias Válidas" + +msgid "modify" +msgstr "modificar" + +#, fuzzy +msgid "Recent Directories" +msgstr "Directorias Válidas" + +msgid "Find Files" +msgstr "Encontrar Ficheiros" + +#, c-format +msgid "Directory: %s" +msgstr "Directório: %s" + +msgid "File name" +msgstr "Nome do ficheiro" + +msgid "Type" +msgstr "Tipo" + +msgid "Size" +msgstr "Tamanho" + +msgid "Use Symlink" +msgstr "" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "" +msgstr[1] "" + +#, fuzzy +msgid "Parent Directory" +msgstr "Directório: %s" + +#, fuzzy +msgid "Directory" +msgstr "Directório: %s" + +msgid "(Un)check all known types" +msgstr "" + +msgid "(Un)check symlinks" +msgstr "" + +#, fuzzy +msgid "for selected items" +msgstr "[core] Apagar item" + +msgid "Copy base filenames to:" +msgstr "" + +msgid "Title" +msgstr "TÃtulo" + +msgid "Summary" +msgstr "Sumário" + +msgid "Description" +msgstr "Descrição" + +msgid "Add Files" +msgstr "Adicionar Ficheiros" + +#, fuzzy +msgid "Start Over" +msgstr "Ordenamento" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" + +msgid "URL" +msgstr "" + +#, fuzzy +msgid "You must enter a URL to a web page" +msgstr "Introduza o seu nome de utilizador" + +msgid "The URL entered must begin with http://" +msgstr "" + +#, fuzzy +msgid "The web page you specified is unavailable" +msgstr "O nome do utilizador introduzido é inválido" + +msgid "Nothing to add found from this URL" +msgstr "" + +msgid "Nothing added since no items were selected" +msgstr "" + +msgid "Recent URLs" +msgstr "" + +#, c-format +msgid "URL: %s" +msgstr "" + +msgid "change" +msgstr "alterar" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "" + +#, fuzzy +msgid "Add URLs" +msgstr "Adicionado %s" + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "Parâmetros gravados com sucesso" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "Caminhos para Upload de Servidor Local" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Especificar as directorias do servidor local onde o utilizador por colocar os ficheiros para " +"inserir na Galeria usando a funcionalidade <i>Upload do servidor local</i>. Todos os " +"caminhos aqui introduzidos e todos os ficheiros e directorias dentro dos mesmos, estarão " +"disponÃveis a qualquer utilizador da Galeria que tenham permissões de Upload. Estes caminhos " +"devem estar limitados a directorias que não contenham dados sensÃveis (ex. /tmp ou /usr/ftp/" +"incoming)" + +msgid "Path" +msgstr "Caminho" + +msgid "Action" +msgstr "Acção" + +msgid "remove" +msgstr "apagar" + +msgid "Add" +msgstr "Adicionar" + +msgid "You must enter a directory to add." +msgstr "Introduza um directório a adicionar." + +msgid "open_basedir documentation" +msgstr "" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" + +msgid "The webserver does not have permissions to read that directory." +msgstr "" + +msgid "The path you specified is not a valid directory." +msgstr "" + +msgid "Save" +msgstr "Gravar" + +#, fuzzy +msgid "Reset" +msgstr "reset" diff --git a/po/pt_BR.po b/po/pt_BR.po new file mode 100644 index 0000000..ca2584c --- /dev/null +++ b/po/pt_BR.po @@ -0,0 +1,301 @@ +# $Id: pt_BR.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"POT-Creation-Date: 2003-02-11 03:09-0800\n" +"PO-Revision-Date: 2004-10-08 18:00+0100\n" +"Last-Translator: José Ricardo\n" +"Language-Team: Brazilian Portuguese <gallery-devel@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "From Local Server" +msgstr "Do Servidor Local" + +msgid "Photo" +msgstr "Foto" + +msgid "From Web Page" +msgstr "Da p�gina" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "Adicionar itens" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Transferir arquivos que já estão no servidor para a sua Galeria. Os arquivos precisam ter " +"sido enviados para o servidor de outra maneira (como FTP) e precisam estar localizados em um " +"diretório em que eles possam estar acessÃveis por qualquer elemento no servidor. Se você " +"estivesse no UNIX, isto significaria que os arquivos e o diretório em que estão os arquivos " +"deveriam estar com permissões ao menos 755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Por razões de segurança, você não pode usar esta funcionalidade até que o Administrador da " +"Galeria configure um conjunto de diretórios de upload válidos." + +msgid "site admin" +msgstr "administração do site" + +msgid "Server Path" +msgstr "Caminho para o servidor" + +msgid "You must enter a directory." +msgstr "Você precisa especificar um diretório." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"O diretório especificado é inválido. Certifique-se que o diretório pode ser lido por todos " +"os usuários." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"O diretório especificado é ilegal. Ele precisa ser um sub-diretório de um dos diretórios " +"listados abaixo." + +msgid "An item with the same name already exists." +msgstr "Um item com o mesmo nome já existe." + +msgid "Legal Directories" +msgstr "Diretórios Permitidos" + +msgid "modify" +msgstr "modificar" + +msgid "Recent Directories" +msgstr "Diretórios Recentes" + +msgid "Find Files" +msgstr "Procurar arquivos" + +#, c-format +msgid "Directory: %s" +msgstr "Diretório: %s" + +msgid "File name" +msgstr "Nome do arquivo" + +msgid "Type" +msgstr "Tipo" + +msgid "Size" +msgstr "Tamanho" + +msgid "Use Symlink" +msgstr "Usar link simbólico" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "" +msgstr[1] "" + +msgid "Parent Directory" +msgstr "Diretório pai" + +msgid "Directory" +msgstr "Diretório" + +msgid "(Un)check all known types" +msgstr "(Des)selecionar todos os tipos conhecidos" + +msgid "(Un)check symlinks" +msgstr "(Des)selecionar links simbólicos" + +msgid "for selected items" +msgstr "para itens selecionados" + +msgid "Copy base filenames to:" +msgstr "Copiar nomes de arquivo base para:" + +msgid "Title" +msgstr "TÃtulo" + +msgid "Summary" +msgstr "Resumo" + +msgid "Description" +msgstr "Descrição" + +msgid "Add Files" +msgstr "Adicionar arquivos" + +msgid "Start Over" +msgstr "Começar de novo" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Importar arquivos de outro site para a Galeria. Digite abaixo uma URL para um site em " +"qualquer lugar da rede e a Galeria permitirá que você envie qualquer arquivos de mÃdia que " +"ela achar neste site. Note que se você estiver digitando uma URL para um diretório, você " +"deverá terminar a mesma com uma barra no fim (ex: http://example.com/directory/)." + +msgid "URL" +msgstr "URL" + +msgid "You must enter a URL to a web page" +msgstr "Você precisa entrar uma URL de uma página da web" + +msgid "The URL entered must begin with http://" +msgstr "A URL precisa começar com http://" + +msgid "The web page you specified is unavailable" +msgstr "A página de web especificada não está disponÃvel" + +msgid "Nothing to add found from this URL" +msgstr "Nada que possa ser adicionado foi encontrado nesta URL" + +msgid "Nothing added since no items were selected" +msgstr "Nada adicionado, pois nenhum item foi selecionado" + +msgid "Recent URLs" +msgstr "URLs recentes" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +msgid "change" +msgstr "alterar" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "Seleciona todos" + +msgid "Add URLs" +msgstr "Adiciona URLs" + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "Configurações salvas com sucesso" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "Diretórios Locais no Servidor para Uploads" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Especifique os diretórios no servidor local onde um usuário pode guardar arquivos e enviá-" +"los para a Galeria usando a funcionalidade <i>Envio a partir do servidor locall</i>. Os " +"caminhos que você definir aqui e todos os arquivos e diretório nestes caminhos se tornarão " +"disponÃveis para qualquer usuário da Galeria que possuir privilégios de envio, assim você " +"deve limitar isto aos diretórios que não possuam dados importantes" + +msgid "Path" +msgstr "Caminho" + +msgid "Action" +msgstr "Ação" + +msgid "remove" +msgstr "remover" + +msgid "Add" +msgstr "Adicionar" + +msgid "You must enter a directory to add." +msgstr "Você precisa entrar um diretório para ser adicionado." + +msgid "open_basedir documentation" +msgstr "documentação do open_basedir" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"O seu servidor web está configurado para não permitir o seu acesso a este diretório. " +"Consulte o seu administrador do servidor web e refira-se a %s" + +msgid "The webserver does not have permissions to read that directory." +msgstr "O servidor web não tem permissão para ler o diretório" + +msgid "The path you specified is not a valid directory." +msgstr "O caminho especificado não é um diretório válido" + +msgid "Save" +msgstr "Salvar" + +msgid "Reset" +msgstr "Reiniciar" diff --git a/po/ro.po b/po/ro.po new file mode 100644 index 0000000..da537b8 --- /dev/null +++ b/po/ro.po @@ -0,0 +1,308 @@ +# $Id: ro.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# Ermanno Baschiera <ermannob@inwind.it>, 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: gallery-translations@lists.sourceforge.net\n" +"POT-Creation-Date: 2006-12-20 09:39-0800\n" +"PO-Revision-Date: 2006-03-16 16:27+0100\n" +"Last-Translator: Serban Constantinescu <serban.constantinescu@gmail.com>\n" +"Language-Team: <none>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"X-Generator: KBabel 1.3\n" +"X-Poedit-Language: Romanian\n" +"X-Poedit-Country: ROMANIA\n" + +msgid "From Local Server" +msgstr "Din serverul local" + +msgid "Photo" +msgstr "Foto" + +msgid "From Web Page" +msgstr "Din pagina Web" + +msgid "Available to all users with permission to add items" +msgstr "Disponibila tuturor utilizatorilor cu permisiune de adaugare articole" + +msgid "Site Admins only" +msgstr "doar administratorii" + +msgid "Disabled" +msgstr "Dezactivat" + +msgid "Add Items" +msgstr "Adauga fotografii" + +msgid "Add items from local server or the web" +msgstr "Adauga articole din server sau din WWW" + +msgid "Import" +msgstr "Import" + +msgid "Web/Server" +msgstr "Server/WWW" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Transfera fisiere deja pe server in Gallery. Fisierele trebuie sa fie deja incarcate pe " +"server intr-un alt mod (ca FTP) si trebuie sa fie intr-un folder care sa fie accesibil de " +"catre orice program. Daca este un server UNIX, atunci folderul si fisierele trebuie sa aiba " +"cel putin drepturile 755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Din motive de securitate, aceasta functionalitate nu se poate folosi pina cind " +"administratorul nu configureaza folderele pentru incarcare." + +msgid "site admin" +msgstr "administrare site" + +msgid "Server Path" +msgstr "Calea serverului" + +msgid "You must enter a directory." +msgstr "Trebuie sa introduci un nume de folder." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"Numele folderului introdus este invalid. Asigura-te ca acel folder este citibil de oricine." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"Folderul introdus este incorect. Trebuie sa fie un sub-folder al unuia din folderele " +"descrise mai jos." + +msgid "An item with the same name already exists." +msgstr "Un obiect cu acelasi nume exista deja." + +msgid "Legal Directories" +msgstr "Foldere permise" + +msgid "modify" +msgstr "modifica" + +msgid "Recent Directories" +msgstr "Foldere recente" + +msgid "Find Files" +msgstr "Cauta fisiere" + +#, c-format +msgid "Directory: %s" +msgstr "Folder: %s" + +msgid "File name" +msgstr "Numele fisierului" + +msgid "Type" +msgstr "Tip" + +msgid "Size" +msgstr "Dimensiune" + +msgid "Use Symlink" +msgstr "Foloseste Symlink" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "%d byte" +msgstr[1] "%d bytes" + +msgid "Parent Directory" +msgstr "Folderul parinte" + +msgid "Directory" +msgstr "Folder" + +msgid "(Un)check all known types" +msgstr "(De)selecteaza toate tipurile cunoscute" + +msgid "(Un)check symlinks" +msgstr "(De)selecteaza Symlink" + +msgid "for selected items" +msgstr "pentru obiectele alese" + +msgid "Copy base filenames to:" +msgstr "Copiaza numele fisierelor in:" + +msgid "Title" +msgstr "Titlu" + +msgid "Summary" +msgstr "Sumar" + +msgid "Description" +msgstr "Descriere" + +msgid "Add Files" +msgstr "Adauga fisiere" + +msgid "Start Over" +msgstr "Reia de la capat" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Importa fisiere in Gallery dintr-un alt site web. Introdu URL-ul unei pagini web oriunde in " +"Internet si Gallery iti permite sa incarci orice fisiere multimedia pe care le gaseste pe " +"acea pagina. Daca introduci un URL catre un folder, trebuie ca URL-ul sa se termine cu slash " +"(ex http://exemplu.com/folder/)." + +msgid "URL" +msgstr "URL" + +msgid "You must enter a URL to a web page" +msgstr "Trebuie sa introduci un URL catre o pagina web" + +msgid "The URL entered must begin with http://" +msgstr "URL-ul introdus trebuie sa inceapa cu http://" + +msgid "The web page you specified is unavailable" +msgstr "Pagina web specificata nu este disponibila" + +msgid "Nothing to add found from this URL" +msgstr "Nu am gasit nimic de adaugat de pe acest URL" + +msgid "Nothing added since no items were selected" +msgstr "Nu am adaugat nimic, intrucat nici un obiect nu a fost selectat" + +msgid "Recent URLs" +msgstr "URL Recente" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +msgid "change" +msgstr "modifica" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "%d url gasit" +msgstr[1] "%d url gasite" + +msgid "(Un)check all" +msgstr "(De)selecteaza tot" + +msgid "Add URLs" +msgstr "Adauga URL-uri" + +msgid "Add Item Settings" +msgstr "Setari pentru adaugare articole" + +msgid "Settings saved successfully" +msgstr "Configurari salvate cu succes" + +msgid "Enable" +msgstr "Activeaza" + +msgid "Add From Web" +msgstr "Adauga din WWW" + +msgid "Add From Server" +msgstr "Adauga din server" + +msgid "Security Warning" +msgstr "Atentionare de securitate" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" +"Optiunea \"Adauga din WWW\" poate fi folosita de altii pentru a realiza atacuri ale altor " +"site-uri in numele tau. Site-ul atacat va crede ca tu, administratorul acestei galerii, il " +"ataci. De aceea, recomandarea este sa permiti \"Adauga din WWW\" numai pentru utilizatorii " +"de incredere." + +msgid "Local Server Upload Paths" +msgstr "Calea de incarcare locala pe server" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Specifica folderele pe serverul local unde un utilizator poate stoca fisiere si dupa aceea " +"sa le incarce in galerie folosind <i>Incarca din serverul local</i>. Caile introduse aici si " +"toate fisierele si folderele de aici vor fi accesibile tuturorutilizatorilor cu drepturi de " +"incarcare, deci limiteaza la folderele care nu contin date sensibile (de ex. /tmp sau /usr/" +"ftp/incoming)" + +msgid "Path" +msgstr "Cale" + +msgid "Action" +msgstr "Actiune" + +msgid "remove" +msgstr "sterge" + +msgid "Add" +msgstr "Adauga" + +msgid "You must enter a directory to add." +msgstr "Tasteaza un folder de adaugat." + +msgid "open_basedir documentation" +msgstr "documentatie open_basedir" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"Webserver-ul tau este configurat sa nu permita accesul la acel folder. Consulta %s si pe " +"administratorul webserver-ului" + +msgid "The webserver does not have permissions to read that directory." +msgstr "Webserver-ul nu are permisiuni sa citeasca acel folder." + +msgid "The path you specified is not a valid directory." +msgstr "Calea specificata nu este un folder valid." + +msgid "Save" +msgstr "Salveaza" + +msgid "Reset" +msgstr "Reseteaza" diff --git a/po/ru.po b/po/ru.po new file mode 100644 index 0000000..e22599c --- /dev/null +++ b/po/ru.po @@ -0,0 +1,302 @@ +# $Id: ru.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"POT-Creation-Date: 2003-02-11 03:09-0800\n" +"PO-Revision-Date: 2006-03-17 18:20+0300\n" +"Last-Translator: Konstantin Ivanov <Continental@vollen.ru>\n" +"Language-Team: Russian <gallery-devel@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Poedit-Language: Russian\n" +"X-Poedit-Country: RUSSIAN FEDERATION\n" + +msgid "From Local Server" +msgstr "С ÑеÑвеÑа" + +msgid "Photo" +msgstr "ФоÑо" + +msgid "From Web Page" +msgstr "Ðеб-ÑÑÑаниÑа" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "ÐобавиÑÑ ÐлеменÑÑ" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"ÐагÑÑÐ¶Ð°ÐµÑ ÑайлÑ, Ñже ÑаÑположеннÑе на ÑеÑвеÑе в ÐалеÑее. ÐÑи ÑÐ°Ð¹Ð»Ñ Ð´Ð¾Ð»Ð¶Ð½Ñ Ð±ÑÑÑ Ñанее " +"загÑÑÐ¶ÐµÐ½Ñ Ð½Ð° ÐÐ°Ñ ÑеÑÐ²ÐµÑ Ð»ÑбÑм дÑÑгим ÑпоÑобом (напÑимеÑ, по ftp) и Ð´Ð¾Ð»Ð¶Ð½Ñ Ð±ÑÑÑ Ð¿Ð¾Ð¼ÐµÑÐµÐ½Ñ Ð² " +"папкÑ, доÑÑÑпнÑÑ Ð½Ð° ÑеÑвеÑе. ÐÑли ÐÑ Ð¸ÑполÑзÑеÑе Unix ÑиÑÑемÑ, ÑÑо ознаÑаеÑ, ÑÑо ÑÐ°Ð¹Ð»Ñ Ð¸ " +"папка, в коÑоÑой они Ð½Ð°Ñ Ð¾Ð´ÑÑÑÑ, Ð´Ð¾Ð»Ð¶Ð½Ñ Ð¸Ð¼ÐµÑÑ Ð¿Ñава доÑÑÑпа не менее 755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Ð ÑелÑÑ Ð±ÐµÐ·Ð¾Ð¿Ð°ÑноÑÑи ÐÑ Ð½Ðµ можеÑе иÑполÑзоваÑÑ Ð´Ð°Ð½Ð½ÑÑ ÑÑнкÑÐ¸Ñ Ð´Ð¾ ÑÐµÑ Ð¿Ð¾Ñ, пока ÐдминиÑÑÑаÑÐ¾Ñ " +"Ðеб-ÑеÑвеÑа ÐалеÑеи не наÑÑÑÐ¾Ð¸Ñ Ð¿Ð°Ð¿ÐºÑ Ñ Ð½ÐµÐ¾Ð±Ñ Ð¾Ð´Ð¸Ð¼Ñм ÑазÑеÑениÑми Ð´Ð»Ñ Ð·Ð°Ð³ÑÑзки Ñайлов. " + +msgid "site admin" +msgstr "админиÑÑÑиÑование" + +msgid "Server Path" +msgstr "ÐÑÑÑ Ð½Ð° ÑеÑвеÑе" + +msgid "You must enter a directory." +msgstr "ÐÑ Ð´Ð¾Ð»Ð¶Ð½Ñ Ð²Ð²ÐµÑÑи папкÑ." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"Ð£ÐºÐ°Ð·Ð°Ð½Ð½Ð°Ñ Ðами папка не веÑна. УдоÑÑовеÑÑеÑÑ, ÑÑо папка Ð¸Ð¼ÐµÐµÑ Ð¿Ñава доÑÑÑпа на ÑÑение Ð´Ð»Ñ " +"вÑÐµÑ Ð¿Ð¾Ð»ÑзоваÑелей." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"Ð£ÐºÐ°Ð·Ð°Ð½Ð½Ð°Ñ Ðами папка не веÑна. ÐÑо должна бÑÑÑ Ð¿Ð¾Ð´Ð´Ð¸ÑекÑоÑÐ¸Ñ Ð»Ñбой из папок из ÑпиÑка ниже." + +msgid "An item with the same name already exists." +msgstr "ÐÐ»ÐµÐ¼ÐµÐ½Ñ Ñ Ñаким названием Ñже ÑÑÑеÑÑвÑеÑ." + +msgid "Legal Directories" +msgstr "РазÑеÑеннÑе Ðапки" + +msgid "modify" +msgstr "измениÑÑ" + +msgid "Recent Directories" +msgstr "ÐоÑледние Ðапки" + +msgid "Find Files" +msgstr "ÐÑкаÑÑ ÑайлÑ" + +#, c-format +msgid "Directory: %s" +msgstr "Ðапка: %s" + +msgid "File name" +msgstr "ÐÐ¼Ñ Ñайла" + +msgid "Type" +msgstr "Тип" + +msgid "Size" +msgstr "РазмеÑ" + +msgid "Use Symlink" +msgstr "ÐÑполÑзоваÑÑ Symlink" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "" +msgstr[1] "" + +msgid "Parent Directory" +msgstr "РодиÑелÑÑÐºÐ°Ñ Ð¿Ð°Ð¿ÐºÐ°" + +msgid "Directory" +msgstr "Ðапка" + +msgid "(Un)check all known types" +msgstr "ÐÑделиÑÑ/СнÑÑÑ Ð²Ñделение Ñо вÑÐµÑ Ð¸Ð·Ð²ÐµÑÑнÑÑ Ñипов" + +msgid "(Un)check symlinks" +msgstr "ÐÑделиÑÑ/СнÑÑÑ Ð²Ñделение Ñ symlinks" + +msgid "for selected items" +msgstr "Ð´Ð»Ñ Ð¾ÑмеÑеннÑÑ ÑлеменÑов" + +msgid "Copy base filenames to:" +msgstr "ÐопиÑоваÑÑ Ð¾ÑновнÑе имена Ñайлов в:" + +msgid "Title" +msgstr "Ðаголовок" + +msgid "Summary" +msgstr "Ðодзаголовок" + +msgid "Description" +msgstr "ÐпиÑание" + +msgid "Add Files" +msgstr "ÐобавиÑÑ Ð¤Ð°Ð¹Ð»Ñ" + +msgid "Start Over" +msgstr "ÐаÑаÑÑ Ð·Ð°Ð½Ð¾Ð²Ð¾" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"ÐмпоÑÑ Ñайлов в ÐалеÑÐµÑ Ñ Ð´ÑÑгого веб-ÑайÑа. ÐведиÑе адÑÐµÑ URL к лÑбой веб-ÑÑÑаниÑе в ÑеÑи и " +"ÐалеÑÐµÑ Ð¿Ð¾Ð·Ð²Ð¾Ð»Ð¸Ñ Ðам загÑÑзиÑÑ Ð»ÑбÑе медиа-ÑайлÑ, коÑоÑÑе бÑдÑÑ Ð½Ð°Ð¹Ð´ÐµÐ½Ñ Ð½Ð° ÑÑÑаниÑе. " +"ÐбÑаÑиÑе внимание, ÑÑо еÑли ÐÑ Ð²Ð²Ð¾Ð´Ð¸Ñ Ð¿ÑÑÑ Ðº каÑалогÑ, адÑÐµÑ URL должен ÑодеÑжаÑÑ ÑлÑÑ Ð½Ð° " +"конÑе (напÑимеÑ, http://example.com/directory/)." + +msgid "URL" +msgstr "URL" + +msgid "You must enter a URL to a web page" +msgstr "ÐÑ Ð´Ð¾Ð»Ð¶Ð½Ñ Ð²Ð²ÐµÑÑи адÑÐµÑ URL к веб-ÑÑÑаниÑе" + +msgid "The URL entered must begin with http://" +msgstr "ÐводимÑе адÑÐµÑ URL должен наÑинаÑÑÑÑ Ñ http://" + +msgid "The web page you specified is unavailable" +msgstr "Ð£ÐºÐ°Ð·Ð°Ð½Ð½Ð°Ñ Ðами веб-ÑÑÑаниÑа недоÑÑÑпна" + +msgid "Nothing to add found from this URL" +msgstr "Ðо Ð´Ð°Ð½Ð½Ð¾Ð¼Ñ Ð°Ð´ÑеÑÑ URL ниÑего не Ð¼Ð¾Ð¶ÐµÑ Ð±ÑÑÑ Ð½Ð°Ð¹Ð´ÐµÐ½Ð¾ Ð´Ð»Ñ Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ" + +msgid "Nothing added since no items were selected" +msgstr "ÐиÑего не добавлено в Ð²Ð¸Ð´Ñ Ñого, ÑÑо не бÑло оÑмеÑеннÑÑ ÑлеменÑов" + +msgid "Recent URLs" +msgstr "ÐоÑледние адÑеÑа URL" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +msgid "change" +msgstr "изменениÑÑ" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "ÐÑделиÑÑ Ð²Ñе/СнÑÑÑ Ð²Ñделение на вÑе" + +msgid "Add URLs" +msgstr "ÐобавиÑÑ Ð°Ð´ÑеÑа URL" + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "ÐаÑÑÑойки ÑÑпеÑно ÑÐ¾Ñ ÑаненÑ" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "ÐÑÑÑ Ðº папке на ÑеÑвеÑе Ð´Ð»Ñ Ð·Ð°Ð³ÑÑзки" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"УкажиÑе доÑÑÑпнÑе каÑалоги на локалÑном ÑеÑвеÑе, где полÑзоваÑÐµÐ»Ñ ÑÐ¼Ð¾Ð¶ÐµÑ ÑÐ¾Ñ ÑанÑÑÑ ÑÐ°Ð¹Ð»Ñ Ñ " +"ÑелÑÑ Ð¸Ñ Ð´Ð°Ð»ÑнейÑей загÑÑзки в ÐалеÑÐµÑ Ð¸ÑполÑзÑÑ ÑÑнкÑÐ¸Ñ <i>ÐагÑÑзки из папки на ÑеÑвеÑе</" +"i>. ÐÑÑÑ, коÑоÑÑй ÐÑ Ð·Ð´ÐµÑÑ ÑкажиÑе, а Ñак же вÑе ÑÐ°Ð¹Ð»Ñ Ð¸ каÑалоги ниже ÑÑого ÑÑÐ¾Ð²Ð½Ñ Ð±ÑдÑÑ " +"доÑÑÑÐ¿Ð½Ñ Ð»ÑÐ±Ð¾Ð¼Ñ Ð¿Ð¾Ð»ÑзоваÑÐµÐ»Ñ ÐалеÑеи, кÑо Ð¸Ð¼ÐµÐµÑ Ð¿Ñава на загÑÑзкÑ. ÐÑÑÑе не ÑказÑваÑÑ Ð¿ÑÑÑ Ðº " +"каÑалогам, ÑодеÑжаÑим дÑÑгие даннÑе (напÑимеÑ, /tmp или /usr/ftp/incoming)" + +msgid "Path" +msgstr "ÐÑÑÑ" + +msgid "Action" +msgstr "ÐейÑÑвие" + +msgid "remove" +msgstr "ÑдалиÑÑ" + +msgid "Add" +msgstr "ÐобавиÑÑ" + +msgid "You must enter a directory to add." +msgstr "Ðам Ð½ÐµÐ¾Ð±Ñ Ð¾Ð´Ð¸Ð¼Ð¾ ввеÑÑи каÑалог Ð´Ð»Ñ Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ" + +msgid "open_basedir documentation" +msgstr "докÑменÑаÑÐ¸Ñ Ð¿Ð¾ open_basedir " + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"ÐÐ°Ñ Ð²ÐµÐ±-ÑеÑÐ²ÐµÑ ÑконÑигÑÑиÑован на запÑÐµÑ Ð´Ð¾ÑÑÑпа к Ð´Ð°Ð½Ð½Ð¾Ð¼Ñ ÐºÐ°ÑалогÑ. ÐожалÑйÑÑа, обÑаÑиÑеÑÑ " +"к %s и пÑоконÑÑлÑÑиÑÑйÑеÑÑ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸ÑÑÑаÑоÑом ÐаÑего веб-ÑеÑвеÑа." + +msgid "The webserver does not have permissions to read that directory." +msgstr "ÐÐ°Ñ Ð²ÐµÐ±-ÑеÑÐ²ÐµÑ Ð½Ðµ Ð¾Ð±Ð»Ð°Ð´Ð°ÐµÑ Ð¿Ñавами Ð´Ð»Ñ Ð¿ÑоÑмоÑÑа данного каÑалога. " + +msgid "The path you specified is not a valid directory." +msgstr "ÐведеннÑй Ðами пÑÑÑ Ð½ÐµÐ²ÐµÑен." + +msgid "Save" +msgstr "Ð¡Ð¾Ñ ÑаниÑÑ" + +msgid "Reset" +msgstr "СбÑоÑиÑÑ" diff --git a/po/sk.po b/po/sk.po new file mode 100644 index 0000000..1a4fbcf --- /dev/null +++ b/po/sk.po @@ -0,0 +1,295 @@ +# $Id: sk.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +# Branislav Hanacek <brango@radegast>, 2006. +# Branislav Hanacek <brango@brango.sk>, 2006. +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-03 10:22+0200\n" +"PO-Revision-Date: 2006-09-10 21:10+0200\n" +"Last-Translator: Branislav Hanacek <brango@brango.sk>\n" +"Language-Team: Slovak <gallery-devel@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: KBabel 1.11.4\n" +"X-Poedit-Language: Slovak\n" +"X-Poedit-Country: SLOVAKIA\n" +"X-Poedit-SourceCharset: utf-8\n" + +msgid "From Local Server" +msgstr "Z miestneho serveru" + +msgid "Photo" +msgstr "Fotografia" + +msgid "From Web Page" +msgstr " Z webovej stránky" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "PridaÅ¥ položky" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" + +msgid "site admin" +msgstr "správca" + +msgid "Server Path" +msgstr "" + +msgid "You must enter a directory." +msgstr "" + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" + +msgid "An item with the same name already exists." +msgstr "" + +msgid "Legal Directories" +msgstr "" + +msgid "modify" +msgstr "upraviÅ¥" + +msgid "Recent Directories" +msgstr "" + +msgid "Find Files" +msgstr "" + +#, c-format +msgid "Directory: %s" +msgstr "" + +msgid "File name" +msgstr "Meno súboru" + +msgid "Type" +msgstr "Typ" + +msgid "Size" +msgstr "VeľkosÅ¥" + +msgid "Use Symlink" +msgstr "" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "%d bajt" +msgstr[1] " bajty %d" +msgstr[2] " bajtov %d" + +msgid "Parent Directory" +msgstr "" + +msgid "Directory" +msgstr "" + +msgid "(Un)check all known types" +msgstr "" + +msgid "(Un)check symlinks" +msgstr "" + +msgid "for selected items" +msgstr "" + +msgid "Copy base filenames to:" +msgstr "" + +msgid "Title" +msgstr "Titulok" + +msgid "Summary" +msgstr "Súhrn" + +msgid "Description" +msgstr "Popis" + +msgid "Add Files" +msgstr "PridaÅ¥ súbory" + +msgid "Start Over" +msgstr "" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" + +msgid "URL" +msgstr "URL" + +msgid "You must enter a URL to a web page" +msgstr "" + +msgid "The URL entered must begin with http://" +msgstr "" + +msgid "The web page you specified is unavailable" +msgstr "" + +msgid "Nothing to add found from this URL" +msgstr "" + +msgid "Nothing added since no items were selected" +msgstr "" + +msgid "Recent URLs" +msgstr "" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +msgid "change" +msgstr "zmeniÅ¥" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "(Un)check all" +msgstr "" + +msgid "Add URLs" +msgstr "" + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "Nastavenia boli úspeÅ¡ne uložené" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "Cesty pre adresár na prÃjem dát na miestnom serveri" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Nastavenie povolených addresárov na serveri, do ktorých môžu použÃvatelia ukladaÅ¥ súbory a " +"potom ich pomocou vlastnosti <i>Nahranie z miestneho servera</i> nahraÅ¥ do Galérie. Cesty, " +"súbory a adresáre, ktoré tu uvediete, budú prÃstupné pre vÅ¡etkých poižÃvateľov, ktorà majú " +"oprávnenie k nahrávaniu údajov na server. Mali by ste teda povoliÅ¥ len adresáre, ktoré " +"neobsahujú citlivé údaje (napr. /tmp alebo /usr/ftp/incoming)." + +msgid "Path" +msgstr "Cesta" + +msgid "Action" +msgstr "Akcia" + +msgid "remove" +msgstr "odstrániÅ¥" + +msgid "Add" +msgstr "PridaÅ¥" + +msgid "You must enter a directory to add." +msgstr "MusÃte zadaÅ¥ adresár, ktorý chcete pridaÅ¥." + +msgid "open_basedir documentation" +msgstr "dokumentácia pre open_basedir" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"Konfigurácia tohoto webového servera Vám zabraÅuje v prÃstupe k tomuto adresáru. Obráťte sa, " +"prosÃm, na %s a konzultujte tento problém so správcom servera." + +msgid "The webserver does not have permissions to read that directory." +msgstr "Webový server nemá oprávnenie na ÄÃtanie tohto adresára." + +msgid "The path you specified is not a valid directory." +msgstr "Zadaná cesta nie je platný adresár." + +msgid "Save" +msgstr "UložiÅ¥" + +msgid "Reset" +msgstr "Východzie hodnoty" diff --git a/po/sl.po b/po/sl.po new file mode 100644 index 0000000..4075817 --- /dev/null +++ b/po/sl.po @@ -0,0 +1,283 @@ +# $Id: sl.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"POT-Creation-Date: 2003-06-25 11:44+0100\n" +"PO-Revision-Date: 2006-04-29 12:50+0100\n" +"Last-Translator: Janez Troha <janez@tegleda.com>\n" +"Language-Team: Slovenian <gallery-translations@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : " +"3;\n" +"X-Poedit-Language: Slovenian\n" +"X-Poedit-Country: SLOVENIA\n" +"X-Poedit-SourceCharset: utf-8\n" + +msgid "From Local Server" +msgstr "Z tega serverja" + +msgid "Photo" +msgstr "Slika" + +msgid "From Web Page" +msgstr "S spletne strani" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "Dodaj Predmete" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" + +msgid "site admin" +msgstr "administracijo strani" + +msgid "Server Path" +msgstr "" + +msgid "You must enter a directory." +msgstr "" + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" + +msgid "An item with the same name already exists." +msgstr "" + +msgid "Legal Directories" +msgstr "" + +msgid "modify" +msgstr "" + +msgid "Recent Directories" +msgstr "" + +msgid "Find Files" +msgstr "" + +#, c-format +msgid "Directory: %s" +msgstr "" + +msgid "File name" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Size" +msgstr "" + +msgid "Use Symlink" +msgstr "" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "" +msgstr[1] "" + +msgid "Parent Directory" +msgstr "" + +msgid "Directory" +msgstr "" + +msgid "(Un)check all known types" +msgstr "" + +msgid "(Un)check symlinks" +msgstr "" + +msgid "for selected items" +msgstr "" + +msgid "Copy base filenames to:" +msgstr "" + +msgid "Title" +msgstr "" + +msgid "Summary" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Add Files" +msgstr "" + +msgid "Start Over" +msgstr "" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" + +msgid "URL" +msgstr "" + +msgid "You must enter a URL to a web page" +msgstr "" + +msgid "The URL entered must begin with http://" +msgstr "" + +msgid "The web page you specified is unavailable" +msgstr "" + +msgid "Nothing to add found from this URL" +msgstr "" + +msgid "Nothing added since no items were selected" +msgstr "" + +msgid "Recent URLs" +msgstr "" + +#, c-format +msgid "URL: %s" +msgstr "" + +msgid "change" +msgstr "" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "" + +msgid "Add URLs" +msgstr "" + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "remove" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "You must enter a directory to add." +msgstr "" + +msgid "open_basedir documentation" +msgstr "" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" + +msgid "The webserver does not have permissions to read that directory." +msgstr "" + +msgid "The path you specified is not a valid directory." +msgstr "" + +msgid "Save" +msgstr "Shrani" + +msgid "Reset" +msgstr "Poenostavi" diff --git a/po/sr.po b/po/sr.po new file mode 100644 index 0000000..f1dea90 --- /dev/null +++ b/po/sr.po @@ -0,0 +1,303 @@ +# $Id: sr.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-08-14 16:52+0200\n" +"PO-Revision-Date: 2005-09-06 17:10+0200\n" +"Last-Translator: Jozef Selesi <selesi@gmail.com>\n" +"Language-Team: Srpski <gallery-translations@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: KBabel 1.10\n" + +msgid "From Local Server" +msgstr "Sa lokalnog servera" + +msgid "Photo" +msgstr "Fotografija" + +msgid "From Web Page" +msgstr "Sa web stranice" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "Dodavanje objekata" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Prenos datoteka koje se veÄ nalaze na vaÅ¡em serveru u Galeriju. Datoteke na neki drugi naÄin " +"(kao Å¡to je FTP) veÄ treba da su poslate na server i stavljene u direktorijum gde su " +"dostupne bilo kom elementu na serveru. Ako koristite Unix, ovo znaÄi da datoteke i " +"direktorijum u kojem se nalaze moraju imati režime od bar 755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Iz bezbednosnih razloga, ovu moguÄnost ne možete koristiti sve dok administrator Galerije ne " +"podesi skup dozvoljenih direktorijuma za prenos." + +msgid "site admin" +msgstr "administracija" + +msgid "Server Path" +msgstr "Putanja na serveru" + +msgid "You must enter a directory." +msgstr "Morate uneti direktorijum." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"Direktorijum koji ste uneli je neispravan. Proverite da li je direktorijum moguÄe Äitati od " +"strane svih korisnika." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"Direktorijum koji ste uneli je neipravan. Mora biti poddirektorijum jednog od ispod " +"navedenih direktorijuma." + +msgid "An item with the same name already exists." +msgstr "Objekat sa istim imenom veÄ postoji." + +msgid "Legal Directories" +msgstr "Dozvoljeni direktorijumi." + +msgid "modify" +msgstr "izmeni" + +msgid "Recent Directories" +msgstr "Nedavno koriÅ¡Äeni direktorijumi" + +msgid "Find Files" +msgstr "PronaÄi datoteke" + +#, c-format +msgid "Directory: %s" +msgstr "Direktorijum: %s" + +msgid "File name" +msgstr "Naziv datoteke" + +msgid "Type" +msgstr "Tip" + +msgid "Size" +msgstr "VeliÄina" + +msgid "Use Symlink" +msgstr "Koristi simvezu" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "" +msgstr[1] "" + +msgid "Parent Directory" +msgstr "Prethodni direktorijum" + +msgid "Directory" +msgstr "Direktorijum" + +msgid "(Un)check all known types" +msgstr "Obeleži/iskljuÄi sve poznate tipove" + +msgid "(Un)check symlinks" +msgstr "Obeleži/iskljuÄi simveze" + +msgid "for selected items" +msgstr "za izabrane objekte" + +msgid "Copy base filenames to:" +msgstr "Kopiraj osnovne nazive datoteka u:" + +msgid "Title" +msgstr "Naslov" + +msgid "Summary" +msgstr "Sažetak" + +msgid "Description" +msgstr "Opis" + +msgid "Add Files" +msgstr "Dodaj datoteke" + +msgid "Start Over" +msgstr "PoÄni ispoÄetka" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Unos datoteka u Galeriju sa druge web stranice. Unesite ispod adresu bilo koje web stranice " +"na internetu, i Galerija Äe vam dozvoliti da prenesete bilo koji multimedijalni sadržaj " +"pronaÄen na toj stranici. Obratite pažnju na to da ako unosite adresu direktorijuma, na kraj " +"treba da stavite kosu crtu (npr. http://primer.com/direktorijum/)." + +msgid "URL" +msgstr "Adresa" + +msgid "You must enter a URL to a web page" +msgstr "Morate uneti adresu web stranice" + +msgid "The URL entered must begin with http://" +msgstr "Uneta adresa mora poÄeti sa http://" + +msgid "The web page you specified is unavailable" +msgstr "Web stranica koju ste naveli nije dostupna" + +msgid "Nothing to add found from this URL" +msgstr "Na ovoj adresi nije pronaÄeno niÅ¡ta Å¡to bi se moglo dodati" + +msgid "Nothing added since no items were selected" +msgstr "NiÅ¡ta nije dodato, poÅ¡to ni jedan objekat nije obeležen" + +msgid "Recent URLs" +msgstr "Prethodno koriÅ¡Äene adrese" + +#, c-format +msgid "URL: %s" +msgstr "Adresa: %s" + +msgid "change" +msgstr "promeni" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "Obeleži/iskljuÄi sve" + +msgid "Add URLs" +msgstr "Dodaj adrese" + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "Parametri uspeÅ¡no saÄuvani" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "Putanje za slanje sa lokalnog servera" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Navedite dozvoljene direktorijuma na lokalnom serveru gde korisnik može da skladiÅ¡ti " +"datoteke i posle ih prenese u Galeriju koristeÄi moguÄnost <i>Prenosa sa lokalnog servera</" +"i>. Putanje koje unesete ovde, kao i sve datoteke i direktorijume pod tim putanjama biÄe " +"dostupne svakom korisniku Galerije koji ima dozvolu za slanje, tako da bi trebalo ovo da " +"ograniÄite na direktorijume koji neÄe sadržati poverljive podatke (npr. /tmp ili /usr/ftp/" +"incoming)." + +msgid "Path" +msgstr "Putanja" + +msgid "Action" +msgstr "Akcija" + +msgid "remove" +msgstr "ukloni" + +msgid "Add" +msgstr "Dodaj" + +msgid "You must enter a directory to add." +msgstr "Morate uneti direktorijum koji Äe biti dodat." + +msgid "open_basedir documentation" +msgstr "dokumentacija open_basedir" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"VaÅ¡ webserver je konfigurisan da vas spreÄi da pristupite tom direktorijumu. Uputite se na %" +"s i konsultujte se sa administratorom vaÅ¡eg web servera." + +msgid "The webserver does not have permissions to read that directory." +msgstr "Web server nema dozvolu za Äitanje tog direktorijuma." + +msgid "The path you specified is not a valid directory." +msgstr "Putanja koju ste naveli nije ispravna." + +msgid "Save" +msgstr "SaÄuvaj" + +msgid "Reset" +msgstr "PoniÅ¡ti" diff --git a/po/strings.raw b/po/strings.raw new file mode 100644 index 0000000..82ddbe6 --- /dev/null +++ b/po/strings.raw @@ -0,0 +1,87 @@ +# $Id: strings.raw 15812 2007-02-13 22:38:27Z mindless $ + +/* ItemAddFromServer.inc */ +gettext("From Local Server") + +/* ItemAddFromWeb.inc */ +gettext("Photo") +gettext("From Web Page") + +/* ItemAddSiteAdmin.inc */ +gettext("Available to all users with permission to add items") +gettext("Site Admins only") +gettext("Disabled") + +/* module.inc */ +gettext("Add Items") +gettext("Add items from local server or the web") +gettext("Import") +gettext("Web/Server") + +/* templates/ItemAddFromServer.tpl */ +gettext("Transfer files that are already on your server into your Gallery. The files must already have been uploaded to your server some other way (like FTP) and must be placed in a directory where they are accessibly by any element on the server. If you're on Unix this means that the files and the directory the files are in should have modes of at least 755.") +gettext("For security purposes, you can't use this feature until the Gallery Site Administrator configures a set of legal upload directories.") +gettext("site admin") +gettext("Server Path") +gettext("You must enter a directory.") +gettext("The directory you entered is invalid. Make sure that the directory is readable by all users.") +gettext("The directory you entered is illegal. It must be a sub directory of one of the directories listed below.") +gettext("An item with the same name already exists.") +gettext("Legal Directories") +gettext("modify") +gettext("Recent Directories") +gettext("Find Files") /* also in: templates/ItemAddFromWeb.tpl */ +gettext("Directory: %s") +gettext("File name") +gettext("Type") /* also in: templates/ItemAddFromWeb.tpl */ +gettext("Size") +gettext("Use Symlink") +ngettext("%d byte", "%d bytes") +gettext("Parent Directory") +gettext("Directory") +gettext("(Un)check all known types") +gettext("(Un)check symlinks") +gettext("for selected items") +gettext("Copy base filenames to:") /* also in: templates/ItemAddFromWeb.tpl */ +gettext("Title") /* also in: templates/ItemAddFromWeb.tpl */ +gettext("Summary") /* also in: templates/ItemAddFromWeb.tpl */ +gettext("Description") /* also in: templates/ItemAddFromWeb.tpl */ +gettext("Add Files") +gettext("Start Over") + +/* templates/ItemAddFromWeb.tpl */ +gettext("Import files into Gallery from another website. Enter a URL below to a web page anywhere on the net and Gallery will allow you to upload any media files that it finds on that page. Note that if you're entering a URL to a directory, you should end the URL with a trailing slash (eg, http://example.com/directory/). ") +gettext("URL") +gettext("You must enter a URL to a web page") +gettext("The URL entered must begin with http://") +gettext("The web page you specified is unavailable") +gettext("Nothing to add found from this URL") +gettext("Nothing added since no items were selected") +gettext("Recent URLs") +gettext("URL: %s") +gettext("change") +ngettext("%d url found", "%d urls found") +gettext("(Un)check all") +gettext("Add URLs") + +/* templates/ItemAddSiteAdmin.tpl */ +gettext("Add Item Settings") +gettext("Settings saved successfully") +gettext("Enable") +gettext("Add From Web") +gettext("Add From Server") +gettext("Security Warning") +gettext("\"Add From Web\" can be abused to attack other websites in your name. For the attacked party it would seem as if you, the administrator of this Gallery, deliberately attacked their website because your Gallery acts on behalf of your users. Therefore it is recommended to enable \"Add From Web\" only for trusted users.") +gettext("Local Server Upload Paths") +gettext("Specify the legal directories on the local server where a user can store files and then upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you enter here and all the files and directories under those paths will be available to any Gallery user who has upload privileges, so you should limit this to directories that won't contain sensitive data (eg. /tmp or /usr/ftp/incoming)") +gettext("Path") +gettext("Action") +gettext("remove") +gettext("Add") +gettext("You must enter a directory to add.") +gettext("open_basedir documentation") +gettext("Your webserver is configured to prevent you from accessing that directory. Please refer to the %s and consult your webserver administrator.") +gettext("The webserver does not have permissions to read that directory.") +gettext("The path you specified is not a valid directory.") +gettext("Save") +gettext("Reset") diff --git a/po/sv.po b/po/sv.po new file mode 100644 index 0000000..1d8445a --- /dev/null +++ b/po/sv.po @@ -0,0 +1,307 @@ +# $Id: sv.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: gallery-translations@lists.sourceforge.net\n" +"POT-Creation-Date: 2003-02-11 03:09-0800\n" +"PO-Revision-Date: 2007-03-08 08:40+0100\n" +"Last-Translator: Anders Lindquist <andersl@saaf.se>\n" +"Language-Team: Swedish <gallery-devel@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Swedish\n" +"X-Poedit-Country: SWEDEN\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "From Local Server" +msgstr "FrÃ¥n lokal server" + +msgid "Photo" +msgstr "Foto" + +msgid "From Web Page" +msgstr "FrÃ¥n webbsida" + +msgid "Available to all users with permission to add items" +msgstr "Tillgänglig för alla användare med tillÃ¥telse att addera objekt" + +msgid "Site Admins only" +msgstr "Bara för administratörer" + +msgid "Disabled" +msgstr "Avaktiverad" + +msgid "Add Items" +msgstr "Lägg till objekt" + +msgid "Add items from local server or the web" +msgstr "Lägg till objekt frÃ¥n lokal server eller frÃ¥n webben" + +msgid "Import" +msgstr "Importera" + +msgid "Web/Server" +msgstr "Webb/Server" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"För över filer som redan finns pÃ¥ din server till ditt Gallery. Filerna mÃ¥ste redan ha " +"laddats upp till din server pÃ¥ annat sätt (t.ex. FTP) och mÃ¥ste vara placerade i en katalog " +"där de är tillgängliga för alla pÃ¥ servern. Om du använder Unix sÃ¥ betyder detta att " +"filerna och katalogen filerna är i ska ha rättigheter satta till minst 755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Av säkerhetsändamÃ¥l sÃ¥ kan du inte använda denna funktion förrän Gallery sidadministratören " +"konfigurerar en uppsättning av giltiga uppladdningskataloger." + +msgid "site admin" +msgstr "siteadministratör" + +msgid "Server Path" +msgstr "Serversökväg" + +msgid "You must enter a directory." +msgstr "Du mÃ¥ste skriva in ett katalognamn." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"Katalogen du skrev in är inte giltig. Se till att katalogen är läsbar av alla användare." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"Katalogen du skrev in är inte giltig. Den mÃ¥ste vara en underkatalog till en av katalogerna " +"listade här nedan." + +msgid "An item with the same name already exists." +msgstr "En fil med samma namn existerar redan" + +msgid "Legal Directories" +msgstr "Giltiga kataloger" + +msgid "modify" +msgstr "ändra" + +msgid "Recent Directories" +msgstr "Senaste katalogerna" + +msgid "Find Files" +msgstr "Hitta filer" + +#, c-format +msgid "Directory: %s" +msgstr "Katalog: %s" + +msgid "File name" +msgstr "Filnamn" + +msgid "Type" +msgstr "Typ" + +msgid "Size" +msgstr "Storlek" + +msgid "Use Symlink" +msgstr "Använd symbolisk-länk" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "%d byte" +msgstr[1] "%d bytes" + +msgid "Parent Directory" +msgstr "Ãverliggande katalog" + +msgid "Directory" +msgstr "Katalog" + +msgid "(Un)check all known types" +msgstr "(Av)markera alla kända typer" + +msgid "(Un)check symlinks" +msgstr "(Av)markera symboliska länkar" + +msgid "for selected items" +msgstr "för valda objekt" + +msgid "Copy base filenames to:" +msgstr "Kopiera basfilnamn till:" + +msgid "Title" +msgstr "Titel" + +msgid "Summary" +msgstr "Summering" + +msgid "Description" +msgstr "Beskrivning" + +msgid "Add Files" +msgstr "Lägg till filer" + +msgid "Start Over" +msgstr "Börja om" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Importera filer till Gallery frÃ¥n en annan webbsida. Skriv in en URL till en webbsida " +"nÃ¥gonstans pÃ¥ internet nedan sÃ¥ kommer Gallery att tillÃ¥ta dig att ladda upp alla mediafiler " +"som det hittar pÃ¥ den sidan. Observera att om du skriver in en URL till en katalog sÃ¥ bör du " +"avsluta URL'en med ett framÃ¥tsträck (t.ex. http://example.com/directory/). " + +msgid "URL" +msgstr "URL" + +msgid "You must enter a URL to a web page" +msgstr "Du mÃ¥ste skriva in en URL till en webbsida" + +msgid "The URL entered must begin with http://" +msgstr "Den inskrivna webbadressen mÃ¥ste börja med http://" + +msgid "The web page you specified is unavailable" +msgstr "Webbsidan du skrev in är inte tillgänglig" + +msgid "Nothing to add found from this URL" +msgstr "Inget att lägga till frÃ¥n denna URL" + +msgid "Nothing added since no items were selected" +msgstr "Inget inlagt eftersom inget var valt" + +msgid "Recent URLs" +msgstr "Senaste URL:erna" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +msgid "change" +msgstr "ändra" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "%d url funnen" +msgstr[1] "%d url:er funna" + +msgid "(Un)check all" +msgstr "(Av)markera alla" + +msgid "Add URLs" +msgstr "Lägg till Webbadresser" + +msgid "Add Item Settings" +msgstr "Lägg till objektinställningar" + +msgid "Settings saved successfully" +msgstr "Inställningar sparades framgÃ¥ngsrikt" + +msgid "Enable" +msgstr "Aktivera" + +msgid "Add From Web" +msgstr "Lägg till frÃ¥n Webb" + +msgid "Add From Server" +msgstr "Lägg till frÃ¥n Server" + +msgid "Security Warning" +msgstr "Säkerhets varning" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" +"\"Lägg till frÃ¥n Webb\" kan missbrukas till attacker av andra webbplatser i ditt namn. FrÃ¥n " +"den attackerades sida kommer det att se ut som om du, administratören av detta Gallery, " +"avsiktligen attackerar deras webbplats pga att ditt Gallery agerar Ã¥t dinna användare. " +"Därför rekomenderas att bara betrodda användare tillÃ¥ts använda \"Lägg till frÃ¥n Webb\"." + +msgid "Local Server Upload Paths" +msgstr "Lokala sökvägar pÃ¥ servern för uppladdning" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Specificera de gällande katalogerna pÃ¥ den lokala servern där en användare kan spara filer " +"och ladda sen upp dem till Gallery med användning av <i>Hämta frÃ¥n lokal server</i>. " +"Sökvägarna du skriver in här och alla filerna och katalogerna under dessa sökvägar kommer " +"att bli tillgängliga för alla Galleryanvändare som har uppladdningsprivilegier. SÃ¥ du bör " +"begränsa detta till kataloger som inte innehÃ¥ller känslig information (t.ex. /tmp eller /usr/" +"incoming)" + +msgid "Path" +msgstr "Sökväg" + +msgid "Action" +msgstr "Händelse" + +msgid "remove" +msgstr "ta bort" + +msgid "Add" +msgstr "Addera" + +msgid "You must enter a directory to add." +msgstr "Du mÃ¥ste ange ett katalognam." + +msgid "open_basedir documentation" +msgstr "open_basedir dokumentation" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"Din webbserver är konfigurerad för att hindra dig att komma Ã¥t den katalogen. Vänligen vänd " +"dig till %s och konsultera din webbserveradministratör." + +msgid "The webserver does not have permissions to read that directory." +msgstr "Webbservern har inga rättigheter att läsa den katalogen." + +msgid "The path you specified is not a valid directory." +msgstr "Sökvägen du skrev in är inte en giltig katalog." + +msgid "Save" +msgstr "Spara" + +msgid "Reset" +msgstr "à terställ" diff --git a/po/tr.po b/po/tr.po new file mode 100644 index 0000000..dd5da32 --- /dev/null +++ b/po/tr.po @@ -0,0 +1,284 @@ +# $Id: tr.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"POT-Creation-Date: 2005-05-23 02:14+0200\n" +"PO-Revision-Date: 2006-02-27 00:00+0200\n" +"Last-Translator: Goker ISIK <admin@ansolon.com>\n" +"Language-Team: Turkish <admin@ansolon.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-Language: Turkish\n" +"X-Poedit-Country: TURKEY\n" + +msgid "From Local Server" +msgstr "Lokal Server'dan" + +msgid "Photo" +msgstr "Foto" + +msgid "From Web Page" +msgstr "" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "Ãgeler Ekle" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" + +msgid "site admin" +msgstr "site yöneticisi" + +msgid "Server Path" +msgstr "Server Klasör Yolu" + +msgid "You must enter a directory." +msgstr "Klasör girmelisiniz." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" + +msgid "An item with the same name already exists." +msgstr "" + +msgid "Legal Directories" +msgstr "Yasal Klasörler" + +msgid "modify" +msgstr "modifiye et" + +msgid "Recent Directories" +msgstr "Yeni Klasörler" + +msgid "Find Files" +msgstr "Dosyaları Bul" + +#, c-format +msgid "Directory: %s" +msgstr "Klasör: %s" + +msgid "File name" +msgstr "Dosya Adı" + +msgid "Type" +msgstr "Tür" + +msgid "Size" +msgstr "Boyut" + +msgid "Use Symlink" +msgstr "" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "" +msgstr[1] "" + +msgid "Parent Directory" +msgstr "Ana Klasör" + +msgid "Directory" +msgstr "Klasör" + +msgid "(Un)check all known types" +msgstr "" + +msgid "(Un)check symlinks" +msgstr "" + +#, fuzzy +msgid "for selected items" +msgstr "[core] Delete item" + +msgid "Copy base filenames to:" +msgstr "Temel dosya adlarını kopyala:" + +msgid "Title" +msgstr "BaÅlık" + +msgid "Summary" +msgstr "Ãzet" + +msgid "Description" +msgstr "Açıklama" + +msgid "Add Files" +msgstr "Dosya Ekle" + +msgid "Start Over" +msgstr "BaÅtan BaÅla" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" + +msgid "URL" +msgstr "URL" + +#, fuzzy +msgid "You must enter a URL to a web page" +msgstr "You must enter a user name" + +msgid "The URL entered must begin with http://" +msgstr "" + +#, fuzzy +msgid "The web page you specified is unavailable" +msgstr "The user name you entered is invalid" + +msgid "Nothing to add found from this URL" +msgstr "" + +msgid "Nothing added since no items were selected" +msgstr "" + +msgid "Recent URLs" +msgstr "Yeni URL'ler" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +msgid "change" +msgstr "deÄiÅtir" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "" + +msgid "Add URLs" +msgstr "URL'ler ekle" + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "Ayarlar baÅarıyla kaydedildi" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "Local Server Yükleme Klasör Yolları" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" + +msgid "Path" +msgstr "Klasör Yolu" + +msgid "Action" +msgstr "Hareket" + +msgid "remove" +msgstr "kaldır" + +msgid "Add" +msgstr "Ekle" + +msgid "You must enter a directory to add." +msgstr "Eklemek için klasör girmelisiniz." + +msgid "open_basedir documentation" +msgstr "open_basedir dökümantasyonu" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" + +msgid "The webserver does not have permissions to read that directory." +msgstr "Webserverın bu klasörü okuma izni yok." + +msgid "The path you specified is not a valid directory." +msgstr "" + +msgid "Save" +msgstr "Kaydet" + +msgid "Reset" +msgstr "Sıfırla" diff --git a/po/uk.po b/po/uk.po new file mode 100644 index 0000000..3097d39 --- /dev/null +++ b/po/uk.po @@ -0,0 +1,305 @@ +# $Id: uk.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# ЮÑа <Yura@stryi.com.ua>, 2006. +# Yurii Smetana <Yura@stryi.com.ua>, 2006. +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"Report-Msgid-Bugs-To: gallery-translations@lists.sourceforge.net\n" +"POT-Creation-Date: 2006-12-20 09:35-0800\n" +"PO-Revision-Date: 2006-08-07 20:36+0300\n" +"Last-Translator: Yurii Smetana <Yura@stryi.com.ua>\n" +"Language-Team: Ukrainian <gallery-devel@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: KBabel 1.11.1\n" + +msgid "From Local Server" +msgstr "Ð ÐокалÑного СеÑвеÑа" + +msgid "Photo" +msgstr "ФоÑо" + +msgid "From Web Page" +msgstr "Ð Ðеб СÑоÑÑнки" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "ÐодаÑи ÐлеменÑ" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"ÐеÑенеÑÑи Ñайли ÑÐºÑ Ð²Ð¶Ðµ Ð·Ð½Ð°Ñ Ð¾Ð´ÑÑÑÑÑ Ð½Ð° ÑеÑвеÑÑ Ð² ÐалеÑеÑ. Ð¦Ñ Ñайли вже Ð¿Ð¾Ð²Ð¸Ð½Ð½Ñ Ð±ÑÑи " +"виванÑÐ°Ð¶ÐµÐ½Ñ Ð½Ð° ÐÐ°Ñ ÑеÑÐ²ÐµÑ ÑкимÑÑÑ ÑнÑим Ñином (напÑиклад FTP) Ñа бÑÑи ÑозÑаÑÐ¾Ð²Ð°Ð½Ñ Ð² ÑеÑÑ Ð´Ð¾ " +"ÑÐºÐ¾Ñ Ð¼Ð°Ñ Ð´Ð¾ÑÑÑп веб ÑеÑвеÑ. ЯкÑо Ðи викоÑиÑÑовÑÑÑе Unix (надÑÑмоÑÑ Ñе Ñак :) ) Ñе ознаÑÐ°Ñ Ñо " +"Ñайли Ñа Ñеки Ð¿Ð¾Ð²Ð¸Ð½Ð½Ñ Ð²Ð¾Ð»Ð¾Ð´ÑÑи пÑавами доÑÑÑÐ¿Ñ Ð¿ÑÐ¸Ð½Ð°Ð¹Ð¼Ð½Ñ 755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"РмÑÑкÑÐ²Ð°Ð½Ñ Ð±ÐµÐ·Ð¿ÐµÐºÐ¸, Ðи не можеÑе викоÑиÑÑовÑваÑи ÑÑ Ð¼Ð¾Ð¶Ð»Ð¸Ð²ÑÑÑÑ Ð´Ð¾ÐºÐ¸ ÐдÑмÑнÑÑÑаÑÐ¾Ñ Ð¡ÑоÑÑнки " +"ÐалеÑÐµÑ Ð½Ðµ вÑÑановиÑÑ Ð¿ÐµÑелÑк Ñек Ð´Ð»Ñ Ð²Ð¸Ð²Ð°Ð½ÑаженнÑ." + +msgid "site admin" +msgstr "адмÑнÑÑÑÑаÑÐ¾Ñ ÑÑоÑÑнки" + +#, fuzzy +msgid "Server Path" +msgstr "ШлÑÑ Ð½Ð° СеÑвеÑÑ" + +msgid "You must enter a directory." +msgstr "Ðи Ð¿Ð¾Ð²Ð¸Ð½Ð½Ñ Ð²Ð²ÐµÑÑи ÑекÑ." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"Тека ÑÐºÑ Ð²Ð¸ запÑопонÑвали не пÑавилÑна. ÐеÑеконайÑеÑÑ Ñо вона доÑÑÑпна Ð´Ð»Ñ ÑиÑÐ°Ð½Ð½Ñ ÑÑÑма " +"коÑиÑÑÑваÑами." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "Тека ÑÐºÑ Ð²Ð¸ запÑопонÑвали не пÑавилÑна. Ð¦Ñ Ñека повинна бÑÑи Ð¾Ð´Ð½Ð¾Ñ Ð· нижÑепеÑелÑÑÐµÐ½Ð¸Ñ ." + +msgid "An item with the same name already exists." +msgstr "ÐÐ»ÐµÐ¼ÐµÐ½Ñ Ð· ÑÐ°ÐºÐ¾Ñ Ð½Ð°Ð·Ð²Ð¾Ñ Ð²Ð¶Ðµ ÑÑнÑÑ." + +msgid "Legal Directories" +msgstr "ÐÐ¾Ð·Ð²Ð¾Ð»ÐµÐ½Ñ Ð¢ÐµÐºÐ¸" + +msgid "modify" +msgstr "змÑниÑи" + +msgid "Recent Directories" +msgstr "ÐÐµÐ´Ð°Ð²Ð½Ñ Ð¢ÐµÐºÐ¸" + +msgid "Find Files" +msgstr "ÐнайÑи Файли" + +#, c-format +msgid "Directory: %s" +msgstr "Тека: %s" + +msgid "File name" +msgstr "Ðазва ÑайлÑ" + +msgid "Type" +msgstr "Тип" + +msgid "Size" +msgstr "РозмÑÑ" + +msgid "Use Symlink" +msgstr "ÐикоÑиÑÑовÑваÑи ÐоÑиланнÑ" + +#, fuzzy, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "%d байÑ" +msgstr[1] "%d байÑÑв" + +msgid "Parent Directory" +msgstr "ÐаÑÑкÑвÑÑка Тека" + +msgid "Directory" +msgstr "Тека" + +msgid "(Un)check all known types" +msgstr "(Ðе)вибÑаÑи ÑÑÑ Ð²ÑÐ´Ð¾Ð¼Ñ Ñипи" + +msgid "(Un)check symlinks" +msgstr "(Ðе)вибÑаÑи поÑиланнÑ" + +#, fuzzy +msgid "for selected items" +msgstr "з вибÑаними елеменÑами" + +#, fuzzy +msgid "Copy base filenames to:" +msgstr "ÐопÑÑваÑи назви ÑайлÑв до:" + +msgid "Title" +msgstr "Ðаголовок" + +msgid "Summary" +msgstr "ÐоÑоÑкий змÑÑÑ" + +msgid "Description" +msgstr "ÐпиÑ" + +msgid "Add Files" +msgstr "ÐодаÑи Файли" + +msgid "Start Over" +msgstr "ÐновÑ" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"ÐмпоÑÑÑваÑи Ñайли в ÐалеÑÐµÑ Ð· ÑнÑÐ¾Ñ Ð²ÐµÐ± ÑÑоÑÑнки. ÐведÑÑÑ URL ÑнÑеÑнеÑÑвÑÑÐºÐ¾Ñ Ð°Ð´ÑеÑи Ñ ÑÑÑ " +"медÑаÑайли Ñо зÑÑÑÑÑнÑÑÑÑÑ Ð±Ñде ÑкопÑйовано. ÐайÑе на ÑвазÑ, вказÑÑÑи ÑлÑÑ Ð´Ð¾ пÑдÑеки веб " +"ÑÑоÑÑнки Ðи Ð¿Ð¾Ð²Ð¸Ð½Ð½Ñ Ð²ÐºÐ°Ð·ÑваÑи кÑнÑевий ÑÐ»ÐµÑ (напÑиклад http://example.com/directory/)." + +msgid "URL" +msgstr "URL" + +msgid "You must enter a URL to a web page" +msgstr "Ðи Ð¿Ð¾Ð²Ð¸Ð½Ð½Ñ Ð²Ð²ÐµÑÑи URL веб ÑÑоÑÑнки" + +msgid "The URL entered must begin with http://" +msgstr "URL повинен поÑинаÑиÑÑ Ð· http://" + +msgid "The web page you specified is unavailable" +msgstr "Ðказана Ðами ÑÑоÑÑнка не ÑÑнÑÑ" + +msgid "Nothing to add found from this URL" +msgstr "Ð ÑÑого URL нема Ñо додаваÑи" + +msgid "Nothing added since no items were selected" +msgstr "ÐÑÑого не додано бо Ð¶Ð¾Ð´Ð½Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñи не вибÑано" + +msgid "Recent URLs" +msgstr "ÐÐµÐ´Ð°Ð²Ð½Ñ URL-и" + +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +msgid "change" +msgstr "змÑниÑи" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "знайдено %d url" +msgstr[1] "знайдено %d url-Ñв" + +msgid "(Un)check all" +msgstr "(Ðе)вибÑаÑи вÑе" + +msgid "Add URLs" +msgstr "ÐодаÑи URL-и" + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "ÐалаÑÑÑÐ²Ð°Ð½Ð½Ñ ÑÑпÑÑно збеÑеженÑ" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "ÐокалÑна Тека ÐиванÑаженÑ" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"ÐкажÑÑÑ ÑÐµÐºÑ Ð½Ð° локалÑÐ½Ð¾Ð¼Ñ ÑеÑвеÑÑ Ð´Ðµ коÑиÑÑÑÐ²Ð°Ñ Ð¼Ð¾Ð¶Ðµ збеÑÑгаÑи Ñайли а поÑÑм виванÑажÑваÑи " +"ÑÑ Ð² ÐалеÑÐµÑ Ð²Ð¸ÐºÐ¾ÑиÑÑовÑÑÑи можливÑÑÑÑ <i>ÐиванÑажиÑи з ÐокалÑного СеÑвеÑа</i>. ШлÑÑ , Ñо " +"бÑде вказано ÑÑÑ, Ñа ÑÑÑ Ñайли ÑозÑаÑÐ¾Ð²Ð°Ð½Ñ Ð·Ð° Ñим ÑлÑÑ Ð¾Ð¼ бÑдÑÑÑ Ð´Ð¾ÑÑÑÐ¿Ð½Ñ Ð´Ð»Ñ Ð±ÑдÑ-Ñкого " +"коÑиÑÑÑваÑа ÐалеÑÐµÑ ÑÐºÑ Ð²Ð¾Ð»Ð¾Ð´ÑÑÑÑ Ð¿Ð¾Ð²Ð½Ð¾Ð²Ð°Ð¶ÐµÐ½Ð½Ñми виванÑаженнÑ, ÑÐ¾Ð¼Ñ Ð²ÐºÐ°Ð·ÑйÑе ÑÐ°ÐºÑ Ñеки, Ñо " +"не мÑÑÑÑÑ Ð²Ð°Ð¶Ð»Ð¸Ð²Ð¸Ñ Ð´Ð°Ð½Ð¸Ñ (напÑ. /tmp Ñи /usr/ftp/incoming)." + +msgid "Path" +msgstr "ШлÑÑ " + +msgid "Action" +msgstr "ÐÑÑ" + +msgid "remove" +msgstr "видалиÑи" + +msgid "Add" +msgstr "ÐодаÑи" + +msgid "You must enter a directory to add." +msgstr "Ðи Ð¿Ð¾Ð²Ð¸Ð½Ð½Ñ Ð²ÐºÐ°Ð·Ð°Ñи ÑÐµÐºÑ Ð´Ð»Ñ Ð´Ð¾Ð´Ð°Ð²Ð°Ð½Ð½Ñ." + +msgid "open_basedir documentation" +msgstr "докÑменÑаÑÑÑ Ð¿Ð¾ open_basedir" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"ÐалаÑÑÑÐ²Ð°Ð½Ð½Ñ ÐаÑого вебÑеÑвеÑа забоÑонÑÑÑÑ Ð´Ð¾ÑÑÑп до ÑÑÑÑ Ñеки. ÐвеÑнÑÑÑÑÑ Ð´Ð¾ %s Ñа " +"пÑоконÑÑлÑÑÑйÑеÑÑ Ð· ÐаÑим ÑиÑÑемним адмÑнÑÑÑÑаÑоÑом." + +msgid "The webserver does not have permissions to read that directory." +msgstr "ÐебÑеÑÐ²ÐµÑ Ð½Ðµ Ð¼Ð°Ñ Ð´Ð¾ÑÑаÑнÑÑ Ð¿Ð¾Ð²Ð½Ð¾Ð²Ð°Ð¶ÐµÐ½Ñ Ð´Ð»Ñ ÑиÑÐ°Ð½Ð½Ñ ÑÑÑÑ Ñеки." + +msgid "The path you specified is not a valid directory." +msgstr "ШлÑÑ Ñо Ðи вказали Ñ Ð½ÐµÐ²ÑÑним." + +msgid "Save" +msgstr "ÐбеÑегÑи" + +msgid "Reset" +msgstr "СкинÑÑи" diff --git a/po/vi.po b/po/vi.po new file mode 100644 index 0000000..df9eb76 --- /dev/null +++ b/po/vi.po @@ -0,0 +1,300 @@ +# $Id: vi.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"POT-Creation-Date: 2005-05-04 16:46-0400\n" +"PO-Revision-Date: 2005-08-29 14:16+0100\n" +"Last-Translator: Trung Dong Huynh <trungdong@donggiang.com>\n" +"Language-Team: Vietnamese <gallery-devel@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "From Local Server" +msgstr "Từ thÆ° mục cục bá» của máy chủ" + +msgid "Photo" +msgstr "Ảnh" + +msgid "From Web Page" +msgstr "Từ trang web" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "Thêm Äá»i tượng" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"Chuyá»n các táºp tin Äang có sẵn trên máy chủ của bạn và o Gallery. Các táºp tin nà y cần Äược " +"tải lên máy chủ bằng má»t cách nà o Äó (chẳng hạn nhÆ° FTP)và phải Äược Äặt trong má»t thÆ° mục " +"mà webserver có thá» truy cáºp Äược. Nếu bạn dùng Unix thì có nghÄ©a là các táºp tin và thÆ° mục " +"phải Äược Äặt quyá»n Ãt nhất là 755." + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "" +"Vì lý do an ninh, bạn chÆ°a thá» sá» dụng tÃnh nÄng nà y cho Äến khi quản trá» của Gallery cà i " +"Äặt các thÆ° mục hợp lá» Äá» tải ảnh lên." + +msgid "site admin" +msgstr "quản trá» trang" + +msgid "Server Path" +msgstr "ÄÆ°á»ng dẫn máy chủ" + +msgid "You must enter a directory." +msgstr "Bạn phải Äiá»n má»t má»t thÆ° mục và o." + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "" +"ThÆ° mục bạn nháºp và o không hợp lá».. Bạn hãy kiá»m tra Äá» chắc là thÆ° mục nà y tất cả ngÆ°á»i " +"dùng có thá» Äá»c Äược." + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "" +"ThÆ° mục bạn nháºp và o không hợp lá». Nó phải là thÆ° mục con của má»t trong các thÆ° mục liá»t kê " +"dÆ°á»i Äây." + +msgid "An item with the same name already exists." +msgstr "Äã có Äá»i tượng có cùng tên" + +msgid "Legal Directories" +msgstr "Các thÆ° mục hợp lá»" + +msgid "modify" +msgstr "hiá»u chá»nh" + +msgid "Recent Directories" +msgstr "Các thÆ° mục dùng gần Äây" + +msgid "Find Files" +msgstr "Tìm các táºp tin" + +#, c-format +msgid "Directory: %s" +msgstr "ThÆ° mục: %s" + +msgid "File name" +msgstr "Tên táºp tin" + +msgid "Type" +msgstr "Loại" + +msgid "Size" +msgstr "KÃch thÆ°á»c" + +msgid "Use Symlink" +msgstr "Dùng Symlink" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "" +msgstr[1] "" + +msgid "Parent Directory" +msgstr "ThÆ° mục cha" + +msgid "Directory" +msgstr "ThÆ° mục" + +msgid "(Un)check all known types" +msgstr "(Bá») Äánh dấu tất cả các loại táºp tin Äã biết" + +msgid "(Un)check symlinks" +msgstr "(Bá») Äánh dấu liên kết" + +msgid "for selected items" +msgstr "cho các Äá»i tượng Äược chá»n" + +msgid "Copy base filenames to:" +msgstr "Chép tên file và o:" + +msgid "Title" +msgstr "Tiêu Äá»" + +msgid "Summary" +msgstr "Tóm tắt" + +msgid "Description" +msgstr "Mô tả" + +msgid "Add Files" +msgstr "Thêm táºp tin" + +msgid "Start Over" +msgstr "Là m lại từ Äầu" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"Nháºp táºp tin và o Gallery từ má»t trang web khác. Nháºp Äá»a chá» trang web á» bất cứ Äâu trên " +"mạng và Gallery sẽ cho phép bạn tải bất cứ táºp tin nà o nó tìm Äược trên trang web Äó. LÆ°u ý " +"là nếu bạn nháºp Äá»a chá» Äến má»t thÆ° mục thì bạn nên kết thúc Äá»a chá» bằng má»t dấu gạch chéo " +"(và dụ: http://example.com/directory/)." + +msgid "URL" +msgstr "ÄÆ°á»ng dẫn" + +msgid "You must enter a URL to a web page" +msgstr "Bạn phải Äiá»n má»t má»t ÄÆ°á»ng dẫn Äến má»t trang web" + +msgid "The URL entered must begin with http://" +msgstr "ÄÆ°á»ng dẫn phải bắt Äầu bằng http://" + +msgid "The web page you specified is unavailable" +msgstr "Trang web bạn nháºp và o không truy cáºp Äược" + +msgid "Nothing to add found from this URL" +msgstr "Không tìm thấy gì Äá» thêm từ ÄÆ°á»ng dẫn nà y" + +msgid "Nothing added since no items were selected" +msgstr "Không thêm vì không Äá»i tượng nà o Äược chá»n" + +msgid "Recent URLs" +msgstr "Các ÄÆ°á»ng dẫn dùng gần Äây" + +#, c-format +msgid "URL: %s" +msgstr "ÄÆ°á»ng dẫn: %s" + +msgid "change" +msgstr "Äá»i" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "(Bá») Äánh dấu tất cả" + +msgid "Add URLs" +msgstr "Thêm Äá»a chá» mạng" + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "Các thông sá» Äã Äược lÆ°u lại" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "ÄÆ°á»ng dẫn Äá» tải lên thÆ° mục cục bá»" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"Quy Äá»nh các thÆ° mục hợp lá» trên máy chủ cục bá» Äá» thà nh viên có thá» tà i táºp tin lên và thêm " +"và o Gallery bằng tÃnh nÄng <i>Tải lên từ máy chủ cục bá»</i>. ÄÆ°á»ng dẫn mà bạn nháºp á» Äây và " +"tất cả các táºp tin và thÆ° mục nằm trong ÄÆ°á»ng dẫn nà y sẽ trá» nên truy cáºp Äược Äá»i vá»i tất " +"cả thà nh viên có quyá»n tải ảnh. Vì thế, bạn nên hạn chế các ÄÆ°á»ng dẫn dÆ°á»i Äây chá» trong các " +"thÆ° mục không chứa các thông tin nhạy cảm (và dụ nhÆ° /tmp or /usr/ftp/incoming)" + +msgid "Path" +msgstr "ÄÆ°á»ng dẫn" + +msgid "Action" +msgstr "Chá»n lá»±a" + +msgid "remove" +msgstr "xóa bá»" + +msgid "Add" +msgstr "Thêm" + +msgid "You must enter a directory to add." +msgstr "Bạn phải Äiá»n má»t thÆ° mục Äá» thêm và o." + +msgid "open_basedir documentation" +msgstr "tà i liá»u vá» open_basedir" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "" +"Webserver của bạn ngÄn không cho bạn truy cáºp thÆ° mục Äó. Hãy xem %s và tham khảo quản trá» " +"webserver của bạn." + +msgid "The webserver does not have permissions to read that directory." +msgstr "Webserver không có quyá»n Äá»c thÆ° mục Äó." + +msgid "The path you specified is not a valid directory." +msgstr "ÄÆ°á»ng dẫn bạn khai không phải là má»t thÆ° mục hợp lá»." + +msgid "Save" +msgstr "LÆ°u" + +msgid "Reset" +msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po new file mode 100644 index 0000000..a1692a8 --- /dev/null +++ b/po/zh_CN.po @@ -0,0 +1,287 @@ +# $Id: zh_CN.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"POT-Creation-Date: 2005-03-28 14:00+0800\n" +"PO-Revision-Date: 2006-03-10 11:37+0800\n" +"Last-Translator: Lyric <lyric@lyricli.com>\n" +"Language-Team: Chinese Simplified <gallery-devel@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "From Local Server" +msgstr "ä»æ¬å°æå¡å¨" + +msgid "Photo" +msgstr "ç §ç" + +msgid "From Web Page" +msgstr "ä»ç½é¡µ" + +msgid "Available to all users with permission to add items" +msgstr "" + +msgid "Site Admins only" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Add Items" +msgstr "æ·»å 项ç®" + +msgid "Add items from local server or the web" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Web/Server" +msgstr "" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"å°å·²ä¿åå¨æ¨æå¡å¨ä¸çæä»¶ä¼ è¾å°å¾åºä¸ãæä»¶å¿ é¡»å·²ç»éè¿å ¶ä»æ¹å¼ï¼å¦FTPï¼ä¸ä¼ å°æå¡å¨ï¼å¹¶æ¾ç½®" +"å¨å¯ç±ä»»ä½æå¡å¨ç¨åºå¤ççç®å½ä¸ãå¦ææ¨ä½¿ç¨çæ¯UNIXç³»ç»åç®å½æéè³å°è¦æ¯755ã" + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "åºäºå®å ¨èèï¼å¨ç½ç«ç®¡çå设å®å 许çä¸ä¼ ç®å½åï¼æ¨ä¸è½ä½¿ç¨æ¤åè½ã" + +msgid "site admin" +msgstr "ç½ç«ç®¡çå" + +msgid "Server Path" +msgstr "æå¡å¨è·¯å¾" + +msgid "You must enter a directory." +msgstr "æ¨å¿ é¡»è¾å ¥ä¸ä¸ªç®å½ã" + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "æ¨è¾å ¥çç®å½ä¸åæ³ã请确认æ¤ç®å½æ¯ææç¨æ·å¯è¯»åçã" + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "æ¨è¾å ¥çç®å½ä¸åæ³ãå®å¿ é¡»æ¯ä¸åç®å½ä¹ä¸çä¸ä¸ªåç®å½ã" + +msgid "An item with the same name already exists." +msgstr "åå项ç®å·²ç»åå¨ã" + +msgid "Legal Directories" +msgstr "åæ³ç®å½" + +msgid "modify" +msgstr "ä¿®æ¹" + +msgid "Recent Directories" +msgstr "è¿æç®å½" + +msgid "Find Files" +msgstr "æ¥æ¾æ件" + +#, c-format +msgid "Directory: %s" +msgstr "ç®å½: %s" + +msgid "File name" +msgstr "æ件å" + +msgid "Type" +msgstr "ç±»å" + +msgid "Size" +msgstr "尺寸" + +msgid "Use Symlink" +msgstr "使ç¨é¾æ¥" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "" +msgstr[1] "" + +msgid "Parent Directory" +msgstr "ä¸å±ç®å½" + +msgid "Directory" +msgstr "ç®å½" + +msgid "(Un)check all known types" +msgstr "éæ©/åæ¶éæ©ææå·²ç¥ç±»å" + +msgid "(Un)check symlinks" +msgstr "éæ©/åæ¶éæ©é¾æ¥" + +msgid "for selected items" +msgstr "对已éæ©é¡¹ç®" + +msgid "Copy base filenames to:" +msgstr "å¤å¶æ件åå°:" + +msgid "Title" +msgstr "æ é¢" + +msgid "Summary" +msgstr "æè¦" + +msgid "Description" +msgstr "æè¿°" + +msgid "Add Files" +msgstr "æ·»å æ件" + +msgid "Start Over" +msgstr "éæ°å¼å§" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"ä»å ¶ä»ç½ç«å¯¼å ¥æ件å°å¾åºã请å¨ä¸æ¹è¾å ¥ç½ç»ä¸çä»»æç½é¡µå°åï¼å¾åºå°å 许æ¨ä¸ä¼ å¨è¯¥ç½é¡µä¸æ¾å°ç" +"ä»»æåªä½ç±»åã请注æï¼å¦ææ¨è¾å ¥çæ¯ä¸ä¸ªç½ç«ç®å½ï¼è¯·ä»¥åææ ä½ä¸ºå°åç»å°¾ãï¼ä¾å¦ï¼http://" +"example.com/directory/ï¼" + +msgid "URL" +msgstr "ç½å" + +msgid "You must enter a URL to a web page" +msgstr "æ¨å¿ 须为ç½é¡µè¾å ¥ä¸ä¸ªç½å" + +msgid "The URL entered must begin with http://" +msgstr "è¾å ¥ç½åå¿ é¡»ä»¥ http:// å¼å§" + +msgid "The web page you specified is unavailable" +msgstr "æ¨æå®çç½é¡µæ æ³æ¾å°" + +msgid "Nothing to add found from this URL" +msgstr "ä»è¯¥URLä¸è½æ¾å°åæ·»å ä»»ä½ä¸è¥¿ã" + +msgid "Nothing added since no items were selected" +msgstr "ç±äºæªéæ©é¡¹ç®ï¼æ²¡æå 容被添å " + +msgid "Recent URLs" +msgstr "è¿æç½å" + +#, c-format +msgid "URL: %s" +msgstr "ç½å: %s" + +msgid "change" +msgstr "åæ´" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "" +msgstr[1] "" + +msgid "(Un)check all" +msgstr "éæ©/åæ¶éæ©å ¨é¨" + +msgid "Add URLs" +msgstr "æ·»å ç½å" + +msgid "Add Item Settings" +msgstr "" + +msgid "Settings saved successfully" +msgstr "设置ä¿åæå" + +msgid "Enable" +msgstr "" + +msgid "Add From Web" +msgstr "" + +msgid "Add From Server" +msgstr "" + +msgid "Security Warning" +msgstr "" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" + +msgid "Local Server Upload Paths" +msgstr "æ¬å°æå¡å¨ä¸ä¼ è·¯å¾" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"å¨æ¬å°æå¡å¨ä¸æå®ç¨æ·å¯ä¿åæ件çåæ³ç®å½ï¼ç¨æ·å¯éè¿<i>ä»æ¬å°æå¡å¨ä¸ä¼ </i>åè½å°è¿äºä¿åæ" +"件ä¸ä¼ å°å¾åºä¸ãæ¨å¨æ¤è¾å ¥çè·¯å¾ä»¥åæ¤è·¯å¾ä¸çæææ件åç®å½å°ä¼å¯¹æææ¥æä¸ä¼ æéçå¾åºç¨æ·" +"å¼æ¾ï¼æ以请éå¶æ¤ç®å½ä¸è¦å å«æææ°æ®ï¼ä¾å¦ï¼/tmp æ /usr/ftp/incoming çï¼ã" + +msgid "Path" +msgstr "è·¯å¾" + +msgid "Action" +msgstr "æä½" + +msgid "remove" +msgstr "å é¤" + +msgid "Add" +msgstr "æ·»å " + +msgid "You must enter a directory to add." +msgstr "æ¨å¿ é¡»è¾å ¥ä¸ä¸ªç®å½æ¥æ·»å ã" + +msgid "open_basedir documentation" +msgstr "open_basedir ææ¡£" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "æ¨çæå¡å¨è®¾å®ä¸å 许æ¨è®¿é®æ¤ç®å½ã请åè %s 并ä¸æ¨çç³»ç»ç®¡çåååã" + +msgid "The webserver does not have permissions to read that directory." +msgstr "ç½ç»æå¡å¨æ²¡ææé读åæ¤ç®å½ã" + +msgid "The path you specified is not a valid directory." +msgstr "æ¨æå®çè·¯å¾ä¸æ¯ä¸ä¸ªææçç®å½ã" + +msgid "Save" +msgstr "ä¿å" + +msgid "Reset" +msgstr "éç½®" diff --git a/po/zh_TW.po b/po/zh_TW.po new file mode 100644 index 0000000..7424cec --- /dev/null +++ b/po/zh_TW.po @@ -0,0 +1,290 @@ +# $Id: zh_TW.po 16040 2007-03-16 23:04:36Z mindless $ +# +# Gallery - a web based photo album viewer and editor +# Copyright (C) 2000-2007 Bharat Mediratta +# +# 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. +# +msgid "" +msgstr "" +"Project-Id-Version: Gallery: Add Items 1.0.0\n" +"POT-Creation-Date: 2005-07-27 23:11-0400\n" +"PO-Revision-Date: 2005-08-24 14:00-0400\n" +"Last-Translator: Stephen Chu <stephen@ju-ju.com>\n" +"Language-Team: Chinese Traditional <gallery-devel@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "From Local Server" +msgstr "å¾æ¬å°ä¼ºæå¨" + +msgid "Photo" +msgstr "ç §ç" + +msgid "From Web Page" +msgstr "å¾ç¶²é " + +msgid "Available to all users with permission to add items" +msgstr "æå¢å é ç®æ¬éçç¨æ¶é½å¯ä½¿ç¨" + +msgid "Site Admins only" +msgstr "åªæ網ç«ç®¡çå¡" + +msgid "Disabled" +msgstr "éé" + +msgid "Add Items" +msgstr "å¢å é ç®" + +msgid "Add items from local server or the web" +msgstr "å¾æ¬å°ä¼ºæå¨æ網é ä¸å å ¥é ç®" + +msgid "Import" +msgstr "å¼é²" + +msgid "Web/Server" +msgstr "網é æ伺æå¨" + +msgid "" +"Transfer files that are already on your server into your Gallery. The files must already " +"have been uploaded to your server some other way (like FTP) and must be placed in a " +"directory where they are accessibly by any element on the server. If you're on Unix this " +"means that the files and the directory the files are in should have modes of at least 755." +msgstr "" +"å°å·²å²åå¨ä½ 伺æå¨ä¸çæªæ¡å³è¼¸å° Gallery ä¸ãæªæ¡å¿ é å·²ç¶ééå ¶ä»æ¹å¼ï¼å¦FTPï¼ä¸å³å°ä¼ºæå¨ï¼" +"並æ¾ç½®å¨å¯ç±ä»»ä½ä¼ºæå¨ç¨å¼èççç®éä¸ãå¦æä½ ä½¿ç¨çæ¯UNIX系統åç®éæ¬éè³å°è¦æ¯755ã" + +msgid "" +"For security purposes, you can't use this feature until the Gallery Site Administrator " +"configures a set of legal upload directories." +msgstr "åºæ¼å®å ¨èæ ®ï¼å¨ç¶²ç«ç®¡çå¡è¨å®å 許çä¸å³ç®éåï¼ä½ ä¸è½ä½¿ç¨éååè½ã" + +msgid "site admin" +msgstr "網ç«ç®¡çå¡" + +msgid "Server Path" +msgstr "伺æå¨è·¯å¾" + +msgid "You must enter a directory." +msgstr "ä½ å¿ é è¼¸å ¥ä¸åç®éã" + +msgid "" +"The directory you entered is invalid. Make sure that the directory is readable by all users." +msgstr "ä½ è¼¸å ¥çç®éä¸åæ³ãè«ç¢ºèªéåç®éæ¯ææç¨æ¶å¯è®åçã" + +msgid "" +"The directory you entered is illegal. It must be a sub directory of one of the directories " +"listed below." +msgstr "ä½ è¼¸å ¥çç®éä¸åæ³ãå®å¿ é æ¯ä¸åç®éä¹ä¸çä¸ååç®éã" + +msgid "An item with the same name already exists." +msgstr "ååé ç®å·²ç¶åå¨ã" + +msgid "Legal Directories" +msgstr "åæ³ç®é" + +msgid "modify" +msgstr "ä¿®æ¹" + +msgid "Recent Directories" +msgstr "è¿æç®é" + +msgid "Find Files" +msgstr "æ¥æ¾æªæ¡" + +#, c-format +msgid "Directory: %s" +msgstr "ç®éï¼%s" + +msgid "File name" +msgstr "æªæ¡å稱" + +msgid "Type" +msgstr "é¡å" + +msgid "Size" +msgstr "大å°" + +msgid "Use Symlink" +msgstr "使ç¨éæ¥" + +#, c-format +msgid "%d byte" +msgid_plural "%d bytes" +msgstr[0] "%d ä½å çµ" + +# msgstr[1] "" +msgid "Parent Directory" +msgstr "ä¸å±¤ç®é" + +msgid "Directory" +msgstr "ç®é" + +msgid "(Un)check all known types" +msgstr "é¸æï¼åæ¶é¸æææå·²ç¥é¡å" + +msgid "(Un)check symlinks" +msgstr "é¸æï¼åæ¶é¸æéæ¥" + +msgid "for selected items" +msgstr "å°å·²é¸æé ç®" + +msgid "Copy base filenames to:" +msgstr "è¤è£½æªæ¡åå°ï¼" + +msgid "Title" +msgstr "主é¡" + +msgid "Summary" +msgstr "æè¦" + +msgid "Description" +msgstr "詳細æè¿°" + +msgid "Add Files" +msgstr "å¢å æªæ¡" + +msgid "Start Over" +msgstr "éæ°éå§" + +msgid "" +"Import files into Gallery from another website. Enter a URL below to a web page anywhere on " +"the net and Gallery will allow you to upload any media files that it finds on that page. " +"Note that if you're entering a URL to a directory, you should end the URL with a trailing " +"slash (eg, http://example.com/directory/). " +msgstr "" +"å¾å ¶ä»ç¶²ç«å¼é²æªæ¡å° Galleryãè«å¨ä¸é¢è¼¸å ¥ç¶²è·¯ä¸ä»»ä½ä¸å網é çå°åï¼Gallery æè®ä½ ä¸å³å¨é£æ" +"網é ä¸æ¾å°çä»»ä½åªé«æªæ¡ãè«æ³¨æï¼å¦æä½ è¼¸å ¥çä½ç½®æ¯ä¸åç®éï¼è«ç¨ä»¥åæç·ä½çºå°åçµå°¾ï¼ä¾" +"å¦ï¼http://example.com/directory/ï¼ã" + +msgid "URL" +msgstr "網å" + +msgid "You must enter a URL to a web page" +msgstr "ä½ å¿ é çºç¶²é è¼¸å ¥ä¸å網å" + +msgid "The URL entered must begin with http://" +msgstr "è¼¸å ¥ç¶²åå¿ é 以 http:// éå§" + +msgid "The web page you specified is unavailable" +msgstr "ä½ æå®ç網é ç¡æ³æ¾å°" + +msgid "Nothing to add found from this URL" +msgstr "å¨éå網åä¸æ¾ä¸å°å¯ä»¥å çé ç®" + +msgid "Nothing added since no items were selected" +msgstr "ç±æ¼æªé¸æé ç®ï¼æ²æå §å®¹è¢«å¢å " + +msgid "Recent URLs" +msgstr "è¿æ網å" + +#, c-format +msgid "URL: %s" +msgstr "網åï¼%s" + +msgid "change" +msgstr "è®æ´" + +#, c-format +msgid "%d url found" +msgid_plural "%d urls found" +msgstr[0] "æ¾å° %d å網å" +msgstr[1] "æ¾å° %d å網å" + +msgid "(Un)check all" +msgstr "é¸æï¼åæ¶é¸æå ¨é¨" + +msgid "Add URLs" +msgstr "å¢å 網å" + +msgid "Add Item Settings" +msgstr "å¢å é ç®è¨å®" + +msgid "Settings saved successfully" +msgstr "è¨å®å²åæå" + +msgid "Enable" +msgstr "åç¨" + +msgid "Add From Web" +msgstr "å¾ç¶²é å¢å " + +msgid "Add From Server" +msgstr "å¾ä¼ºæå¨å¢å " + +msgid "Security Warning" +msgstr "å®å ¨è¦å" + +msgid "" +"\"Add From Web\" can be abused to attack other websites in your name. For the attacked " +"party it would seem as if you, the administrator of this Gallery, deliberately attacked " +"their website because your Gallery acts on behalf of your users. Therefore it is " +"recommended to enable \"Add From Web\" only for trusted users." +msgstr "" +"ãå¾ç¶²é å¢å ãåè½å¯è¢«æ¿«ç¨ä¾åç¨ä½ çå義ä¾æ»æå ¶ä»ç¶²ç«ãå¾è¢«æ»æç網ç«çè§é»ï¼çä¾åæ¯ä½ 身çº" +"éå Gallery ç管çå¡ï¼èæçæ»æä»åç網ç«ï¼å çºä½ ç Gallery 代çä½ çç¨æ¶å·è¡éååä½ãæ以" +"æå建è°åªçºä¿¡ä»»çç¨æ¶åç¨ãå¾ç¶²é å¢å ãåè½ã" + +msgid "Local Server Upload Paths" +msgstr "æ¬å°ä¼ºæå¨ä¸å³è·¯å¾" + +msgid "" +"Specify the legal directories on the local server where a user can store files and then " +"upload them into Gallery using the <i>Upload from Local Server</i> feature. The paths you " +"enter here and all the files and directories under those paths will be available to any " +"Gallery user who has upload privileges, so you should limit this to directories that won't " +"contain sensitive data (eg. /tmp or /usr/ftp/incoming)" +msgstr "" +"æå®å¨æ¬å°ä¼ºæå¨ä¸ç¨æ¶å¯å²åæªæ¡ä¸¦ééãå¾æ¬å°ä¼ºæå¨ä¸å³ãåè½ä¸å³å° Gallery çåæ³ç®éãä½ å¨" +"éè£¡è¼¸å ¥çè·¯å¾ä»¥åéåè·¯å¾ä¸çæææªæ¡åç®éå°æå°ææææä¸å³æ¬éç Gallery ç¨æ¶éæ¾ï¼æ以è«" +"éå¶éåç®éæ¼ä¸å«ææè³æçç®éï¼å¦ï¼/tmp æ /usr/ftp/incomingï¼" + +msgid "Path" +msgstr "è·¯å¾" + +msgid "Action" +msgstr "æä½" + +msgid "remove" +msgstr "åªé¤" + +msgid "Add" +msgstr "å¢å " + +msgid "You must enter a directory to add." +msgstr "ä½ å¿ é è¼¸å ¥ä¸åç®éä¾å¢å ã" + +msgid "open_basedir documentation" +msgstr "open_basedir 說ææ件" + +#, c-format +msgid "" +"Your webserver is configured to prevent you from accessing that directory. Please refer to " +"the %s and consult your webserver administrator." +msgstr "ä½ ç伺æå¨çè¨å®ä¸å è¨±ä½ ååéåç®éãè«åè %s 並èä½ ç系統管çå¡ååã" + +msgid "The webserver does not have permissions to read that directory." +msgstr "網ç«ä¼ºæå¨æ²æè®åéåç®éçæ¬éã" + +msgid "The path you specified is not a valid directory." +msgstr "ä½ æå®çè·¯å¾ä¸æ¯ä¸åææçç®éã" + +msgid "Save" +msgstr "å²å" + +msgid "Reset" +msgstr "éç½®" diff --git a/templates/EmbedVideoSiteAdmin.tpl b/templates/EmbedVideoSiteAdmin.tpl new file mode 100644 index 0000000..74df8d2 --- /dev/null +++ b/templates/EmbedVideoSiteAdmin.tpl @@ -0,0 +1,136 @@ +{* + * $Revision: 15342 $ + * If you want to customize this file, do not edit it directly since future upgrades + * may overwrite it. Instead, copy it into a new directory called "local" and edit that + * version. Gallery will look for that file first and use it if it exists. + *} +<div class="gbBlock gcBackground1"> + <h2> {g->text text="Embed Video Settings"} </h2> +</div> + +<input type="hidden" name="{g->formVar var="form[variable][type]"}" /> + +<table><tr valign="top"><td> + +<div class="gbBlock"> + <h3>{g->text text="Defaults"}</h3> + <p>{g->text text="These variables provide default values for users on your site. Users will be able to override these defaults by making changes in the user interface of the applets, or by changing their local defaults file."}</p> +{if empty($form.embedvideodefaultVariables)} + <p>{g->text text="You have no default variables"}</p> +{else} + + <table class="gbDataTable"> + <tr> + <th> {g->text text="Variable"} </th> + <th> {g->text text="Action"} </th> + </tr> + {foreach from=$form.embedvideodefaultVariables item=variable} + <tr class="{cycle values="gbEven,gbOdd"}"> + <td>{$variable}</td> + <td><a href="{g->url arg1="controller=embedvideo.EmbedVideoSiteAdmin" + arg2="form[action][delete]=1" + arg3=$variable|regex_replace:"/^(.*?)=.*$/":"form[delete][variable]=\\1" + arg4="form[variable][type]=default" arg5="mode=variables"}"> + {g->text text="Delete"}</a></td> + </tr> + {/foreach} + </table> +{/if} +</div> + +<div class="gbBlock"> + <h4> {g->text text="Add a new default variable"} </h4> + + {if isset($form.error.default)} + <div class="giError"> + {g->text text="You must enter a variable name and value"} + </div> + {/if} + + {g->text text="New variable"}<br/> + <input type="text" name="{g->formVar var="form[default][name]"}" /> = + <input type="text" name="{g->formVar var="form[default][value]"}" /> +</div> + +<div class="gbBlock gcBackground1"> + <input type="submit" class="inputTypeSubmit" + name="{g->formVar var="form[action][add]"}" value="{g->text text="Add variable"}" + onclick="javascript:this.form['{g->formVar var="form[variable][type]"}'].value='default';this.form.submit();" /> +</div> + +<div class="gbBlock"> + <h3>{g->text text="Overrides"}</h3> + <p>{g->text text="These variables override any other values for applets users execute on your site. Users will not be able to change these values."}</p> +{if empty($form.embedvideooverrideVariables)} + <p>{g->text text="You have no override variables"}</p> +{else} + + <table class="gbDataTable"> + <tr> + <th> {g->text text="Variable"} </th> + <th> {g->text text="Action"} </th> + </tr> + {foreach from=$form.embedvideooverrideVariables item=variable} + <tr class="{cycle values="gbEven,gbOdd"}"> + <td>{$variable}</td> + <td><a href="{g->url arg1="controller=embedvideo.EmbedVideoSiteAdmin" + arg2="form[action][delete]=1" + arg3=$variable|regex_replace:"/^(.*?)=.*$/":"form[delete][variable]=\\1" + arg4="form[variable][type]=override" arg5="mode=variables"}"> + {g->text text="Delete"}</a></td> + </tr> + {/foreach} + </table> +{/if} +</div> + +<div class="gbBlock"> + <h4> {g->text text="Add a new override variable"} </h4> + + {if isset($form.error.override)} + <div class="giError"> + {g->text text="You must enter a variable name and value"} + </div> + {/if} + + {g->text text="New variable"}<br/> + <input type="text" name="{g->formVar var="form[override][name]"}" /> = + <input type="text" name="{g->formVar var="form[override][value]"}" /> +</div> + +<div class="gbBlock gcBackground1"> + <input type="submit" class="inputTypeSubmit" + name="{g->formVar var="form[action][add]"}" value="{g->text text="Add variable"}" + onclick="javascript:this.form['{g->formVar var="form[variable][type]"}'].value='override';this.form.submit();" /> +</div> + + +</td><td> +<div class="gbBlock"> + <h3>{g->text text="Help"}</h3> + <p>{g->text text="Here are a selection of variables that affect video embedding."}</p> + <table class="gbDataTable"> + <tr><th>{g->text text="variable"}</th><th>{g->text text="values"}</th><th>{g->text text="help"}</th></tr> + + <tr class="gbEven"><td>useInternalFlvPlayer</td><td>true/false</td> + <td>{g->text text="instructs the module to use Gallery's built-in flv player when embedding links to .flv files"}</td></tr> + + <tr class="gbEven"><td>externalFlvPlayer</td><td>URL to external flv player (.swf)</td> + <td>{g->text text="instructs the module to use an external flv player when embedding links to .flv files"}</td></tr> + + <tr class="gbEven"><td>externalFlvPlayerVars</td><td>flashvars= options for external flash player</td> + <td>{g->text text="provides the module with the flashvars to use for the external flash player"}</td></tr> + + <tr class="gbOdd"><td>youtubeDevId</td><td>xxxxxxxxxxx</td> + <td>{g->text text="specify the youtube Developer ID used when this plugin makes API calls to youtube"}</td></tr> + + <tr class="gbEven"><td>width</td><td>320</td> + <td>{g->text text="specify the width dimension of the embedded video player"}</td></tr> + + <tr class="gbEven"><td>height</td><td>240</td> + <td>{g->text text="specify the height dimension of the embedded video player"}</td></tr> + + </table> + +</div> +</td></tr></table> diff --git a/templates/ItemAddEmbedVideo.tpl b/templates/ItemAddEmbedVideo.tpl new file mode 100644 index 0000000..4c2c7ac --- /dev/null +++ b/templates/ItemAddEmbedVideo.tpl @@ -0,0 +1,43 @@ +{* + * $Revision: 15342 $ + * If you want to customize this file, do not edit it directly since future upgrades + * may overwrite it. Instead, copy it into a new directory called "local" and edit that + * version. Gallery will look for that file first and use it if it exists. + *} + +<div class="gbBlock"> + <p class="giDescription"> + {g->text text="Import embedded videos into Gallery from another website. Enter a URL below to a web page anywhere on the net and Gallery will add an embedded link to that file. Supported video links: www.youtube.com, video.google.com, or links to any .flv files."} + </p> + + {if empty($form.webPageUrls)} + <h4> {g->text text="URL"} </h4> + + <input type="text" size="80" + name="{g->formVar var="form[webPage][URL]"}" value="{$form.webPage}"/> + + <br/> + + <br> + <b>Example URLs:</b> <br> + http://video.google.com/videoplay?docid=xxxxxxxxxxx&hl=en<br> + http://www.youtube.com/watch?v=xxxxxxxxxxx<br> + http://aaa.bbb.ccc/video.flv<br> + + </div> + + <div class="gbBlock"> + + {capture name="submitButtons"} + <input type="submit" class="inputTypeSubmit" + name="{g->formVar var="form[action][addEmbedVideoPage]"}" value="{g->text text="Add Embedded Video"}"/> + {/capture} + {/if} {* {if !empty($form.webPageUrls)} *} +</div> + + +<div class="gbBlock gcBackground1"> + {$smarty.capture.submitButtons} +</div> + + -- 2.34.1