Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as PHP by geekshadow ( 18 years ago )
<?php
// Language definitions used in index.php
$lang_index = array(
'Name' => 'Name',
'Serie' => 'Serie',
'Volume' => 'Volume',
'Category' => 'Category',
'Scenario' => 'Scenario',
'Drawing' => 'Drawing',
'Publisher' => 'Publisher',
'Date' => 'Date',
'Release' => 'Release',
'Location' => 'Location',
'Note' => 'Rate',
'Lend' => 'Lend',
'Motto' => 'Organize your mangas !',
'Search' => 'Search',
'Add a new entry' => 'Add a new manga',
'Edit' => 'Edit',
'Delete' => 'Delete',
'Delete this' => 'Remove this manga from your collection ?',
'Description' => 'Summary',
'Cover link' => 'Cover link',
'Code' => 'Code',
'Buying Date' => 'Buying Date',
'Release Date' => 'Release Date',
'Lend Name' => 'Lend to',
'Add' => 'Ajouter',
'Update' => 'Mettre à jour',
'Cancel' => 'Cancel',
'Back' => 'Back',
'Are you sure' => 'Are you sure ?',
'Yes' => 'Yes',
'No' => 'No',
'Settings' => 'Settings',
'Settings Save' => 'Settings saved',
'Language' => 'Language',
'English' => 'English',
'French' => 'French',
'Apply' => 'Apply',
'View' => 'View',
'Show Cover List' => 'Show covers on list',
'Gallery Mode' => 'Gallery mode',
//'LoginPasswordNotValid' => 'Login and Password are not valid !',
//'Login' => 'Login',
//'Password' => 'Password',
//'ViewOnly' => 'View-Only',
);
Revise this Paste