i18n for the new HTML5 upload (use i18n files from plupload)

optional specific $lang_info[jquery_code] and $lang_info[plupload_code] to load the right i18n file


git-svn-id: http://piwigo.org/svn/trunk@28917 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2014-07-02 12:43:29 +00:00
commit 3b9e2659b0
11 changed files with 38 additions and 13 deletions

View file

@ -33,6 +33,8 @@ $lang_info['language_name'] = 'Srpski';
$lang_info['country'] = 'Srbija';
$lang_info['direction'] = 'ltr';
$lang_info['code'] = 'sh';
$lang_info['jquery_code'] = 'sr-SR';
$lang_info['plupload_code'] = 'sr';
$lang_info['zero_plural'] = true;
$lang['%d Kb'] = '%d Kb';
@ -421,4 +423,4 @@ $lang['mandatory'] = 'obavezno';
$lang['Apply on properties'] = 'Примени на подешавања';
$lang['No results for'] = 'Нема резултата за';
$lang['Photo description'] = 'Опис фотографије';
$lang['Photo title'] = 'Назив фотографије';
$lang['Photo title'] = 'Назив фотографије';