source: extensions/GThumb/language/zh_TW/plugin.lang.php @ 22202

Last change on this file since 22202 was 22202, checked in by ddtddt, 11 years ago

[extensions] - GThumb - Add zh_TW - 中文 (繁體) - Chinese traditional - Thanks to chouyh

File size: 924 bytes
Line 
1<?php
2
3$lang['Thumbnails max height'] = '縮圖最大高度'; 
4$lang['Margin between thumbnails'] = '縮圖之間的邊界'; 
5$lang['Double the size of the first thumbnail'] = '把第一個縮圖放大一倍'; 
6$lang['Cache the big thumbnails (recommended)'] = '高速緩存大縮圖(建議使用)'; 
7$lang['Scale thumbnails'] = '放大縮小縮圖'; 
8$lang['Cache Informations'] = '緩存訊息'; 
9$lang['Purge thumbnails cache'] = '清除縮圖緩存'; 
10$lang['%d file'] = '%d 檔案'; 
11$lang['%d files'] = '%d 檔案'; 
12$lang['Cache have been generated'] = '緩存已經建立'; 
13$lang['Pre-cache thumbnails'] = '預先緩存縮圖'; 
14$lang['Delete images in GThumb+ cache.'] = '刪除在gthumb+緩存的圖像'; 
15$lang['Finds images that have not been cached and creates the cached version.'] = '尋找沒有被緩存的圖像,並創建緩存的版本'; 
16$lang['Show thumbnails caption'] = '顯示縮圖標題'; 
17
18?>
Note: See TracBrowser for help on using the repository browser.