mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
Design and bug fixes :
* Change batch manager checkbox to correspond to tag manager * See button on picture edit page is now unavailable if the picture is in a private album * Language correction * Design fixes on batch manager selects (and general design fixes on batch manager) * Minor design fixes
This commit is contained in:
@@ -669,7 +669,7 @@ $lang['Refresh photo set'] = 'Obnovit množinu fotografií';
|
||||
$lang['The whole page'] = 'Celou stránku';
|
||||
$lang['The whole set'] = 'Celou množinu';
|
||||
$lang['No photo in the current set.'] = 'Žádná fotografie v aktuální množině.';
|
||||
$lang['No photo selected, no action possible.'] = 'Žádná fotografie není vybrána, žádná akce není možná.';
|
||||
$lang['No photos selected, no actions possible.'] = 'Žádná fotografie není vybrána, žádná akce není možná.';
|
||||
$lang['Choose an action'] = 'Vyberte akci';
|
||||
$lang['remove author'] = 'smazat autora';
|
||||
$lang['Type here the author name'] = 'Napište zde jmého autora';
|
||||
@@ -918,7 +918,7 @@ $lang['between %d and %d pixels'] = 'mezi %d a %d pixely';
|
||||
$lang['Duplicate'] = 'Duplikovat';
|
||||
$lang['Manage the members'] = 'Organizovat členy';
|
||||
$lang['Merge selected groups'] = 'Spojit vybrané skupiny';
|
||||
$lang['No group selected, no action possible.'] = 'Není vybrána žádná skupina, není možná řádná akce';
|
||||
$lang['No groups selected, no actions possible.'] = 'Není vybrána žádná skupina, není možná řádná akce';
|
||||
$lang['No members to manage'] = 'Žádní členové k organizování';
|
||||
$lang['Please select at least two groups'] = 'Prosím vyberte nejméně dvě skupiny';
|
||||
$lang['Rename'] = 'Přejmenovat';
|
||||
@@ -942,7 +942,7 @@ $lang['General'] = 'Všeobecné';
|
||||
$lang['Last visit on %s, %s.'] = 'Poslední návštěva v %s, %s.';
|
||||
$lang['Loading...'] = 'Nahrává se...';
|
||||
$lang['No matching user found'] = 'Uživatel odpovídající dotazu hledání nenalezen';
|
||||
$lang['No user selected, no action possible.'] = 'Nebyl zvolen uživatel, akce není možná.';
|
||||
$lang['No users selected, no actions possible.'] = 'Nebyl zvolen uživatel, akce není možná.';
|
||||
$lang['Password updated'] = 'Heslo aktualizováno';
|
||||
$lang['Registered on %s, %s.'] = 'Zaregistrován v %s, %s.';
|
||||
$lang['Show %s users'] = 'Zobraz %s uživatele';
|
||||
@@ -991,7 +991,7 @@ $lang['checksum'] = 'kontrolní součet';
|
||||
$lang['Storage used'] = 'Využití úložiště';
|
||||
$lang['Select tags'] = 'Vyberte štítky';
|
||||
$lang['Piwigo %s is available, please update'] = 'Piwigo %s je k dispozici, prosím aktualizujte';
|
||||
$lang['No tag selected, no action possible.'] = 'Není vybrán žádný štítek, není možná žádná akce.';
|
||||
$lang['No tags selected, no actions possible.'] = 'Není vybrán žádný štítek, není možná žádná akce.';
|
||||
$lang['It only takes a few clicks.'] = 'Trvá to jen několik kliknutí.';
|
||||
$lang['First photo added'] = 'První fotka přidána';
|
||||
$lang['Delete album "%s".'] = 'Smazat album "%s".';
|
||||
|
||||
Reference in New Issue
Block a user