Blame view
sources/apps/ownpad_lite/l10n/pt_PT.php
473 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<?php $TRANSLATIONS = array( "Document was shared" => "O documento foi partilhado", "User %s shared quick document %s with you." => "O Utilizador %s partilhou um documento rápido %s consigo.", "My pad" => "O meu pad", "Settings" => "Configuração", "Pad Title" => "Título do Pad", "Open" => "Abrir", "Share with" => "Partilhar com", "Share" => "Partilhar", "Etherpad service URL" => "URL do serviço etherpad", "Username" => "Nome de utilizador", "Save" => "Guardar" ); |