Blame view
sources/apps/ownpad_lite/l10n/en_GB.php
411 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<?php $TRANSLATIONS = array( "Document was shared" => "Document was shared", "User %s shared quick document %s with you." => "User %s shared quick document %s with you.", "My pad" => "My pad", "Settings" => "Settings", "Pad Title" => "Pad Title", "Open" => "Open", "Share with" => "Share with", "Share" => "Share", "Etherpad service URL" => "Etherpad service URL", "Username" => "Username", "Save" => "Save" ); |