mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
23 lines
1.6 KiB
PHP
23 lines
1.6 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['Searches photos by file size.'] = 'Argazkiak bilatzen ditu fitxategi-tamainaren arabera.';
|
|
$lang['Searches photos by its numeric identifier in Piwigo.'] = 'Argazkiak bilatzen ditu Piwigon duten identifikazio zenbakiaren arabera.';
|
|
$lang['Searches photos by posted date.'] = 'Argazkiak bilatzen ditu bidalitako dataren arabera.';
|
|
$lang['Searches for photos by number of views.'] = 'Bistaratze zenbakiaren arabera bilatzen ditu argazkiak.';
|
|
$lang['return photos with at least 1,000 views'] = 'erakutsi 1,000 bistaratzetik gorako argazkiak';
|
|
$lang['Grouping'] = 'Multzokatu';
|
|
$lang['Here is a list of actions you can perform:'] = 'Hona burutu ditzakezun ekintzen zerrenda:';
|
|
$lang['OR inclusive'] = 'OR barne';
|
|
$lang['Others'] = 'Besterik';
|
|
$lang['Same principle as for'] = 'Honen printzipio bera';
|
|
$lang['Search using extended syntax'] = 'Bilatu sintaxi hedatua erabiliz';
|
|
$lang['Searches by author.'] = 'Egileagatik bilatzen du.';
|
|
$lang['Searches by file name.'] = 'Fitxategi-izenagatik bilatzen du.';
|
|
$lang['Add an OR between words.'] = 'Gehitu OR hitzen artean';
|
|
$lang['Exact search'] = 'Bilaketa zehatza';
|
|
$lang['Exclude'] = 'Baztertu'; |