Skip to content

Instantly share code, notes, and snippets.

@HansF
HansF / nl.php
Created September 25, 2012 21:43 — forked from anonymous/nl.php
te vertalen
<?php
/**
* cms_cancel_account nederlandse language file
*/
$english = array(
'cms_cancel_account:cancelaccount' => 'Account wissen',
'cms_cancel_account:askreason' => 'Explain the reason of your account cancellation:',
'cms_cancel_account:button:request' => 'Request cancellation',
'cms_cancel_account:invalidrequest' => 'Another pending cancellation request already exists for this account',
@HansF
HansF / fgdfgd
Created June 11, 2012 22:20 — forked from Themaister/gist:2913060
fdgdfg
#define RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY 9
// const char ** --
// Returns the "system" directory of the frontend.
// This directory can be used to store system specific ROMs such as BIOSes, configuration data, etc.
// The returned value can be NULL.
// If so, no such directory is defined,
// and it's up to the implementation to find a suitable directory.