Skip to content

Commit

Permalink
bug:2425
Browse files Browse the repository at this point in the history
New interface like the Batch Mananger :
language files and keys

git-svn-id: http://piwigo.org/svn/trunk@19292 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
flop25 committed Dec 5, 2012
1 parent b750da5 commit ec9072c
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
4 changes: 2 additions & 2 deletions admin/themes/default/template/group_list.tpl
Expand Up @@ -96,7 +96,7 @@ $(document).ready(function() {
<option value="merge">{'Merge selected groups'|@translate}</option>
<option value="duplicate">{'Duplicate'|@translate}</option>
<option value="manage_members">{'Manage the members'|@translate}</option>
<option value="manage_pemissions">{'Manage permissions'|@translate}</option>
<option value="manage_pemissions">{'Manage Permissions'|@translate}</option>
<option value="toggle_default">{'Toggle \'default group\' property'|@translate}</option>
{if !empty($element_set_groupe_plugins_actions)}
{foreach from=$element_set_groupe_plugins_actions item=action}
Expand Down Expand Up @@ -158,7 +158,7 @@ $(document).ready(function() {
{if not empty($groups)}
{foreach from=$groups item=group}
<p group_id="{$group.ID}" class="grp_action">
{$group.NAME} > <a href="{$group.U_PERM}" title="{'Permissions'|@translate}">{'Manage permissions'|@translate}</a>
{$group.NAME} > <a href="{$group.U_PERM}" title="{'Permissions'|@translate}">{'Manage Permissions'|@translate}</a>
</p>
{/foreach}
{/if}
Expand Down
10 changes: 10 additions & 0 deletions language/en_UK/admin.lang.php
Expand Up @@ -310,6 +310,7 @@
$lang['Drop into album'] = 'Select an album';
$lang['Dump Database'] = 'Dump Database';
$lang['Duplicate selected tags'] = 'Duplicate selected tags';
$lang['Duplicate'] = 'Duplicate';
$lang['Duplicates'] = 'Duplicates';
$lang['Edit album permissions'] = "Edit album permissions";
$lang['Edit album'] = "Edit album";
Expand Down Expand Up @@ -481,6 +482,7 @@
$lang['Manage photos'] = 'Manage photos';
$lang['manage sub-albums'] = "manage sub-albums";
$lang['Manage tags'] = "Manage tags";
$lang['Manage the members'] = 'Manage the members';
$lang['Manage this set of %d photos'] = 'Manage this set of %d photos';
$lang['Manage'] = "Manage";
$lang['manual order'] = 'manual order';
Expand All @@ -490,6 +492,7 @@
$lang['Maximum width'] = 'Maximum width';
$lang['Members'] = "Members";
$lang['Menu Management'] = 'Menus';
$lang['Merge selected groups'] = 'Merge selected groups';
$lang['Merge selected tags'] = 'Merge selected tags';
$lang['Merge tags'] = 'Merge tags';
$lang['Metadata synchronization results'] = "Metadata synchronization results";
Expand Down Expand Up @@ -521,7 +524,9 @@
$lang['No display'] = "No display";
$lang['No file was uploaded'] = 'No file was uploaded';
$lang['No group is permitted to see this private album'] = 'No group is permitted to see this private album';
$lang['No group selected, no action possible.'] = 'No group selected, no action possible.';
$lang['No mail to send.'] = "No mail to be sent.";
$lang['No members to manage'] = "No members to manage";
$lang['No order field selected'] = 'No order field selected';
$lang['No photo can be deleted'] = "No photo can be deleted";
$lang['No photo in the current set.'] = 'No photo in the current set.';
Expand Down Expand Up @@ -622,6 +627,7 @@
$lang['Piwigo Uploader'] = 'Piwigo Uploader';
$lang['Piwigo version'] = "Piwigo version";
$lang['pixels'] = 'pixels';
$lang['Please select at least two groups'] = 'Please select at least two groups';
$lang['Please check "plugins" folder and sub-folders permissions (CHMOD).'] = "Please check \"plugins\" folder and sub-folders permissions (CHMOD).";
$lang['Please wait...'] = 'Please wait...';
$lang['pLoader stands for <em>Piwigo Uploader</em>. From your computer, pLoader prepares your photos and transfer them to your Piwigo photo gallery.'] = 'pLoader stands for <em>Piwigo Uploader</em>. From your computer, pLoader prepares your photos and transfer them to your Piwigo photo gallery.';
Expand Down Expand Up @@ -677,6 +683,7 @@
$lang['remove tags'] = "remove tags";
$lang['remove this filter'] = 'remove this filter';
$lang['remove title'] = 'remove title';
$lang['Rename'] = 'Rename';
$lang['Repair and optimize database'] = "Repair and optimize database";
$lang['Replacement of original templates by customized templates from template-extension subfolder'] = "Replacement of original templates by customized templates from the template-extension subfolder";
$lang['Replacers (customized templates)'] = "Substitutes (customized templates)";
Expand Down Expand Up @@ -816,6 +823,8 @@
$lang['This is a minor update, with only bug corrections.'] = 'This is a minor update, with only bug corrections.';
$lang['This name is already used by another group.'] = "This name is already used by another group.";
$lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = 'THIS PLUGIN IS NOW PART OF PIWIGO CORE! UNINSTALL IT NOW!';
$lang['This group will be set to default'] = "This group will be set to default";
$lang['This group will be unset to default'] = "This group will be unset to default";
$lang['This site already exists'] = "This site already exists";
$lang['This theme was not designed to be directly activated'] = 'This theme was not designed to be directly activated';
$lang['Thumbnail'] = "Thumbnail";
Expand All @@ -835,6 +844,7 @@
$lang['Two updates are available'] = 'Two updates are available';
$lang['Type here the author name'] = 'Type here the author name';
$lang['Type here the title'] = 'Type here the title';
$lang['Type here the name of the new group'] = 'Type here the name of the new group';
$lang['Type in a search term'] = "Type in a search term";
$lang['Unable to check for upgrade.'] = "Unable to check for upgrade.";
$lang['Unable to dump database.'] = 'Unable to dump database.';
Expand Down
11 changes: 10 additions & 1 deletion language/fr_CA/admin.lang.php
Expand Up @@ -935,5 +935,14 @@
$lang['Name of the duplicate'] = 'Nom du duplicata';
$lang['Source tag'] = 'Source du mot clé';
$lang['Tag "%s" is now a duplicate of "%s"'] = 'Le mot clé "%s" est désormais une copie de "%s"';

$lang['Manage the members'] = 'Gérer les membres';
$lang['Type here the name of the new group'] = 'Inscrivez ici le nom du nouveau groupe';
$lang['No group selected, no action possible.'] = 'Pas de groupes sélectionnés, pas d\'actions possibles.';
$lang['Please select at least two groups'] = 'Merci de sélectionner au moins deux groupes';
$lang['Duplicate'] = 'Dupliquer';
$lang['Merge selected groups'] = 'Fusionner les groupes sélectionnés';
$lang['This group will be set to default'] = "Ce groupe deviendra par défaut";
$lang['This group will be unset to default'] = "Ce groupe ne sera plus par défaut";
$lang['No members to manage'] = "Aucun membre à gérer";
$lang['Rename'] = 'Renommer';
?>
11 changes: 11 additions & 0 deletions language/fr_FR/admin.lang.php
Expand Up @@ -939,4 +939,15 @@
$lang['Ratio'] = 'Ratio';
$lang['between %d and %d pixels'] = 'entre %d et %d pixels';
$lang['between %.2f and %.2f'] = 'entre %.2f et %.2f';
$lang['Manage the members'] = 'Gérer les membres';
$lang['Type here the name of the new group'] = 'Inscrivez ici le nom du nouveau groupe';
$lang['No group selected, no action possible.'] = 'Pas de groupes sélectionnés, pas d\'actions possibles.';
$lang['Please select at least two groups'] = 'Merci de sélectionner au moins deux groupes';
$lang['Duplicate'] = 'Dupliquer';
$lang['Merge selected groups'] = 'Fusionner les groupes sélectionnés';
$lang['This group will be set to default'] = "Ce groupe deviendra par défaut";
$lang['This group will be unset to default'] = "Ce groupe ne sera plus par défaut";
$lang['No members to manage'] = "Aucun membre à gérer";
$lang['Rename'] = 'Renommer';

?>

0 comments on commit ec9072c

Please sign in to comment.