diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-05-02 11:10:37 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-05-02 11:10:37 +0200 |
commit | da624c8c15b984399797b0e5d25b03ffdf35388d (patch) | |
tree | 27fc05d3ca750a2db778525d21a1f1250275df41 /inc/lang/vi | |
parent | 421c22ae13e8de7f63d1fe6ed683ee4b8a48a8ee (diff) | |
parent | d49d4260ee0fed5eabc3773440fc1073a87c56dd (diff) | |
download | rpg-da624c8c15b984399797b0e5d25b03ffdf35388d.tar.gz rpg-da624c8c15b984399797b0e5d25b03ffdf35388d.tar.bz2 |
Merge branch 'languagecleanup' of git://github.com/ptbrown/dokuwiki into pull-request-1105
* 'languagecleanup' of git://github.com/ptbrown/dokuwiki:
Remove no longer needed language string
Delete unused div (Fixes #1098)
Remove unused language strings
Move language string to authad plugin
Diffstat (limited to 'inc/lang/vi')
-rw-r--r-- | inc/lang/vi/lang.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/lang/vi/lang.php b/inc/lang/vi/lang.php index 41a7d590f..944a9e5d6 100644 --- a/inc/lang/vi/lang.php +++ b/inc/lang/vi/lang.php @@ -130,7 +130,6 @@ $lang['js']['media_overwrt'] = 'Ghi đè các file trùng'; $lang['rssfailed'] = 'Nguồn này gặp phải lỗi'; $lang['nothingfound'] = 'Không tìm được gì'; $lang['mediaselect'] = 'Xem'; -$lang['fileupload'] = 'Tải lên tệp media'; $lang['uploadsucc'] = 'Tải lên thành công'; $lang['uploadfail'] = 'Tải lên thất bại. Có thể vì không đủ quyền?'; $lang['uploadwrong'] = 'Tải lên bị từ chối. Cấm tải loại tệp này'; |