mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 19:23:01 +02:00
- ws can include php file before invoking web call method
- remove "Pierrick ..." from some languages - tags - small change to avoid increasing number of urls - added a missing closedir - remove some unnecessary class names and inexisting rel attributes git-svn-id: http://piwigo.org/svn/trunk@2478 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -310,7 +310,7 @@ $lang['upload_advise_filetype'] = 'the picture must be to the fileformat jpg, gi
|
||||
$lang['upload_advise_height'] = 'the height of the picture must not exceed : ';
|
||||
$lang['upload_advise_thumbnail'] = 'Optional, but recommended : choose a thumbnail to associate to ';
|
||||
$lang['upload_advise_width'] = 'the width of the picture must not exceed : ';
|
||||
$lang['upload_author'] = 'Author (eg "Pierrick LE GALL")';
|
||||
$lang['upload_author'] = 'Author';
|
||||
$lang['upload_cannot_upload'] = 'can\'t upload the picture on the server';
|
||||
$lang['upload_err_username'] = 'the username must be given';
|
||||
$lang['upload_file_exists'] = 'A picture\'s name already used';
|
||||
|
||||
@@ -310,7 +310,7 @@ $lang['upload_advise_filetype'] = 'de afbeelding moet een extensie hebbben die e
|
||||
$lang['upload_advise_height'] = 'de hoogte van de afbeelding mag niet te groot zijn : ';
|
||||
$lang['upload_advise_thumbnail'] = 'Optioneel, maar aanbevolen : kies een thumbnail voor associatie';
|
||||
$lang['upload_advise_width'] = 'de breedte van de afbeelding mag niet te groot zijn : ';
|
||||
$lang['upload_author'] = 'Auteur (eg "Pierrick LE GALL")';
|
||||
$lang['upload_author'] = 'Auteur';
|
||||
$lang['upload_cannot_upload'] = 'kan de afbeelding niet op de server plaatsen';
|
||||
$lang['upload_err_username'] = 'de gebruikersnaam moet ingevuld zijn';
|
||||
$lang['upload_file_exists'] = 'De naam is al in gebruik';
|
||||
|
||||
Reference in New Issue
Block a user