Changeset 21777
- Timestamp:
- Mar 22, 2013, 6:34:30 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Panoramas/language/zh_TW/plugin.lang.php
r21771 r21777 40 40 $lang['Panoramas configuration'] = '全景設定'; 41 41 $lang['Permanent'] = '永久'; 42 $lang['Picture name substring could not be empty.'] = '圖片名稱的子字符串不能為空白。'; 42 $lang['Picture name substring could not be empty.'] = '圖片名稱的 substring 不能為空白。'; 43 $lang['Relative speed factor is out of range (Correct range: 10-90).'] = '相對速度的因素超出了範圍 (正確範圍:10-90)。'; 44 $lang['Remove substring from picture title'] = '從圖片標題中刪除 substring'; 45 $lang['Right'] = '右邊'; 46 $lang['Rotation direction'] = '旋轉方向'; 47 $lang['Special thanks to:'] = '特別感謝:'; 48 $lang['Start position ']['% between 0-99'] = '開始位置[% 0-99 之間]'; 49 $lang['Start position ratio is out of range (Correct range: 0-99).'] = '開始位置超出了範圍 (正確範圍: 0-99)。'; 50 $lang['Viewport maximal width ']['pixels >= minimal width'] = '視區的最大寬度[像素 >= 最小寬度]'; 51 $lang['Viewport minimal width ']['pixels > 320'] = '視區的最小寬度[像素 > 320]'; 52 $lang['Viewport width ']['% between 50-100'] = '視區寬度在[% 50-100]'; 53 $lang['Viewport width ratio is out of range (Correct range: 50-100).'] = '視區寬度比例超出了範圍 (正確範圍:50-100)。'; 54 $lang['You are not authorized to change this configuration (Webmaster only).'] = '您沒有權限更改此設定(網站管理員權限)。'; 55 $lang['Your configuration is NOT saved due to above reasons.'] = '由於上述原因而沒有儲存你的設定。'; 56 $lang['Your configuration is saved.'] = '已儲存你的設定。'; 57 $lang['authors of'] = '的作者'; 58 $lang['Picture name substrings must be different.'] = '圖片名稱的 substring 必須是不一樣的。'; 59 $lang['Relative speed factor ']['10-90'] = '相對速度係數[10-90]'; 60 $lang['Picture name substring to display in Mode 180 '][' != previous substring '] = '圖片名稱 substring 顯示在 180模式[!=前面的substring]'; 61 $lang['Picture name substring to display in Mode 360'] = '圖片名稱 substring 顯示在 360 模式'; 43 62 ?>
Note: See TracChangeset
for help on using the changeset viewer.