diff options
author | andi <andi@splitbrain.org> | 2005-05-01 13:53:05 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-05-01 13:53:05 +0200 |
commit | 265e3787e12edf6f10be9d7260d20ea1778428cb (patch) | |
tree | c95fede015cc07d40125cb0d79b49d69a2b25c54 /lang/pt | |
parent | cbe3402474d1a9f6a563d717ff38d0120425c184 (diff) | |
download | rpg-265e3787e12edf6f10be9d7260d20ea1778428cb.tar.gz rpg-265e3787e12edf6f10be9d7260d20ea1778428cb.tar.bz2 |
various language fixes (including RTL updates)
darcs-hash:20050501115305-9977f-e7ccfbf5b3f47c7f7ff5fb339ba40c0c50861a3c.gz
Diffstat (limited to 'lang/pt')
-rw-r--r-- | lang/pt/lang.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/pt/lang.php b/lang/pt/lang.php index 2f618e50f..9cbc29ff7 100644 --- a/lang/pt/lang.php +++ b/lang/pt/lang.php @@ -6,7 +6,7 @@ * @author José Carlos Monteiro <jose.c.monteiro@netcabo.pt> */ $lang['encoding'] = 'utf-8'; -$lang['direction'] = 'ltr'; +$lang['direction'] = 'ltr'; $lang['btn_edit'] = 'Editar Página'; $lang['btn_source'] = 'Ver em bruto'; @@ -99,4 +99,3 @@ $lang['qb_media'] = 'Incluir imagens e outros ficheiros'; $lang['qb_sig'] = 'Inserir Assinatura'; //Setup VIM: ex: et ts=2 enc=utf-8 : -?> |