Blame view
sources/apps/ownpad_lite/l10n/ca.php
456 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<?php $TRANSLATIONS = array( "Document was shared" => "S'ha compartit el document", "User %s shared quick document %s with you." => "L'usuari %s ha compartit el document %s amb vós.", "My pad" => "El meu pad", "Settings" => "Configuració", "Pad Title" => "Títol del pad", "Open" => "Obre", "Share with" => "Comparteix amb", "Share" => "Comparteix", "Etherpad service URL" => "URL del servei Etherpad", "Username" => "Nom d'usuari", "Save" => "Desar" ); |