mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
related to #1602 Escaped variable in template instead of changing translation.
This commit is contained in:
@@ -25,7 +25,7 @@ const cancel_msg = '{'No, I have changed my mind'|@translate|@escape}';
|
||||
const str_and_others_tags = '{'and %s others'|@translate}';
|
||||
const missingConfirm = "{'You need to confirm deletion'|translate|escape:javascript}";
|
||||
const missingUsername = "{'Please, enter a login'|translate|escape:javascript}";
|
||||
const fieldNotEmpty = "{'Name field must not be empty'|@translate}"
|
||||
const fieldNotEmpty = "{'Name field must not be empty'|@translate|escape:javascript}"
|
||||
|
||||
const registered_str = '{"Registered"|@translate}';
|
||||
const last_visit_str = '{"Last visit"|@translate}';
|
||||
|
||||
@@ -1120,7 +1120,7 @@ $lang['This is already the default theme'] = 'Ten szablon wyglądu jest już dom
|
||||
$lang['Are you sure you want to delete the plugin "%s"?'] = 'Czy na pewno chcesz usunąć wtyczkę "%s"?';
|
||||
$lang['Add Album'] = 'Dodaj album';
|
||||
$lang['Hide sub-albums'] = 'Ukryj podalbumy';
|
||||
$lang['Name field must not be empty'] = 'Pole nazwa nie może być puste';
|
||||
$lang['Name field must not be empty'] = 'Pole "nazwa" nie może być puste';
|
||||
$lang['Sep'] = 'wrz';
|
||||
$lang['Show sub-albums'] = 'Pokaż podalbumy';
|
||||
$lang['Synchronization'] = 'Synchronizacja';
|
||||
|
||||
Reference in New Issue
Block a user