Changeset f76c12d
- Timestamp:
- 06/16/11 08:28:41 (2 years ago)
- Branches:
- master
- Children:
- 493ed9f
- Parents:
- 23a6736
- git-author:
- Aurélien Bompard <aurelien@…> (06/16/11 08:28:41)
- git-committer:
- Aurélien Bompard <aurelien@…> (06/16/11 08:28:41)
- Location:
- lang
- Files:
-
- 7 edited
-
de/lang.php (modified) (1 diff)
-
en/lang.php (modified) (1 diff)
-
es/lang.php (modified) (1 diff)
-
fr/lang.php (modified) (1 diff)
-
ja/lang.php (modified) (1 diff)
-
ru/lang.php (modified) (1 diff)
-
zh/lang.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/de/lang.php
r2131987 rf76c12d 4 4 $lang['encoding'] = 'utf-8'; 5 5 $lang['direction'] = 'ltr'; 6 6 7 7 // export button 8 8 $lang['view'] = 'Ins Open-Document-Format exportieren'; -
lang/en/lang.php
r2131987 rf76c12d 4 4 $lang['encoding'] = 'utf-8'; 5 5 $lang['direction'] = 'ltr'; 6 6 7 7 // export button 8 8 $lang['view'] = 'Export page to Open Document format'; -
lang/es/lang.php
r29ac150 rf76c12d 11 11 $lang['encoding'] = 'utf-8'; 12 12 $lang['direction'] = 'ltr'; 13 13 14 14 // export button 15 15 $lang['view'] = 'Exportar página en formato Open Document'; -
lang/fr/lang.php
r2131987 rf76c12d 4 4 $lang['encoding'] = 'utf-8'; 5 5 $lang['direction'] = 'ltr'; 6 6 7 7 // export button 8 8 $lang['view'] = 'Exporter la page au format Open Document'; -
lang/ja/lang.php
rb7494cf rf76c12d 4 4 $lang['encoding'] = 'utf-8'; 5 5 $lang['direction'] = 'ltr'; 6 6 7 7 // export button 8 8 $lang['view'] = 'このページをOpen Documentフォーマットで保存'; -
lang/ru/lang.php
r931c552 rf76c12d 4 4 $lang['encoding'] = 'utf-8'; 5 5 $lang['direction'] = 'ltr'; 6 6 7 7 // export button 8 8 $lang['view'] = 'Экспорт страницы в формат Open Document'; -
lang/zh/lang.php
recfab95 rf76c12d 4 4 $lang['encoding'] = 'utf-8'; 5 5 $lang['direction'] = 'ltr'; 6 6 7 7 // export button 8 8 $lang['view'] = '将页面导出为开放文档格式';
Note: See TracChangeset
for help on using the changeset viewer.

