mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-09 14:55:25 +02:00
using correct charset syntax
git-svn-id: http://piwigo.org/svn/branches/release-1_3@342 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -285,7 +285,7 @@ $lang['upload_err_username'] = 'Navnet ditt m
|
||||
$lang['upload_username'] = 'Brukernavn';
|
||||
$lang['upload_successful'] = 'Bilde ble lagt inn OK! , en administrator vil godkjenne bilde så snart som mulig';
|
||||
// new or modified in release 1.3
|
||||
$lang['charset'] = 'ISO_8859-1';
|
||||
$lang['charset'] = 'iso-8859-1';
|
||||
$lang['no'] = 'nei';
|
||||
$lang['yes'] = 'ja';
|
||||
$lang['guest'] = 'gjest';
|
||||
|
||||
Reference in New Issue
Block a user