mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-07 22:05:05 +02:00
17 lines
1.2 KiB
PHP
17 lines
1.2 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['Exclude'] = 'Escludi';
|
|
$lang['Grouping'] = 'Raggr';
|
|
$lang['Searches by author.'] = 'Ricerca per autore';
|
|
$lang['Searches by file name.'] = 'Ricerca per nome file';
|
|
$lang['Searches photos by file size.'] = 'Ricerca fotografie per dimensione file';
|
|
$lang['Searches photos by its numeric identifier in Piwigo.'] = 'Ricerca fotografie mediante il proprio numero identificativo all\'interno di Piwigo ';
|
|
$lang['Searches photos by posted date.'] = 'Ricerca fotografie per data di pubblicazione';
|
|
$lang['Searches photos by rating.'] = 'Ricerca fotografie per valutazione';
|
|
$lang['Searches photos by size in pixels.'] = 'Ricerca fotografie per dimensione in pixel';
|
|
$lang['Add an OR between words.'] = 'Aggiungi un OR fra le parole'; |