diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-01-15 12:11:04 +0100 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-01-15 12:15:22 +0100 |
commit | 3ec5ffe24e9d1c50dcfedc1d18af01be500f8df5 (patch) | |
tree | 35c82cc5f3283663c33722210c768d4e428198a4 /apps/gallery/templates/index.php | |
parent | 5ecc10b7567910e4cfee40aa2feea20090107f04 (diff) | |
download | nextcloud-server-3ec5ffe24e9d1c50dcfedc1d18af01be500f8df5.tar.gz nextcloud-server-3ec5ffe24e9d1c50dcfedc1d18af01be500f8df5.zip |
Simple translation for gallery
Diffstat (limited to 'apps/gallery/templates/index.php')
-rw-r--r-- | apps/gallery/templates/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/gallery/templates/index.php b/apps/gallery/templates/index.php index 7c6e91a468e..eb6ebd1bb7b 100644 --- a/apps/gallery/templates/index.php +++ b/apps/gallery/templates/index.php @@ -2,11 +2,12 @@ OC_Util::addStyle('gallery', 'styles'); OC_Util::addScript('gallery', 'albums'); OC_Util::addScript('gallery', 'album_cover'); +$l = new OC_L10N('gallery'); ?> <div id="notification"><div id="gallery_notification_text">Creating thumbnails</div></div> <div id="controls"> - <input type="button" value="Rescan" onclick="javascript:scanForAlbums();" /> + <input type="button" value="<?php echo $l->t('Rescan');?>" onclick="javascript:scanForAlbums();" /> <br/> </div> <div id="gallery_list"> |