mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
git log --reverse --oneline translation ^master --pretty=format:"git cherry-pick --no-commit %H" 706988e..7c5f1f3 | bash *7c5f1f3- Update fr_CA, thanks to bgoutier (2017-06-09 05:58:49 +0200) *ac1fb9e- Update eo_EO, thanks to axel584 (2017-06-09 05:58:39 +0200) *04430ff- Update fr_CA, thanks to bgoutier (2017-06-06 06:08:01 +0200) *9abfca2- Update pt_PT, thanks to jonxvel (2017-06-05 07:48:34 +0200) *c37ca77- Update sk_SK, thanks to dodo (2017-05-30 06:22:08 +0200) *e5af8c7- Update sv_SE, thanks to Elger (2017-05-30 06:21:18 +0200) *e72634c- Update en_GB, thanks to Pat2309 (2017-05-30 06:21:09 +0200) *1c5a180- Update ro_RO, thanks to enels (2017-05-30 06:20:59 +0200) *061c210- Update sk_SK, thanks to dodo (2017-05-30 06:20:35 +0200) *b2459ce- Update en_GB, thanks to Pat2309 (2017-05-30 06:20:25 +0200) *73dd934- Update pt_PT, thanks to jonxvel (2017-05-30 06:20:15 +0200) *fb86224- Update en_GB, thanks to Pat2309 (2017-05-30 06:20:06 +0200) *5f4b324- Update fi_FI, thanks to Juhi24 (2017-05-25 07:30:40 +0200) *2acd126- Update zh_HK, thanks to erio (2017-05-13 18:37:21 +0200) *03d251c- Update zh_HK, thanks to erio (2017-05-13 18:37:12 +0200) *eb796c0- Update zh_HK, thanks to erio (2017-05-13 18:37:02 +0200) *15d72db- Update pt_PT, thanks to jonxvel (2017-05-12 06:18:19 +0200) *564508c- Update hu_HU, thanks to asicu.com (2017-05-09 06:49:29 +0200) *8dc9870- Update sr_RS, thanks to gpopac (2017-05-04 06:16:59 +0200) *8111639- Update sr_RS, thanks to gpopac (2017-05-04 06:16:51 +0200) *ae19b37- Update sr_RS, thanks to gpopac (2017-05-04 06:16:43 +0200) *2157c13- Update vi_VN, thanks to dummy (2017-05-02 06:28:31 +0200) *ac92326- Update eu_ES, thanks to bixerdo (2017-05-01 10:49:12 +0200) *7b946a2- Update eu_ES, thanks to bixerdo (2017-05-01 10:49:02 +0200) *c3cf827- Update eu_ES, thanks to bixerdo (2017-05-01 10:48:53 +0200) *bea4b3f- Update eu_ES, thanks to bixerdo (2017-05-01 10:48:44 +0200) *224983d- Update ro_RO, thanks to norboo (2017-05-01 10:48:26 +0200) *67a8eeb- Update sl_SI, thanks to MarkoAm (2017-04-28 20:31:13 +0200) *d21835a- Update sl_SI, thanks to MarkoAm (2017-04-28 20:31:04 +0200) *6705c6c- Update zh_CN, thanks to quqibing (2017-04-28 20:30:51 +0200) *d35f6bf- Update ca_ES, thanks to josep.torne (2017-04-28 20:30:42 +0200) *13c51d3- Update km_KH, thanks to osify (2017-04-28 06:04:25 +0200) *2a4a4cd- Update km_KH, thanks to osify (2017-04-28 06:04:14 +0200) *928773b- Update ro_RO, thanks to enels (2017-04-28 06:04:06 +0200)
40 lines
3.9 KiB
PHP
Executable File
40 lines
3.9 KiB
PHP
Executable File
<?php
|
|
// +-----------------------------------------------------------------------+
|
|
// | Piwigo - a PHP based photo gallery |
|
|
// +-----------------------------------------------------------------------+
|
|
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
|
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
// +-----------------------------------------------------------------------+
|
|
// | 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 |
|
|
// | |
|
|
// | This program is distributed in the hope that it will be useful, but |
|
|
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
// | General Public License for more details. |
|
|
// | |
|
|
// | You should have received a copy of the GNU General Public License |
|
|
// | along with this program; if not, write to the Free Software |
|
|
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
// | USA. |
|
|
// +-----------------------------------------------------------------------+
|
|
$lang['total upgrade time'] = 'guztizko eguneraketa denbora';
|
|
$lang['You do not have access rights to run upgrade'] = 'Ez duzu sarbide-eskubiderik eguneraketa exekutatzeko';
|
|
$lang['total SQL time'] = 'guztizko SQL denbora';
|
|
$lang['User permissions and group permissions have been erased'] = 'Erabiltzaileak eta talde baimenak ezabatu egin dira';
|
|
$lang['Upgrade informations'] = 'Eguneratu informazioa';
|
|
$lang['Upgrade from version %s to %s'] = 'Eguneratu %s bertsiotik %s(e)ra';
|
|
$lang['This page proposes to upgrade your database corresponding to your old version of Piwigo to the current version. The upgrade assistant thinks you are currently running a <strong>release %s</strong> (or equivalent).'] = 'Datu-basea Piwigo bertsio berrira eguneratu dezazun proposatzen dizugu. Eguneratze-laguntzailearen arabera <strong>%s bertsioa</strong> (edo baliokidea) exekutatzen ari zara.';
|
|
$lang['Upgrade'] = 'Eguneratu';
|
|
$lang['Statistics'] = 'Estatistikak';
|
|
$lang['SQL queries'] = 'SQL kontsultak';
|
|
$lang['Perform a maintenance check in [Administration>Tools>Maintenance] if you encounter any problem.'] = 'Burutu mantentze-azterketa [Administrazioa>Tresnak>Mantentzea] arazorik aurkitzen baduzu.';
|
|
$lang['Only thumbnails prefix and webmaster mail address have been saved from previous configuration'] = 'Koadro txikien aurrizkia eta web arduradunaren posta elektroniko helbidea baino ez dira gorde aurreko konfiguraziotik';
|
|
$lang['Only administrator can run upgrade: please sign in below.'] = 'Administrariek baino ezin dute eguneraketak exekutatu: hasi saioa azpian.';
|
|
$lang['In <i>%s</i>, before <b>?></b>, insert:'] = '<i>%s</i>(e)an, <b>?></b>(e)ren aurretik, txertatu:';
|
|
$lang['All sub-albums of private albums become private'] = 'Album pribatuetako azpi-album guztiak pribatu bihurtzen dira';
|
|
$lang['As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:'] = 'Hurrengo pluginak ezgaitu egin dira badaezpada. Egiaztatu eguneratu daiteken pluginik dagoen berriro gaitu baino lehen:';
|
|
$lang['As a precaution, following themes have been deactivated. You must check for themes upgrade before reactiving them:'] = 'Hurrengo gaiak ezgaitu egin dira badaezpada. Egiaztatu eguneratu daiteken gairik dagoen berriro gaitu baino lehen:';
|
|
$lang['Discover what\'s new in Piwigo %s'] = 'Aurkitu zer berri dagoen Piwigoren %s bertsioan'; |