Show
Ignore:
Timestamp:
01/12/12 22:37:28 (4 months ago)
Author:
plg
Message:

feature 2548, multiple size:

* adapt the upload script

* remove the resize settings screen

* add a new screen [Administration > Configuration > Options > Photo Sizes]

with the ability to resize original after upload

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/language/zh_TW/admin.lang.php

    r12693 r12879  
    599599$lang['Everybody'] = '每個人'; 
    600600$lang['Who can see these photos?'] = '哪些人可以看到這些相片?'; 
    601 $lang['The websize maximum width must be a number between %d and %d'] = '最大寬度的網頁尺寸必須在 %d 和 %d 之間'; 
    602 $lang['The websize maximum height must be a number between %d and %d'] = '最大高度的網頁尺寸必須在 %d 和 %d 之間'; 
    603 $lang['The websize image quality must be a number between %d and %d'] = '圖片質量的網頁尺寸必須在 %d 和 %d 之間'; 
    604 $lang['The thumbnail maximum width must be a number between %d and %d'] = '縮略圖的最大寬度必須在 %d 和 %d 之間'; 
    605 $lang['The thumbnail maximum height must be a number between %d and %d'] = '縮略圖的最大高度必須在 %d 和 %d 之間'; 
    606 $lang['The thumbnail image quality must be a number between %d and %d'] = '縮略圖的質量必須在 %d 和 %d 之間'; 
    607601$lang['Settings'] = '設置'; 
    608 $lang['Web size photo'] = '相片的網頁尺寸'; 
    609602$lang['Resize'] = '重置大小'; 
    610603$lang['Maximum Width'] = '最大寬度'; 
     
    719712$lang['Duplicates'] = '重複'; 
    720713$lang['include child albums'] = '包含子相冊'; 
    721 $lang['Keep high definition'] = '保留高清晰度'; 
    722714$lang['last import'] = '最後導入'; 
    723715$lang['manual order'] = '手工排序'; 
     
    738730$lang['Set creation date'] = '設置創建日期'; 
    739731$lang['Set title'] = '設置標題'; 
    740 $lang['The high definition image quality must be a number between %d and %d'] = '高清晰度相片質量必須在 %d 和 %d 之間'; 
    741 $lang['The high definition maximum height must be a number between %d and %d'] = '高清晰度相片最大高度必須在 %d 和 %d 之間'; 
    742 $lang['The high definition maximum width must be a number between %d and %d'] = '高清晰度相片最大寬度必須在 %d 和 %d 之間'; 
    743732$lang['The whole page'] = '整張相片'; 
    744733$lang['The whole set'] = '整個集合';