mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
26 lines
2.7 KiB
PHP
26 lines
2.7 KiB
PHP
<?php
|
|
// +-----------------------------------------------------------------------+
|
|
// | This file is part of Piwigo. |
|
|
// | |
|
|
// | For copyright and license information, please view the COPYING.txt |
|
|
// | file that was distributed with this source code. |
|
|
// +-----------------------------------------------------------------------+
|
|
$lang['All sub-albums of private albums become private'] = 'Toate sub-albumele ale albumelor private devin private';
|
|
$lang['As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:'] = 'Ca precatuie urmatoarele pluginuri au fost dezactivate. Trebuie sa le verifici de actualizari inainte de a le activa';
|
|
$lang['As a precaution, following themes have been deactivated. You must check for themes upgrade before reactiving them:'] = 'Ca precautie urmatoarele teme au fost dezactivate. Trebuie sa verifici de actualizari inainte de a le activa.';
|
|
$lang['In <i>%s</i>, before <b>?></b>, insert:'] = 'In <i>%s</i>, inainte de <b>?></b>, insert:';
|
|
$lang['Only administrator can run upgrade: please sign in below.'] = 'Numai un administrator poate face upgrade. Te rog logheaza-te mai jos.';
|
|
$lang['Only thumbnails prefix and webmaster mail address have been saved from previous configuration'] = 'Numai prefixurile thumbnailurilor si adresa de mail a webmasterului au fost salvate';
|
|
$lang['Perform a maintenance check in [Administration>Tools>Maintenance] if you encounter any problem.'] = 'Ruleaza o verificare de mentenanta in [Administration>Tools>Maintenance] daca intampini probleme';
|
|
$lang['SQL queries'] = 'Interogari SQL';
|
|
$lang['Statistics'] = 'Statistici';
|
|
$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).'] = 'Aceasta pagina upgradeaza baza de date de la o versiunea mai veche de Piwigo la cea noua.
|
|
In acest moment rulezi <strong>release %s</strong>';
|
|
$lang['total SQL time'] = 'timpul total SQL';
|
|
$lang['total upgrade time'] = 'Timpul total pentru upgrade';
|
|
$lang['Upgrade from version %s to %s'] = 'Upgradeaza de la versiunea %s la %s';
|
|
$lang['Upgrade informations'] = 'Informatiile pentru upgrade';
|
|
$lang['Upgrade'] = 'Upgradeaza';
|
|
$lang['User permissions and group permissions have been erased'] = 'Userii si permisiunile grupurilor au fost sterse';
|
|
$lang['You do not have access rights to run upgrade'] = 'Nu ai acces pentru a face upgrade';
|
|
$lang['Discover what\'s new in Piwigo %s'] = 'Descopera ce este nou in Piwigo %s';
|