mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations message.php (French)
This commit is contained in:
parent
0112865a81
commit
2f7c9c15de
@ -1,6 +1,27 @@
|
||||
<?php
|
||||
|
||||
return[
|
||||
"error_added_cart" =>"Le produit demandé est actuellement manquant ou inactif",
|
||||
"please_buy_package" =>"S\'il vous plaît acheter le paquet"
|
||||
];
|
||||
return [
|
||||
'error_added_cart' => 'Le produit demandé est actuellement manquant ou inactif',
|
||||
'please_buy_package' => 'S\\'il vous plaît acheter le paquet',
|
||||
'please_payment' => 'Please Pay',
|
||||
'bank_account_info' => 'Bank account information',
|
||||
'agreement' => 'By clicking Post, you agree to our Terms of Use and Privacy Policy acknowledge that you are the rightful owner of this item.',
|
||||
'update_category_msg' => 'The classified category will be updated.',
|
||||
'updated_category_msg' => 'Category successfully edited.',
|
||||
'max_ad_limit' => [
|
||||
'title' => "Your Free Ad Limit is Out.",
|
||||
'msg' => "You have reached your free ad limit.",
|
||||
'nextBtn' => "Show Ads",
|
||||
'cancelBtn' => "or Cancel",
|
||||
'link' => "/profile",
|
||||
],
|
||||
'create_ad_with_post_cat' => [
|
||||
'title' => "Post an Ad in just 30 seconds",
|
||||
'msg' => "Please DO NOT post multiple ads for the same items or service. All duplicate, spam and wrongly categorized ads will be deleted.",
|
||||
'nextBtn' => "Next",
|
||||
'cancelBtn' => "or Cancel",
|
||||
'link' => "",
|
||||
],
|
||||
'update_category_info' => 'Please update category.',
|
||||
'filter_by_search_msg' => 'Filter By Search.',
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user